@charset "UTF-8";
.textEditor .btnBox .btn.animation::after, .textEditor .btnBox .btn {
  transition: all 0.5s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/**********文字編輯器樣式start**********/
.textEditor {
  clear: both;
  color: #666;
  font-size: 18px;
  line-height: 1.55;
  margin: initial;
  image-rendering: -webkit-optimize-contrast;
  /*預設樣式*/
}
@media (max-width: 1540px) {
  .textEditor {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .textEditor {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .textEditor {
    font-size: 16px;
  }
}
.textEditor::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textEditor a {
  color: #173260;
}
.textEditor em {
  font-style: italic;
}
.textEditor img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.textEditor ul:not(.df) {
  list-style: disc outside;
  padding-left: 30px;
}
.textEditor ol {
  list-style: decimal outside;
  padding-left: 30px;
}
.textEditor table {
  border-collapse: collapse;
}
.textEditor th {
  padding: 5px;
  border: 1px solid #e1e1e1;
  color: #fff;
  text-align: center;
  background-color: #173260;
}
.textEditor td {
  padding: 5px;
  border: 1px solid #e1e1e1;
}
.textEditor hr {
  height: 1px;
  border: none;
  background: #e9e9e9;
}
.textEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-width: 0;
  border-style: solid;
  border-color: #ccc;
}
.textEditor iframe {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .textEditor iframe.rwdHelper {
    width: 100% !important;
  }
}
.textEditor .myTitle {
  color: #173260;
  font-weight: 700;
  font-size: 20px;
}
.textEditor .decoTitle {
  color: #222;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 4px;
}
@media (max-width: 1023px) {
  .textEditor .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .textEditor .decoTitle {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.textEditor .title {
  color: #173260;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  .textEditor .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .textEditor .title {
    font-size: 30px;
  }
}
.textEditor .subtitle {
  color: #222;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  padding-top: 4px;
}
@media (max-width: 1023px) {
  .textEditor .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .textEditor .subtitle {
    font-size: 22px;
    padding-top: 0;
  }
}
.textEditor .h2Title {
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .textEditor .h2Title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .textEditor .h2Title {
    font-size: 30px;
  }
}
.textEditor .h3Title {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .textEditor .h3Title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .textEditor .h3Title {
    font-size: 22px;
  }
}
.textEditor .h4Title {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .textEditor .h4Title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .textEditor .h4Title {
    font-size: 20px;
  }
}
.textEditor .h5Title {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .textEditor .h5Title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .textEditor .h5Title {
    font-size: 14px;
  }
}
.textEditor .h6Title {
  font-size: 15px;
}
@media (max-width: 1023px) {
  .textEditor .h6Title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .textEditor .h6Title {
    font-size: 12px;
  }
}
.textEditor .center {
  text-align: center;
}
.textEditor .center:before {
  left: 50%;
  margin-left: -30px;
}
.textEditor .left {
  text-align: left;
}
.textEditor .left:before {
  left: 0;
}
.textEditor .right {
  text-align: right;
}
.textEditor .right:before {
  right: 0;
}
.textEditor .title.line:before, .textEditor .subtitle.line:before, .textEditor .decoTitle.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #173260;
}
.textEditor .btnBox {
  margin-top: 20px;
}
.textEditor .btnBox.flex {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -6px;
}
.textEditor .btnBox.flex.left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.textEditor .btnBox.flex.right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.textEditor .btnBox.flex .btn {
  min-width: auto;
  max-width: 200px;
  -ms-flex: 1;
      flex: 1;
  margin: 0 6px;
}
.textEditor .btnBox.single.center {
  text-align: center;
}
.textEditor .btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .textEditor .btnBox.single .btn {
    max-width: 100%;
  }
}
.textEditor .btnBox.full .btn {
  width: 100%;
}
.textEditor .btnBox .btn {
  min-width: 200px;
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.textEditor .btnBox .btn .btnText {
  display: inline-block;
}
@media (max-width: 767px) {
  .textEditor .btnBox .btn {
    padding: 13px;
  }
}
@media (min-width: 1201px) {
  .textEditor .btnBox .btn:hover {
    background-color: #fff;
    border-color: #173260;
    color: #173260;
  }
}
.textEditor .btnBox .btn.animation {
  overflow: hidden;
}
.textEditor .btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .textEditor .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.textEditor .btnBox .btn.bgMain {
  background-color: #173260;
  border: 1px solid #173260;
  color: #fff;
}
@media (min-width: 1201px) {
  .textEditor .btnBox .btn.bgMain:hover {
    color: #173260;
  }
  .textEditor .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
}
.textEditor .btnBox .btn.bgSecond {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
}
@media (min-width: 1201px) {
  .textEditor .btnBox .btn.bgSecond:hover {
    color: #222;
  }
  .textEditor .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.textEditor .btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #173260;
  color: #173260;
}
.textEditor .btnBox .btn.colorMain.animation::after {
  background-color: #173260;
}
@media (min-width: 1201px) {
  .textEditor .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .textEditor .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #173260;
  }
}
.textEditor .btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
}
.textEditor .btnBox .btn.colorSecond.animation::after {
  background-color: #222;
}
@media (min-width: 1201px) {
  .textEditor .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .textEditor .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #222;
  }
}
.textEditor .btnBox .btn.rounded {
  border-radius: 24.5px;
}
.textEditor .btnBox .btn.roundedSlightly {
  border-radius: 4px;
}
.textEditor .tableBox {
  overflow-x: auto;
  position: relative;
}
.textEditor .tableBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.textEditor .tableBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #f1f1f1;
}
.textEditor .tableBox::-webkit-scrollbar-thumb {
  background: #173260;
}
.textEditor .tableBox.dragscroll table {
  cursor: move;
}
.textEditor .tableBox.stickyLeft table {
  table-layout: fixed;
}
.textEditor .tableBox.stickyLeft tr th, .textEditor .tableBox.stickyLeft tr td {
  z-index: 1;
}
.textEditor .tableBox.stickyLeft tr th:first-child, .textEditor .tableBox.stickyLeft tr td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.textEditor .tableBox.stickyLeft tr td {
  background-color: #fff;
}

/**********文字編輯器樣式end**********/
.highlight1 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(0, 255, 255, 0.35) 10%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.tox .highlight1 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(0, 255, 255, 0.35) 10%) !important;
  background-size: 100% 100% !important;
}

.highlight2 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(255, 255, 55, 0.35) 10%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.tox .highlight2 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(255, 255, 55, 0.35) 10%) !important;
  background-size: 100% 100% !important;
}

.highlight3 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(255, 151, 151, 0.35) 10%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.tox .highlight3 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(255, 151, 151, 0.35) 10%) !important;
  background-size: 100% 100% !important;
}

/*前台 如果前台背景色為深色start*/
body.darkBg .textEditor {
  color: #fff;
}
body.darkBg .textEditor .contentBuilder .shelfWrap.bg {
  background-color: #888;
}
body.darkBg .textEditor .contentBuilder .shelfWrap .item.videoLeft .Txt, body.darkBg .textEditor .contentBuilder .shelfWrap .item.videoRight .Txt {
  background-color: #888;
}
body.darkBg .textEditor .contentBuilder .shelfWrap .item .quoteContent .quoteIcon {
  color: #fff;
}
body.darkBg .textEditor .contentBuilder .shelfWrap .item.iconContent.innerLine .iconBox:not(:last-child)::before {
  background-color: rgba(255, 255, 255, 0.2);
}
body.darkBg .textEditor .contentBuilder .shelfWrap .item.iconContent .icon img {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}
body.darkBg .textEditor .contentBuilder .shelfWrap .shelfList:not(.circle) .Txt, body.darkBg .textEditor .contentBuilder .shelfWrap .shelfList:not(.circle) .item {
  background-color: #888;
}
body.darkBg .textEditor .contentBuilder .shelfWrap .btnBox a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #173260;
}
body.darkBg .textEditor .contentBuilder .shelfWrap .btnBox a:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
body.darkBg .textEditor .contentBuilder .contentBuilderTable table tbody tr {
  border-bottom: rgba(255, 255, 255, 0.1);
}
body.darkBg .textEditor .contentBuilder .contentBuilderTable table tbody tr td, body.darkBg .textEditor .contentBuilder .contentBuilderTable table tbody tr th {
  color: #444;
}
body.darkBg .textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(odd) td, body.darkBg .textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(odd) th {
  background-color: #888;
}

/*前台 如果前台背景色為深色end*/
/**********套件預設樣式start**********/
.textEditor .contentBuilder {
  /* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
}
.textEditor .contentBuilder .imgFull img {
  width: 100%;
}
.textEditor .contentBuilder table td {
  padding: 12px;
}
.textEditor .contentBuilder h1 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h2 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h3 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h4 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h5 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h6 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder p span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder li span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder hr {
  position: relative;
  padding: 10px 0;
  height: auto;
  border: none;
  background: none;
}
.textEditor .contentBuilder hr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
.textEditor .contentBuilder img {
  max-width: 100%;
}
.textEditor .contentBuilder figure {
  margin: 0;
}
.textEditor .contentBuilder ol,
.textEditor .contentBuilder ul {
  line-height: inherit;
  font-weight: inherit;
}
.textEditor .contentBuilder .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.textEditor .contentBuilder .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.textEditor .contentBuilder .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.textEditor .contentBuilder .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/**********套件預設樣式end**********/
/**********上架神器模板樣式start**********/
.textEditor .contentBuilder .shelfWrap {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.textEditor .contentBuilder .shelfWrap.full {
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: calc(100vw - 17px);
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1341px) {
  .textEditor .contentBuilder .shelfWrap.full .item.picLeft .Txt.thin {
    padding-right: 0;
    width: calc((100% - (100% - 1300px)) / 2);
  }
  .textEditor .contentBuilder .shelfWrap.full .item.picRight .Txt.thin {
    padding-left: 0;
    width: calc((100% - (100% - 1300px)) / 2);
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap.full {
    width: 100vw;
  }
}
.textEditor .contentBuilder .shelfWrap.bg {
  padding-top: 15%;
  padding-bottom: 15%;
  background-color: #f1f1f1;
  background-position: center center;
  background-size: cover;
}
.textEditor .contentBuilder .shelfWrap.faqStyle .toggleTitle {
  position: relative;
  background: #173260;
  padding: 20px;
  color: #ffffff;
  cursor: pointer;
}
.textEditor .contentBuilder .shelfWrap.faqStyle .toggleTitle::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
}
.textEditor .contentBuilder .shelfWrap.faqStyle .toggleTitle span {
  display: block;
  position: absolute;
  right: 32px;
  top: 50%;
  height: 25px;
  width: 1px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.textEditor .contentBuilder .shelfWrap.faqStyle .toggleTitle span.roate {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.textEditor .contentBuilder .shelfWrap.faqStyle .menu {
  background: #ffffff;
  padding: 25px 20px;
}
.textEditor .contentBuilder .shelfWrap.faqStyle .menu > li {
  display: inline-block;
  padding: 0 50px 20px;
  max-width: 25%;
}
@media (max-width: 768px) {
  .textEditor .contentBuilder .shelfWrap.faqStyle .menu > li {
    max-width: 50%;
    padding: 0 20px 20px;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap.faqStyle .menu > li {
    width: 100%;
    max-width: initial;
  }
}
.textEditor .contentBuilder .shelfWrap.faqStyle .menu > li > ul {
  padding-top: 15px;
}
.textEditor .contentBuilder .shelfWrap.faqStyle .menu > li > ul li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.textEditor .contentBuilder .shelfWrap.faqStyle .menu > li > ul li::before {
  content: "";
  display: block;
  font-size: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bbbbbb;
  margin-right: 10px;
}
.textEditor .contentBuilder .shelfWrap .bgContent {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.textEditor .contentBuilder .shelfWrap .bgContent.center .item,
.textEditor .contentBuilder .shelfWrap .bgContent.center .Txt {
  margin: 0 auto;
}
.textEditor .contentBuilder .shelfWrap .bgContent .item {
  max-width: 730px;
}
.textEditor .contentBuilder .shelfWrap .bgContent .Txt {
  padding-top: 0;
  max-width: 580px;
}
.textEditor .contentBuilder .shelfWrap .shelfList {
  width: calc(100% + 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  list-style-type: none;
  margin: 0 -10px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .shelfList {
    width: 100%;
    margin: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList .shelfItem {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .shelfList .shelfItem {
    padding-left: 0;
    padding-right: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList .item {
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.textEditor .contentBuilder .shelfWrap .shelfList .Txt {
  padding: 20px 20px 30px;
}
.textEditor .contentBuilder .shelfWrap .shelfList .h3Title:before {
  display: none;
}
.textEditor .contentBuilder .shelfWrap .shelfList img {
  max-width: none;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .shelfList {
    margin: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList.twoColumns .shelfItem {
  width: 50%;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .shelfList.twoColumns .shelfItem {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .textEditor .contentBuilder .shelfWrap .shelfList.twoColumns .shelfItem:not(:last-child) {
    padding-bottom: 20px;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList.threeColumns .shelfItem {
  width: 33.33%;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .shelfList.threeColumns .shelfItem {
    width: 100%;
    max-width: 415px;
    margin: 0 auto;
  }
  .textEditor .contentBuilder .shelfWrap .shelfList.threeColumns .shelfItem:not(:last-child) {
    padding-bottom: 20px;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList.circle .item {
  background-color: transparent;
  box-shadow: none;
}
.textEditor .contentBuilder .shelfWrap .shelfList.horizontal .item {
  background-color: transparent;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.textEditor .contentBuilder .shelfWrap .shelfList.horizontal .Img {
  width: 190px;
}
.textEditor .contentBuilder .shelfWrap .shelfList.horizontal .Txt {
  width: calc(100% - 190px);
  padding: 5px 0 0 30px;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .shelfList.horizontal .shelfItem {
    width: 100%;
    max-width: 100%;
  }
  .textEditor .contentBuilder .shelfWrap .shelfList.horizontal .shelfItem:not(:last-child) {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .textEditor .contentBuilder .shelfWrap .shelfList.horizontal .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .textEditor .contentBuilder .shelfWrap .shelfList.horizontal .Txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeft, .textEditor .contentBuilder .shelfWrap .item.picRight {
  display: -ms-flexbox;
  display: flex;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft.twoThird .Img, .textEditor .contentBuilder .shelfWrap .item.picRight.twoThird .Img {
  width: 66.5%;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft.twoThird .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight.twoThird .Txt {
  width: 33.5%;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft.twoThird .Img,
  .textEditor .contentBuilder .shelfWrap .item.picLeft.twoThird .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight.twoThird .Img,
  .textEditor .contentBuilder .shelfWrap .item.picRight.twoThird .Txt {
    width: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeft .Img, .textEditor .contentBuilder .shelfWrap .item.picRight .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight .Txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  box-sizing: border-box;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft .Txt.verticalCenter, .textEditor .contentBuilder .shelfWrap .item.picRight .Txt.verticalCenter {
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1200px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight .Txt {
    padding: 20px;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeft .circleBox, .textEditor .contentBuilder .shelfWrap .item.picRight .circleBox {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft .circleBox, .textEditor .contentBuilder .shelfWrap .item.picRight .circleBox {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeft .circleBox .circle, .textEditor .contentBuilder .shelfWrap .item.picRight .circleBox .circle {
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #2754a2;
  position: relative;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft .circleBox .circle .title, .textEditor .contentBuilder .shelfWrap .item.picRight .circleBox .circle .title {
  display: block;
  font-size: 45px;
  color: #fff;
  padding: 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft .circleBox .circle::after, .textEditor .contentBuilder .shelfWrap .item.picRight .circleBox .circle::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: #173260;
    position: absolute;
    top: calc(50% - 3px);
    left: -22.5px;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine {
  padding: 30px 0;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine::before, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(23, 50, 96, 0.2);
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine::before, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine::before {
    left: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine::after, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #173260;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine::after, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine::after {
    display: none;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine .Txt {
  padding: 0 50px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine .circleBox, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine .circleBox {
  padding: 0 50px;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine .Txt,
  .textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine .circleBox, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine .Txt,
  .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine .circleBox {
    padding: 0 20px;
  }
  .textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine .Txt {
    padding-top: 20px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft, .textEditor .contentBuilder .shelfWrap .item.picRight {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .textEditor .contentBuilder .shelfWrap .item.picLeft .Img,
  .textEditor .contentBuilder .shelfWrap .item.picLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight .Img,
  .textEditor .contentBuilder .shelfWrap .item.picRight .Txt {
    width: 100%;
  }
}
@media (min-width: 841px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine .Txt {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .textEditor .contentBuilder .shelfWrap .item.picLeft.circleLine .circle {
    margin-left: auto;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft .circleBox {
    margin-right: auto;
  }
}
@media (min-width: 841px) {
  .textEditor .contentBuilder .shelfWrap .item.picRight {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .textEditor .contentBuilder .shelfWrap .item.picRight.circleLine {
    text-align: right;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picRight .circleBox .circle {
    margin-left: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall {
  display: -ms-flexbox;
  display: flex;
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall .Img, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Img {
  width: 345px;
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall .Txt, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Txt {
  width: calc(100% - 345px);
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall .Txt.verticalCenter, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Txt.verticalCenter {
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picRightSmall, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .textEditor .contentBuilder .shelfWrap .item.picRightSmall .Img, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Img {
    margin: 0 auto;
  }
  .textEditor .contentBuilder .shelfWrap .item.picRightSmall .Txt, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Txt {
    width: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Txt {
  padding-left: 40px;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeftSmall {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Txt {
    padding-left: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall .Txt {
  padding-right: 40px;
}
@media (max-width: 540px) {
  .textEditor .contentBuilder .shelfWrap .item.picRightSmall {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .textEditor .contentBuilder .shelfWrap .item.picRightSmall .Txt {
    padding-right: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft, .textEditor .contentBuilder .shelfWrap .item.videoRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft, .textEditor .contentBuilder .shelfWrap .item.videoRight {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft .Img, .textEditor .contentBuilder .shelfWrap .item.videoRight .Img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64%;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft .Img, .textEditor .contentBuilder .shelfWrap .item.videoRight .Img {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft .Img, .textEditor .contentBuilder .shelfWrap .item.videoRight .Img {
    height: 230px;
    overflow: hidden;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft .Img img, .textEditor .contentBuilder .shelfWrap .item.videoRight .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 420px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft .Img img, .textEditor .contentBuilder .shelfWrap .item.videoRight .Img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.videoRight .Txt {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46%;
  height: 420px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.videoRight .Txt {
    height: auto;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.videoRight .Txt {
    width: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft .Txt {
  padding: 30px 40px 30px 70px;
  margin-left: -10%;
}
@media (max-width: 1024px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft .Txt {
    padding: 30px 40px;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft .Txt {
    padding: 20px;
    margin-left: 0;
  }
}
@media (min-width: 841px) {
  .textEditor .contentBuilder .shelfWrap .item.videoRight {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoRight .Txt {
  padding: 30px 70px 30px 40px;
  margin-right: -10%;
}
@media (max-width: 1024px) {
  .textEditor .contentBuilder .shelfWrap .item.videoRight .Txt {
    padding: 30px 40px;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoRight .Txt {
    padding: 20px;
    margin-right: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft2, .textEditor .contentBuilder .shelfWrap .item.videoRight2 {
  display: -ms-flexbox;
  display: flex;
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft2 .Img, .textEditor .contentBuilder .shelfWrap .item.videoRight2 .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
@media (max-width: 960px) and (min-width: 841px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft2 .Img, .textEditor .contentBuilder .shelfWrap .item.videoRight2 .Img {
    position: relative;
    overflow: hidden;
  }
  .textEditor .contentBuilder .shelfWrap .item.videoLeft2 .Img img, .textEditor .contentBuilder .shelfWrap .item.videoRight2 .Img img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft2 .Txt, .textEditor .contentBuilder .shelfWrap .item.videoRight2 .Txt {
  width: 50%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft2 .Img,
  .textEditor .contentBuilder .shelfWrap .item.videoLeft2 .Txt, .textEditor .contentBuilder .shelfWrap .item.videoRight2 .Img,
  .textEditor .contentBuilder .shelfWrap .item.videoRight2 .Txt {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft2 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft2 .Txt {
  padding: 0 0 0 40px;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft2 .Txt {
    padding: 20px 0 0 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoRight2 {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoRight2 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoRight2 .Txt {
  padding: 0 40px 0 0;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoRight2 .Txt {
    padding: 20px 0 0 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoPic .Img {
  position: relative;
}
@media (max-width: 640px) {
  .textEditor .contentBuilder .shelfWrap .item.videoPic .Img {
    height: 200px;
    overflow: hidden;
  }
  .textEditor .contentBuilder .shelfWrap .item.videoPic .Img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .item .videoBox.titan {
  display: block;
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  width: 130px;
  height: 130px;
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 17px;
  border-color: transparent transparent transparent #173260;
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn .videoCircle {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 110px;
  height: 110px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn .videoCircle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px dashed #fff;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: circleAnti3 1s linear infinite;
          animation: circleAnti3 1s linear infinite;
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn .videoCircle svg {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn .videoCircle circle {
  stroke-width: 2;
  stroke: #173260;
  fill: none;
  stroke-dashoffset: 345.4;
  stroke-dasharray: 345.4;
  -webkit-animation: circleAnti 5s linear infinite;
          animation: circleAnti 5s linear infinite;
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn .stroke {
  -webkit-animation: circleAnti2 1s linear infinite;
          animation: circleAnti2 1s linear infinite;
  width: 100%;
  height: 100%;
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn .stroke svg {
  width: 100%;
  height: 100%;
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn .stroke circle {
  stroke-dasharray: 2, 4;
  stroke-width: 1;
  stroke: #fff;
  fill: none;
  transition: all 0s linear;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent .iconBox {
  margin: 12px 0;
  padding: 0 16px;
  position: relative;
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent .icon {
  margin-bottom: 10px;
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent .icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent .h3title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px;
}
@media (max-width: 640px) {
  .textEditor .contentBuilder .shelfWrap .item.iconContent .h3title {
    padding: 10px 0px;
  }
}
@media (max-width: 540px) {
  .textEditor .contentBuilder .shelfWrap .item.iconContent .h3title {
    padding: 5px 0px 10px;
  }
}
.textEditor .contentBuilder .shelfWrap .item.iconContent.innerLine .iconBox:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent.outerLine .iconBox::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent.outerLine .iconBox:first-child::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent.thirds .iconBox {
  width: 33.3333333333%;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent.quarters .iconBox {
  width: 25%;
}
@media (max-width: 768px) {
  .textEditor .contentBuilder .shelfWrap .item.iconContent.quarters .iconBox {
    width: 50%;
  }
  .textEditor .contentBuilder .shelfWrap .item.iconContent.quarters .iconBox:first-child::after {
    display: none;
  }
  .textEditor .contentBuilder .shelfWrap .item.iconContent.quarters .iconBox:nth-child(2n)::before {
    display: none;
  }
}
@media (max-width: 540px) {
  .textEditor .contentBuilder .shelfWrap .item.iconContent.thirds .iconBox, .textEditor .contentBuilder .shelfWrap .item.iconContent.quarters .iconBox {
    width: 100%;
    padding: 12px 0;
  }
  .textEditor .contentBuilder .shelfWrap .item.iconContent.innerLine .iconBox:not(:last-child)::before {
    display: none;
  }
  .textEditor .contentBuilder .shelfWrap .item.iconContent.outerLine .iconBox::before {
    display: none;
  }
  .textEditor .contentBuilder .shelfWrap .item.iconContent.outerLine .iconBox:first-child::after {
    display: none;
  }
}
.textEditor .contentBuilder .shelfWrap .item.quoteContent {
  position: relative;
}
.textEditor .contentBuilder .shelfWrap .item.quoteContent .quoteIcon {
  color: #3a3a3a;
  font-size: 22px;
  line-height: 1;
  padding: 0 5px 12px;
}
.textEditor .contentBuilder .shelfWrap .item.quoteContent .quoteIcon::before {
  content: "\f10e";
  font-family: FontAwesome;
}
.textEditor .contentBuilder .shelfWrap .item.quoteContent.center {
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .item.quoteContent.left {
  text-align: left;
}
.textEditor .contentBuilder .shelfWrap .item.quoteContent.left .quoteIcon::before {
  content: "\f10d";
  font-family: FontAwesome;
}
.textEditor .contentBuilder .shelfWrap .item.quoteContent.right {
  text-align: right;
}
.textEditor .contentBuilder .shelfWrap .Img img {
  display: block;
  width: 100%;
}
.textEditor .contentBuilder .shelfWrap .Img.center {
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .Img.center img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.textEditor .contentBuilder .shelfWrap .Txt.center {
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .Txt.right {
  text-align: right;
}
.textEditor .contentBuilder .contentBuilderTable {
  margin-bottom: 50px;
}
.textEditor .contentBuilder .contentBuilderTable::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.textEditor .contentBuilder .contentBuilderTable::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #f1f1f1;
}
.textEditor .contentBuilder .contentBuilderTable::-webkit-scrollbar-thumb {
  background: #173260;
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .contentBuilderTable {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .textEditor .contentBuilder .contentBuilderTable {
    margin-bottom: 20px;
  }
}
.textEditor .contentBuilder .contentBuilderTable table {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.textEditor .contentBuilder .contentBuilderTable table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(odd) th, .textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(even) th, .textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.textEditor .contentBuilder .contentBuilderTable table th, .textEditor .contentBuilder .contentBuilderTable table td {
  border: none;
  font-weight: 400;
  padding: 20px 10px;
  position: relative;
}
.textEditor .contentBuilder .contentBuilderTable table th::before, .textEditor .contentBuilder .contentBuilderTable table td::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.textEditor .contentBuilder .contentBuilderTable table th:last-of-type::before, .textEditor .contentBuilder .contentBuilderTable table td:last-of-type::before {
  opacity: 0;
}
.textEditor .contentBuilder .contentBuilderTable table th {
  background-color: #173260;
  color: #fff;
  min-height: 65px;
}
.textEditor .contentBuilder .contentBuilderTable table th::before {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .contentBuilderTable table th {
    min-height: 50px;
  }
}
.textEditor .contentBuilder .contentBuilderTable table td {
  min-height: 75px;
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .contentBuilderTable table td {
    min-height: 60px;
  }
}
@media (max-width: 400px) {
  .textEditor .contentBuilder .contentBuilderTable table td {
    font-size: 14px;
  }
}
.textEditor .contentBuilder .contentBuilderTable table.stickyLeft {
  min-width: 1280px;
  table-layout: fixed;
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .contentBuilderTable table.stickyLeft {
    min-width: 1180px;
  }
}
@media (max-width: 640px) {
  .textEditor .contentBuilder .contentBuilderTable table.stickyLeft {
    min-width: 640px;
  }
}
.textEditor .contentBuilder .pt0 {
  padding-top: 0 !important;
}
.textEditor .contentBuilder .pt10 {
  padding-top: 10px !important;
}
.textEditor .contentBuilder .pt15 {
  padding-top: 15px !important;
}
.textEditor .contentBuilder .pt20 {
  padding-top: 20px !important;
}
.textEditor .contentBuilder .pt25 {
  padding-top: 25px !important;
}
.textEditor .contentBuilder .pt30 {
  padding-top: 30px !important;
}
.textEditor .contentBuilder .pt40 {
  padding-top: 40px !important;
}
.textEditor .contentBuilder .pt50 {
  padding-top: 50px !important;
}
.textEditor .contentBuilder .pt60 {
  padding-top: 60px !important;
}
.textEditor .contentBuilder .pt70 {
  padding-top: 70px !important;
}
.textEditor .contentBuilder .pt80 {
  padding-top: 80px !important;
}
.textEditor .contentBuilder .pb0 {
  padding-bottom: 0 !important;
}
.textEditor .contentBuilder .pb10 {
  padding-bottom: 10px !important;
}
.textEditor .contentBuilder .pb15 {
  padding-bottom: 15px !important;
}
.textEditor .contentBuilder .pb20 {
  padding-bottom: 20px !important;
}
.textEditor .contentBuilder .pb25 {
  padding-bottom: 25px !important;
}
.textEditor .contentBuilder .pb30 {
  padding-bottom: 30px !important;
}
.textEditor .contentBuilder .pb40 {
  padding-bottom: 40px !important;
}
.textEditor .contentBuilder .pb50 {
  padding-bottom: 50px !important;
}
.textEditor .contentBuilder .pb60 {
  padding-bottom: 60px !important;
}
.textEditor .contentBuilder .pb70 {
  padding-bottom: 70px !important;
}
.textEditor .contentBuilder .pb80 {
  padding-bottom: 80px !important;
}
.textEditor .contentBuilder .mt0 {
  margin-top: 0 !important;
}
.textEditor .contentBuilder .mt10 {
  margin-top: 10px !important;
}
.textEditor .contentBuilder .mt15 {
  margin-top: 15px !important;
}
.textEditor .contentBuilder .mt20 {
  margin-top: 20px !important;
}
.textEditor .contentBuilder .mt25 {
  margin-top: 25px !important;
}
.textEditor .contentBuilder .mt30 {
  margin-top: 30px !important;
}
.textEditor .contentBuilder .mt40 {
  margin-top: 40px !important;
}
.textEditor .contentBuilder .mt50 {
  margin-top: 50px !important;
}
.textEditor .contentBuilder .mt60 {
  margin-top: 60px !important;
}
.textEditor .contentBuilder .mt70 {
  margin-top: 70px !important;
}
.textEditor .contentBuilder .mt80 {
  margin-top: 80px !important;
}
.textEditor .contentBuilder .mb0 {
  margin-bottom: 0 !important;
}
.textEditor .contentBuilder .mb10 {
  margin-bottom: 10px !important;
}
.textEditor .contentBuilder .mb15 {
  margin-bottom: 15px !important;
}
.textEditor .contentBuilder .mb20 {
  margin-bottom: 20px !important;
}
.textEditor .contentBuilder .mb25 {
  margin-bottom: 25px !important;
}
.textEditor .contentBuilder .mb30 {
  margin-bottom: 30px !important;
}
.textEditor .contentBuilder .mb40 {
  margin-bottom: 40px !important;
}
.textEditor .contentBuilder .mb50 {
  margin-bottom: 50px !important;
}
.textEditor .contentBuilder .mb60 {
  margin-bottom: 60px !important;
}
.textEditor .contentBuilder .mb70 {
  margin-bottom: 70px !important;
}
.textEditor .contentBuilder .mb80 {
  margin-bottom: 80px !important;
}

/**********上架神器 模板管理 contentbuilder_template 樣式start**********/
.textEditor .ImgLeftTextRight5Wrap > .bg, .textEditor .ImgRightTextLeft5Wrap > .bg, .textEditor .ImgBelowTextAbove > .bg, .textEditor .ImgAboveTextBelow > .bg, .textEditor .pureCard > .bg, .textEditor .cardFull > .bgImg, .textEditor .cardLayout > .bg, .textEditor .cardTextTop9Wrap > .bg,
.textEditor .cardTextTop10Wrap > .bg,
.textEditor .cardTextTop11Wrap > .bg,
.textEditor .cardTextTop12Wrap > .bg, .textEditor .cardImgTop11Wrap > .bg,
.textEditor .cardImgTop12Wrap > .bg, .textEditor .cardImgTop10Wrap > .bg, .textEditor .cardImgTop9Wrap > .bg {
  background-color: #f7f7f7;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: calc(100vw - 17px);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  top: 0;
  pointer-events: none;
}
@media (max-width: 840px) {
  .textEditor .ImgLeftTextRight5Wrap > .bg, .textEditor .ImgRightTextLeft5Wrap > .bg, .textEditor .ImgBelowTextAbove > .bg, .textEditor .ImgAboveTextBelow > .bg, .textEditor .pureCard > .bg, .textEditor .cardFull > .bgImg, .textEditor .cardLayout > .bg, .textEditor .cardTextTop9Wrap > .bg,
  .textEditor .cardTextTop10Wrap > .bg,
  .textEditor .cardTextTop11Wrap > .bg,
  .textEditor .cardTextTop12Wrap > .bg, .textEditor .cardImgTop11Wrap > .bg,
  .textEditor .cardImgTop12Wrap > .bg, .textEditor .cardImgTop10Wrap > .bg, .textEditor .cardImgTop9Wrap > .bg {
    width: 100vw;
  }
}

.textEditor .btn-style1 {
  display: block;
  width: 180px;
  min-width: 200px;
  border: 1px solid #c5c5c5;
  padding: 17px 10px;
  margin: 0 10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  background-color: #fff;
}
.textEditor .btn-style1:hover {
  color: #fff;
  border-color: #173260;
  background-color: #173260;
}
@media (max-width: 480px) {
  .textEditor .btn-style1 {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
.textEditor .btn-style2 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  border: 1px solid #c5c5c5;
  padding: 17px 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
.textEditor .btn-style2:hover {
  color: #fff;
  border-color: #173260;
  background-color: #173260;
}
.textEditor .btn-style3 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  border: 1px solid #e5e5e5;
  padding: 17px 10px;
  margin-bottom: 20px;
  position: relative;
}
.textEditor .btn-style3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #173260;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.textEditor .btn-style3:hover {
  color: #173260;
}
.textEditor .btn-style3:hover::after {
  opacity: 1;
}
.textEditor .btn-style4 {
  display: block;
  width: 180px;
  min-width: 200px;
  border: 1px solid #c5c5c5;
  padding: 14px 10px;
  margin: 0 5px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 999px;
}
.textEditor .btn-style4:hover {
  color: #fff;
  border-color: #173260;
  background-color: #173260;
}
.textEditor .tableRWDWrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  overflow: auto;
  width: 100%;
  position: relative;
}
.textEditor .tableRWDWrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.textEditor .tableRWDWrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.textEditor .tableRWDWrap::-webkit-scrollbar-thumb {
  background: #173260;
}
.textEditor .tableRWDWrap table {
  width: 100%;
  min-width: 900px;
}
@media (max-width: 900px) {
  .textEditor .tableRWDWrap::after {
    content: "";
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    right: 0;
    top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.1843137255) 100%);
    margin-left: -28px;
  }
}
.textEditor .table.style1 .tableWrap {
  overflow: auto;
  width: 100%;
  position: relative;
}
.textEditor .table.style1 .title {
  margin-bottom: 20px;
}
.textEditor .table.style1 table {
  width: 100%;
  min-width: 900px;
  border: 0;
}
.textEditor .table.style1 table tbody tr {
  transition: all 0.3 ease-out;
}
.textEditor .table.style1 table tbody tr:nth-of-type(2n) {
  background-color: #f7f7f7;
}
.textEditor .table.style1 table tbody tr.active {
  background-color: #f7f7f7;
}
.textEditor .table.style1 table th {
  font-size: 17px;
  color: #173260;
  font-weight: 500;
  padding: 10px 30px;
  height: 80px;
  position: relative;
  border: 0;
  background-color: transparent;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1400px) {
  .textEditor .table.style1 table th {
    height: 70px;
    padding: 25px 20px;
  }
}
.textEditor .table.style1 table th::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #173260;
}
.textEditor .table.style1 table th::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #dddddd;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.textEditor .table.style1 table th:first-of-type::after {
  width: calc(100% - 10px);
  left: 0;
  -webkit-transform: none;
          transform: none;
  right: auto;
}
.textEditor .table.style1 table th:last-of-type::after {
  width: calc(100% - 10px);
  right: 0;
  -webkit-transform: none;
          transform: none;
  left: auto;
}
.textEditor .table.style1 table th:last-of-type::before {
  display: none;
}
.textEditor .table.style1 table td {
  font-size: 17px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  height: 80px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 1.2px;
  text-align: left;
}
@media (max-width: 1400px) {
  .textEditor .table.style1 table td {
    height: 70px;
    padding: 10px 20px;
  }
}
.textEditor .table.style1 table td a.link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  margin: auto;
  background-color: #fff;
  transition: all 0.3 ease-out;
}
.textEditor .table.style1 table td a.link img {
  transition: all 0.3 ease-out;
}
.textEditor .table.style1 table td a.link:hover {
  background-color: #173260;
  border-color: #173260;
}
.textEditor .table.style1 table td a.link:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.textEditor .table.style1 table td span {
  display: inline-block;
}
.textEditor .table.style2 .tableWrap {
  overflow: auto;
  width: 100%;
}
.textEditor .table.style2 table {
  width: 100%;
  min-width: 900px;
  border: 0;
  border: 0;
}
.textEditor .table.style2 table tbody tr {
  transition: all 0.3 ease-out;
}
.textEditor .table.style2 table tbody tr.active {
  background-color: #f7f7f7;
}
.textEditor .table.style2 table th {
  font-size: 17px;
  color: #fff;
  background-color: #173260;
  font-weight: 500;
  padding: 10px 30px;
  height: 80px;
  position: relative;
  border: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1400px) {
  .textEditor .table.style2 table th {
    height: 70px;
    padding: 25px 20px;
  }
}
.textEditor .table.style2 table th::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.textEditor .table.style2 table th:first-of-type::after {
  width: calc(100% - 10px);
  left: 0;
  -webkit-transform: none;
          transform: none;
  right: auto;
}
.textEditor .table.style2 table th:last-of-type::after {
  width: calc(100% - 10px);
  right: 0;
  -webkit-transform: none;
          transform: none;
  left: auto;
}
.textEditor .table.style2 table th:last-of-type::before {
  display: none;
}
.textEditor .table.style2 table td {
  font-size: 17px;
  color: #666666;
  font-weight: 400;
  text-align: center;
  padding: 10px 30px;
  height: 100px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 0.8px;
  text-align: left;
}
.textEditor .table.style2 table td:first-of-type {
  color: #173260;
  border-color: #173260;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .textEditor .table.style2 table td:first-of-type {
    width: 15%;
  }
}
@media (max-width: 1400px) {
  .textEditor .table.style2 table td {
    height: 80px;
    padding: 10px 20px;
  }
}
.textEditor .table.style2 table td span {
  display: inline-block;
}
.textEditor .table.style3 .tableWrap {
  overflow: auto;
  width: 100%;
}
.textEditor .table.style3 .title {
  margin-bottom: 30px;
}
.textEditor .table.style3 table {
  width: 100%;
  min-width: 900px;
  border: 0;
  border: 0;
}
.textEditor .table.style3 table tbody tr {
  transition: all 0.3 ease-out;
}
.textEditor .table.style3 table tbody tr.active {
  background-color: #f7f7f7;
}
.textEditor .table.style3 table th {
  font-size: 17px;
  color: #173260;
  background-color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  height: 75px;
  position: relative;
  border: 0;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #173260;
  border-bottom: 1px solid #173260;
}
@media (max-width: 1400px) {
  .textEditor .table.style3 table th {
    height: 65px;
    padding: 10px 20px;
  }
}
.textEditor .table.style3 table th::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #dddddd;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.textEditor .table.style3 table th:first-of-type {
  white-space: nowrap;
}
.textEditor .table.style3 table th:first-of-type::after {
  width: calc(100% - 10px);
  left: 0;
  -webkit-transform: none;
          transform: none;
  right: auto;
}
.textEditor .table.style3 table th:last-of-type::after {
  width: calc(100% - 10px);
  right: 0;
  -webkit-transform: none;
          transform: none;
  left: auto;
}
.textEditor .table.style3 table th:last-of-type::before {
  display: none;
}
.textEditor .table.style3 table td {
  font-size: 17px;
  color: #666666;
  font-weight: 400;
  text-align: center;
  padding: 10px 30px;
  height: 75px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 0.8px;
  text-align: left;
}
.textEditor .table.style3 table td:first-of-type {
  white-space: nowrap;
}
.textEditor .table.style3 table td:nth-of-type(2n) {
  color: #666666;
  background-color: #f7f7f7;
}
@media (max-width: 1400px) {
  .textEditor .table.style3 table td:nth-of-type(2n) {
    width: 15%;
  }
}
@media (max-width: 1400px) {
  .textEditor .table.style3 table td {
    height: 65px;
    padding: 10px 20px;
  }
}
.textEditor .table.style3 table td span {
  display: inline-block;
}
.textEditor .table.style4 .itemWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.textEditor .table.style4 .itemWrap .item {
  width: 25%;
  background-color: #fafafa;
  position: relative;
}
@media (max-width: 1200px) {
  .textEditor .table.style4 .itemWrap .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.textEditor .table.style4 .itemWrap .item .text {
  color: #666666;
  padding: 40px 58px;
  font-size: 17px;
}
@media (max-width: 1400px) {
  .textEditor .table.style4 .itemWrap .item .text {
    padding: 40px 36px;
    text-align: justify;
  }
}
@media (max-width: 1200px) {
  .textEditor .table.style4 .itemWrap .item .text {
    padding: 20px 20px;
    text-align: justify;
  }
}
.textEditor .table.style4 .itemWrap .item .title {
  padding: 10px 58px;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #fff;
  min-height: 77px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .textEditor .table.style4 .itemWrap .item .title {
    padding-left: 60px;
    font-size: 18px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .textEditor .table.style4 .itemWrap .item .title {
    padding: 20px 20px;
  }
}
.textEditor .table.style4 .itemWrap .item .title::after {
  content: "";
  position: absolute;
  height: 77px;
  width: 45px;
  -webkit-mask: no-repeat url(../images/triangle.svg) center left/contain;
          mask: no-repeat url(../images/triangle.svg) center left/contain;
  right: -38px;
  z-index: 1;
  bottom: 0;
}
@media (max-width: 1200px) {
  .textEditor .table.style4 .itemWrap .item .title::after {
    content: normal;
  }
}
.textEditor .table.style4 .itemWrap .item::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 1)::before {
  background-color: #f1d6d7;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 1) .title {
  background-color: #173260;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 1) .title::after {
  background-color: #173260;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 2)::before {
  background-color: #dfeae2;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 2) .title {
  background-color: #33a14d;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 2) .title::after {
  background-color: #33a14d;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 3)::before {
  background-color: #b7d9e5;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 3) .title {
  background-color: #128ab4;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n + 3) .title::after {
  background-color: #128ab4;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n)::before {
  background-color: #dfdfdf;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n) .title {
  background-color: #898989;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(4n) .title::after {
  content: normal;
}
.textEditor .table.style4 .itemWrap .item:nth-of-type(2n) {
  background-color: #f7f7f7;
}
.textEditor .table.style4 .itemWrap .item:last-of-type {
  margin-bottom: 0;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap {
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  width: auto;
  min-width: 900px;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border: 2px solid #e5e5e5;
  border-color: #173260;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap table {
  border: 0;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap th {
  border: 2px solid #173260;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap th:first-of-type {
  border-left: 0;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap th:last-of-type {
  border-right: 0;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap td {
  border: 2px solid #173260;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap td:first-of-type {
  border-left: 0;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap td:last-of-type {
  border-right: 0;
}
.textEditor .table.style5 .tableWrap .tableRadiusWrap tbody tr:last-of-type td {
  border-bottom: 0;
}

.textEditor .cardImgTop .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop .btnBox {
    padding-top: 25px;
    nav-down: 0 -5px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop .btnBox {
    padding-top: 25px;
  }
}
.textEditor .cardImgTop .btnBox .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 14px 10px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop .btnBox .btn {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop.cardStyle .cardItem {
    width: 100%;
    margin-bottom: 60px;
  }
}
.textEditor .cardImgTop.cardStyle .cardItem .Img img {
  border-radius: 20px 20px 0 0;
  vertical-align: middle;
  width: 100%;
}
.textEditor .cardImgTop.cardStyle .cardItem .Txt {
  padding: 0 30px;
  padding-top: 32px;
  padding-bottom: 43px;
  background: #f7f7f7;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.textEditor .cardImgTop.cardStyle .cardItem .Txt .title {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 18px;
  position: relative;
}
.textEditor .cardImgTop.cardStyle .cardItem .Txt .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #173260;
  bottom: 0;
  left: 0;
}
.textEditor .cardImgTop.cardStyle .cardItem .Txt .text {
  padding-top: 24px;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop.cardStyle .cardItem .Txt .text {
    border: 0;
    padding-bottom: 0;
  }
}
.textEditor .cardImgTop.cardStyle .cardItem .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop.cardStyle .cardItem .Txt .btnBox {
    padding-top: 40px;
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop.cardStyle .cardItem .Txt .btnBox {
    padding-top: 30px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardImgTop.cardStyle .cardItem .Txt .btnBox {
    margin: 0 -5px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .cardImgTop.cardStyle .cardItem .Txt .btnBox .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 0 10px;
  padding: 14px 10px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop.cardStyle .cardItem .Txt .btnBox .btn {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardImgTop.cardStyle .cardItem .Txt .btnBox .btn {
    width: calc(100% - 10px);
  }
  .textEditor .cardImgTop.cardStyle .cardItem .Txt .btnBox .btn:first-of-type {
    margin-bottom: 15px;
  }
}
.textEditor .cardImgTop1Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop1Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop1Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop1Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop1Wrap .cardList .cardItem {
    width: 100%;
  }
}
.textEditor .cardImgTop1Wrap .cardList .cardItem .Img img {
  border-radius: 20px;
  vertical-align: middle;
}
.textEditor .cardImgTop1Wrap .cardList .cardItem .Txt {
  padding-top: 32px;
}
.textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .title {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 18px;
  position: relative;
}
.textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #173260;
  bottom: 0;
  left: 0;
}
.textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .text {
  padding-top: 24px;
  font-size: 17px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .text {
    border: 0;
    padding-bottom: 0;
  }
}
.textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 37px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .btnBox {
    padding-top: 40px;
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .btnBox {
    padding-top: 30px;
  }
}
.textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .btnBox .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 14px 10px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop1Wrap .cardList .cardItem .Txt .btnBox .btn {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.textEditor .cardImgTop2Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop2Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop2Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 33.3333333333%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop2Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop2Wrap .cardList .cardItem {
    width: 100%;
  }
}
.textEditor .cardImgTop2Wrap .cardList .cardItem .Img img {
  vertical-align: middle;
  border-radius: 20px;
  width: 100%;
}
.textEditor .cardImgTop2Wrap .cardList .cardItem .Txt {
  padding-top: 32px;
}
.textEditor .cardImgTop2Wrap .cardList .cardItem .Txt .title {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 18px;
  position: relative;
}
.textEditor .cardImgTop2Wrap .cardList .cardItem .Txt .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #173260;
  bottom: 0;
  left: 0;
}
.textEditor .cardImgTop2Wrap .cardList .cardItem .Txt .text {
  padding-top: 24px;
  font-size: 17px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop2Wrap .cardList .cardItem .Txt .text {
    border: 0;
    padding-bottom: 0;
  }
}
.textEditor .cardImgTop2Wrap .cardList .cardItem .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 37px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop2Wrap .cardList .cardItem .Txt .btnBox {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop2Wrap .cardList .cardItem .Txt .btnBox {
    padding-top: 30px;
  }
}
.textEditor .cardImgTop2Wrap .cardList .cardItem .Txt .btnBox .btn {
  min-width: 0;
}
.textEditor .cardImgTop3Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop3Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop3Wrap .cardList .cardItem {
  padding: 0 24px;
  width: 25%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop3Wrap .cardList .cardItem {
    padding: 0 40px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop3Wrap .cardList .cardItem {
    padding: 0 60px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .textEditor .cardImgTop3Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
.textEditor .cardImgTop3Wrap .cardList .cardItem .Img img {
  border-radius: 20px;
  width: 100%;
  vertical-align: middle;
}
.textEditor .cardImgTop3Wrap .cardList .cardItem .Txt {
  padding-top: 32px;
}
.textEditor .cardImgTop3Wrap .cardList .cardItem .Txt .title {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 18px;
  position: relative;
}
.textEditor .cardImgTop3Wrap .cardList .cardItem .Txt .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #173260;
  bottom: 0;
  left: 0;
}
.textEditor .cardImgTop3Wrap .cardList .cardItem .Txt .text {
  padding-top: 24px;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop3Wrap .cardList .cardItem .Txt .text {
    border: 0;
    padding-bottom: 0;
  }
}
.textEditor .cardImgTop3Wrap .cardList .cardItem .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop3Wrap .cardList .cardItem .Txt .btnBox {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop3Wrap .cardList .cardItem .Txt .btnBox {
    padding-top: 25px;
  }
}
.textEditor .cardImgTop3Wrap .cardList .cardItem .Txt .btnBox .btn {
  min-width: 0;
}
.textEditor .cardImgTop4Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px;
}
.textEditor .cardImgTop4Wrap .cardList .cardItem {
  padding: 0 24px;
  width: 25%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop4Wrap .cardList .cardItem {
    padding: 0 40px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop4Wrap .cardList .cardItem {
    padding: 0 60px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .textEditor .cardImgTop4Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
.textEditor .cardImgTop4Wrap .cardList .cardItem .Img img {
  vertical-align: middle;
  border-radius: 50%;
  width: 100%;
}
.textEditor .cardImgTop4Wrap .cardList .cardItem .Txt {
  padding-top: 32px;
}
.textEditor .cardImgTop4Wrap .cardList .cardItem .Txt .title {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 18px;
  position: relative;
}
.textEditor .cardImgTop4Wrap .cardList .cardItem .Txt .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #173260;
  bottom: 0;
  left: 0;
}
.textEditor .cardImgTop4Wrap .cardList .cardItem .Txt .text {
  padding-top: 24px;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop4Wrap .cardList .cardItem .Txt .text {
    border: 0;
    padding-bottom: 0;
  }
}
.textEditor .cardImgTop4Wrap .cardList .cardItem .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop4Wrap .cardList .cardItem .Txt .btnBox {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop4Wrap .cardList .cardItem .Txt .btnBox {
    padding-top: 25px;
  }
}
.textEditor .cardImgTop4Wrap .cardList .cardItem .Txt .btnBox .btn {
  min-width: 0;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop4Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop5Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop5Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop5Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop5Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop5Wrap .cardList .cardItem {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .textEditor .cardImgTop5Wrap .cardList .cardItem .btnBox.btnBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .textEditor .cardImgTop5Wrap .cardList .cardItem .btnBox.btnBox .btn {
    padding: 9px 10px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .textEditor .cardImgTop5Wrap .cardList .cardItem .btnBox.btnBox .btn:first-of-type {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.textEditor .cardImgTop6Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop6Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop6Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 33.3333333333%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop6Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop6Wrap .cardList .cardItem {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .textEditor .cardImgTop6Wrap .cardList .cardItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 860px) {
  .textEditor .cardImgTop6Wrap .cardList .cardItem .Txt .btnBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .textEditor .cardImgTop6Wrap .cardList .cardItem .Txt .btnBox .btn {
    padding: 9px 10px;
    width: calc(100% - 10px);
  }
  .textEditor .cardImgTop6Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop6Wrap .cardList .cardItem .Txt .btnBox {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (max-width: 479px) {
  .textEditor .cardImgTop6Wrap .cardList .cardItem .Txt .btnBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .cardImgTop7Wrap .cardList,
.textEditor .cardImgTop8Wrap .cardList,
.textEditor .cardImgTop11Wrap .cardList,
.textEditor .cardImgTop12Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop7Wrap .cardList,
  .textEditor .cardImgTop8Wrap .cardList,
  .textEditor .cardImgTop11Wrap .cardList,
  .textEditor .cardImgTop12Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop7Wrap .cardList .cardItem,
.textEditor .cardImgTop8Wrap .cardList .cardItem,
.textEditor .cardImgTop11Wrap .cardList .cardItem,
.textEditor .cardImgTop12Wrap .cardList .cardItem {
  padding: 0 24px;
  width: 25%;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop7Wrap .cardList .cardItem,
  .textEditor .cardImgTop8Wrap .cardList .cardItem,
  .textEditor .cardImgTop11Wrap .cardList .cardItem,
  .textEditor .cardImgTop12Wrap .cardList .cardItem {
    padding: 0 10px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop7Wrap .cardList .cardItem,
  .textEditor .cardImgTop8Wrap .cardList .cardItem,
  .textEditor .cardImgTop11Wrap .cardList .cardItem,
  .textEditor .cardImgTop12Wrap .cardList .cardItem {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardImgTop7Wrap .cardList .cardItem,
  .textEditor .cardImgTop8Wrap .cardList .cardItem,
  .textEditor .cardImgTop11Wrap .cardList .cardItem,
  .textEditor .cardImgTop12Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
.textEditor .cardImgTop7Wrap .cardList .cardItem .item,
.textEditor .cardImgTop8Wrap .cardList .cardItem .item,
.textEditor .cardImgTop11Wrap .cardList .cardItem .item,
.textEditor .cardImgTop12Wrap .cardList .cardItem .item {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.textEditor .cardImgTop7Wrap .cardList .cardItem .Img img,
.textEditor .cardImgTop8Wrap .cardList .cardItem .Img img,
.textEditor .cardImgTop11Wrap .cardList .cardItem .Img img,
.textEditor .cardImgTop12Wrap .cardList .cardItem .Img img {
  border-radius: 20px;
}
.textEditor .cardImgTop7Wrap .cardList .cardItem .Txt,
.textEditor .cardImgTop8Wrap .cardList .cardItem .Txt,
.textEditor .cardImgTop11Wrap .cardList .cardItem .Txt,
.textEditor .cardImgTop12Wrap .cardList .cardItem .Txt {
  padding: 20px 0 0 0;
  border-radius: 0;
}
.textEditor .cardImgTop7Wrap .cardList .cardItem .Txt .btnBox,
.textEditor .cardImgTop8Wrap .cardList .cardItem .Txt .btnBox,
.textEditor .cardImgTop11Wrap .cardList .cardItem .Txt .btnBox,
.textEditor .cardImgTop12Wrap .cardList .cardItem .Txt .btnBox {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.textEditor .cardImgTop7Wrap .cardList .cardItem .Txt .btnBox .btn,
.textEditor .cardImgTop8Wrap .cardList .cardItem .Txt .btnBox .btn,
.textEditor .cardImgTop11Wrap .cardList .cardItem .Txt .btnBox .btn,
.textEditor .cardImgTop12Wrap .cardList .cardItem .Txt .btnBox .btn {
  width: calc(100% - 20px);
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop7Wrap .cardList .cardItem .Txt .btnBox .btn,
  .textEditor .cardImgTop8Wrap .cardList .cardItem .Txt .btnBox .btn,
  .textEditor .cardImgTop11Wrap .cardList .cardItem .Txt .btnBox .btn,
  .textEditor .cardImgTop12Wrap .cardList .cardItem .Txt .btnBox .btn {
    width: calc(100% - 10px);
  }
}
.textEditor .cardImgTop7Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type,
.textEditor .cardImgTop8Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type,
.textEditor .cardImgTop11Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type,
.textEditor .cardImgTop12Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type {
  margin-bottom: 10px;
}
.textEditor .cardImgTop11Wrap .cardList .cardItem,
.textEditor .cardImgTop12Wrap .cardList .cardItem {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop11Wrap .cardList .cardItem,
  .textEditor .cardImgTop12Wrap .cardList .cardItem {
    margin-bottom: 60px;
  }
  .textEditor .cardImgTop11Wrap .cardList .cardItem:nth-of-type(3), .textEditor .cardImgTop11Wrap .cardList .cardItem:nth-of-type(4),
  .textEditor .cardImgTop12Wrap .cardList .cardItem:nth-of-type(3),
  .textEditor .cardImgTop12Wrap .cardList .cardItem:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop11Wrap .cardList .cardItem:nth-of-type(3),
  .textEditor .cardImgTop12Wrap .cardList .cardItem:nth-of-type(3) {
    margin-bottom: 60px;
  }
  .textEditor .cardImgTop11Wrap .cardList .cardItem:last-of-type,
  .textEditor .cardImgTop12Wrap .cardList .cardItem:last-of-type {
    margin-bottom: 0;
  }
}
.textEditor .cardImgTop8Wrap .cardList .cardItem .Img img,
.textEditor .cardImgTop12Wrap .cardList .cardItem .Img img {
  border-radius: 50%;
}
.textEditor .cardImgTop9Wrap {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop9Wrap {
    padding: 60px 0;
  }
}
.textEditor .cardImgTop9Wrap .cardList {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop9Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop9Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 50%;
}
.textEditor .cardImgTop9Wrap .cardList .cardItem .Txt {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop9Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop9Wrap .cardList .cardItem {
    margin-bottom: 60px;
    width: 100%;
  }
  .textEditor .cardImgTop9Wrap .cardList .cardItem:last-of-type {
    margin-bottom: 0;
  }
}
.textEditor .cardImgTop10Wrap {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop10Wrap {
    padding: 60px 0;
  }
}
.textEditor .cardImgTop10Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop10Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardImgTop10Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 33.3333333333%;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop10Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardImgTop10Wrap .cardList .cardItem {
    margin-bottom: 60px;
    width: 100%;
  }
  .textEditor .cardImgTop10Wrap .cardList .cardItem:last-of-type {
    margin-bottom: 0;
  }
}
.textEditor .cardImgTop10Wrap .cardList .cardItem .Txt {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .textEditor .cardImgTop10Wrap .cardList .cardItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 860px) {
  .textEditor .cardImgTop10Wrap .cardList .cardItem .Txt .btnBox {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
  .textEditor .cardImgTop10Wrap .cardList .cardItem .Txt .btnBox .btn {
    width: 100%;
    margin: 0;
  }
  .textEditor .cardImgTop10Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type {
    margin-bottom: 15px;
  }
}
.textEditor .cardImgTop11Wrap,
.textEditor .cardImgTop12Wrap {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .textEditor .cardImgTop11Wrap,
  .textEditor .cardImgTop12Wrap {
    padding: 60px 0;
  }
}
.textEditor .cardImgTop11Wrap .cardList,
.textEditor .cardImgTop12Wrap .cardList {
  position: relative;
  z-index: 1;
}
.textEditor .cardImgTop11Wrap .cardList .cardItem .item,
.textEditor .cardImgTop12Wrap .cardList .cardItem .item {
  background-color: #fff;
}
.textEditor .cardImgTop11Wrap .cardList .cardItem .Txt,
.textEditor .cardImgTop12Wrap .cardList .cardItem .Txt {
  background: none;
}
.textEditor .cardTextTop.cardStyle .cardItem, .textEditor .cardTextTop.cardStyle2 .cardItem {
  margin-bottom: 54px;
}
.textEditor .cardTextTop.cardStyle .cardItem .Txt, .textEditor .cardTextTop.cardStyle2 .cardItem .Txt {
  padding-bottom: 22px;
}
.textEditor .cardTextTop.cardStyle .cardItem .Txt .title, .textEditor .cardTextTop.cardStyle2 .cardItem .Txt .title {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 18px;
  position: relative;
}
.textEditor .cardTextTop.cardStyle .cardItem .Txt .title::before, .textEditor .cardTextTop.cardStyle2 .cardItem .Txt .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #173260;
  bottom: 0;
  left: 0;
}
.textEditor .cardTextTop.cardStyle .cardItem .Txt .text, .textEditor .cardTextTop.cardStyle2 .cardItem .Txt .text {
  padding-top: 24px;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop.cardStyle .cardItem .Txt .text, .textEditor .cardTextTop.cardStyle2 .cardItem .Txt .text {
    border: 0;
    padding-bottom: 0;
  }
}
.textEditor .cardTextTop.cardStyle .cardItem .Img img, .textEditor .cardTextTop.cardStyle2 .cardItem .Img img {
  vertical-align: middle;
  border-radius: 20px;
  width: 100%;
}
.textEditor .cardTextTop.cardStyle .cardItem .btnBox, .textEditor .cardTextTop.cardStyle2 .cardItem .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop.cardStyle .cardItem .btnBox, .textEditor .cardTextTop.cardStyle2 .cardItem .btnBox {
    margin: 0 -5px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop.cardStyle .cardItem .btnBox, .textEditor .cardTextTop.cardStyle2 .cardItem .btnBox {
    padding-top: 25px;
  }
}
.textEditor .cardTextTop.cardStyle .cardItem .btnBox .btn, .textEditor .cardTextTop.cardStyle2 .cardItem .btnBox .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 14px 10px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop.cardStyle .cardItem .btnBox .btn, .textEditor .cardTextTop.cardStyle2 .cardItem .btnBox .btn {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.textEditor .cardTextTop.cardStyle .cardList, .textEditor .cardTextTop.cardStyle2 .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.textEditor .cardTextTop.cardStyle2 .cardList {
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop.cardStyle2 .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardTextTop.cardStyle2 .cardItem {
  padding: 0 30px;
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop.cardStyle2 .cardItem {
    padding: 0 10px;
  }
}
.textEditor .cardTextTop.cardStyle2 .cardItem .Txt {
  background-color: #f7f7f7;
  border-radius: 20px 20px 0 0;
}
.textEditor .cardTextTop.cardStyle2 .cardItem .Img img {
  vertical-align: middle;
  border-radius: 20px;
  width: 100%;
}
.textEditor .cardTextTop.cardStyle2 .cardItem .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop.cardStyle2 .cardItem .btnBox {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop.cardStyle2 .cardItem .btnBox {
    padding-top: 25px;
  }
}
.textEditor .cardTextTop1Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
.textEditor .cardTextTop1Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 50%;
}
@media (max-width: 960px) {
  .textEditor .cardTextTop1Wrap .cardList .cardItem {
    width: 100%;
  }
}
.textEditor .cardTextTop1Wrap .cardList .cardItem .btnBox {
  display: -ms-flexbox;
  display: flex;
}
.textEditor .cardTextTop1Wrap .cardList .cardItem .btnBox .btn {
  width: 100%;
  max-width: 200px;
  min-width: 0;
  margin-right: 10px;
}
.textEditor .cardTextTop1Wrap .cardList .cardItem .btnBox .btn:last-child {
  margin: 0;
}
.textEditor .cardTextTop2Wrap .cardList {
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop2Wrap .cardList {
    margin: 0 -20px;
  }
}
@media (max-width: 960px) {
  .textEditor .cardTextTop2Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardTextTop2Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 33.333333%;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop2Wrap .cardList .cardItem {
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .cardTextTop2Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop2Wrap .cardList .cardItem {
    width: 100%;
  }
}
.textEditor .cardTextTop3Wrap .cardList,
.textEditor .cardTextTop4Wrap .cardList {
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop3Wrap .cardList,
  .textEditor .cardTextTop4Wrap .cardList {
    margin: 0 -20px;
  }
}
@media (max-width: 960px) {
  .textEditor .cardTextTop3Wrap .cardList,
  .textEditor .cardTextTop4Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardTextTop3Wrap .cardList .cardItem,
.textEditor .cardTextTop4Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 25%;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop3Wrap .cardList .cardItem,
  .textEditor .cardTextTop4Wrap .cardList .cardItem {
    padding: 0 40px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop3Wrap .cardList .cardItem,
  .textEditor .cardTextTop4Wrap .cardList .cardItem {
    padding: 0 60px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .textEditor .cardTextTop3Wrap .cardList .cardItem,
  .textEditor .cardTextTop4Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
.textEditor .cardTextTop3Wrap .cardList .cardItem .btnBox .btn,
.textEditor .cardTextTop4Wrap .cardList .cardItem .btnBox .btn {
  min-width: 0;
}
.textEditor .cardTextTop4Wrap .cardList .cardItem .Img img {
  border-radius: 50%;
}
.textEditor .cardTextTop5Wrap .cardList .cardItem,
.textEditor .cardTextTop9Wrap .cardList .cardItem {
  width: 50%;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop5Wrap .cardList .cardItem,
  .textEditor .cardTextTop9Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop5Wrap .cardList .cardItem,
  .textEditor .cardTextTop9Wrap .cardList .cardItem {
    width: 100%;
    margin-bottom: 60px;
  }
}
.textEditor .cardTextTop5Wrap .cardList .cardItem .Img img,
.textEditor .cardTextTop9Wrap .cardList .cardItem .Img img {
  border-radius: 0 0 20px 20px;
  vertical-align: middle;
}
.textEditor .cardTextTop5Wrap .cardList .cardItem .Txt,
.textEditor .cardTextTop9Wrap .cardList .cardItem .Txt {
  padding: 32px 54px 43px 54px;
}
@media (max-width: 960px) {
  .textEditor .cardTextTop5Wrap .cardList .cardItem .Txt,
  .textEditor .cardTextTop9Wrap .cardList .cardItem .Txt {
    padding: 24px 40px 30px 40px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardTextTop5Wrap .cardList .cardItem .Txt,
  .textEditor .cardTextTop9Wrap .cardList .cardItem .Txt {
    padding: 24px 20px 30px 20px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardTextTop5Wrap .cardList .cardItem .Txt .btnBox,
  .textEditor .cardTextTop9Wrap .cardList .cardItem .Txt .btnBox {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .textEditor .cardTextTop5Wrap .cardList .cardItem .Txt .btnBox .btn,
  .textEditor .cardTextTop9Wrap .cardList .cardItem .Txt .btnBox .btn {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .textEditor .cardTextTop5Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type,
  .textEditor .cardTextTop9Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type {
    margin-bottom: 15px;
  }
}
.textEditor .cardTextTop6Wrap .cardList .cardItem,
.textEditor .cardTextTop10Wrap .cardList .cardItem {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem,
  .textEditor .cardTextTop10Wrap .cardList .cardItem {
    width: 100%;
  }
}
.textEditor .cardTextTop6Wrap .cardList .cardItem .Img img,
.textEditor .cardTextTop10Wrap .cardList .cardItem .Img img {
  border-radius: 0 0 20px 20px;
  vertical-align: middle;
}
.textEditor .cardTextTop6Wrap .cardList .cardItem .Txt,
.textEditor .cardTextTop10Wrap .cardList .cardItem .Txt {
  padding: 24px 40px 30px 40px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt {
    padding: 24px 30px 30px 30px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt {
    padding: 24px 20px 30px 20px;
  }
}
@media (max-width: 1024px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox {
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 0 -10px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (max-width: 479px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
}
.textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox .btn,
.textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox .btn {
  min-width: 0;
}
@media (max-width: 1024px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox .btn,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox .btn {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox .btn,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox .btn {
    width: calc(50% - 20px);
    margin: 0 10px;
    max-width: none;
  }
}
@media (max-width: 479px) {
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox .btn,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox .btn {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .textEditor .cardTextTop6Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type,
  .textEditor .cardTextTop10Wrap .cardList .cardItem .Txt .btnBox .btn:first-of-type {
    margin-bottom: 15px;
  }
}
.textEditor .cardTextTop7Wrap .cardList,
.textEditor .cardTextTop8Wrap .cardList,
.textEditor .cardTextTop11Wrap .cardList,
.textEditor .cardTextTop12Wrap .cardList {
  margin: 0 -24px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop7Wrap .cardList,
  .textEditor .cardTextTop8Wrap .cardList,
  .textEditor .cardTextTop11Wrap .cardList,
  .textEditor .cardTextTop12Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardTextTop7Wrap .cardList .cardItem,
.textEditor .cardTextTop8Wrap .cardList .cardItem,
.textEditor .cardTextTop11Wrap .cardList .cardItem,
.textEditor .cardTextTop12Wrap .cardList .cardItem {
  width: 25%;
  padding: 0 24px;
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop7Wrap .cardList .cardItem,
  .textEditor .cardTextTop8Wrap .cardList .cardItem,
  .textEditor .cardTextTop11Wrap .cardList .cardItem,
  .textEditor .cardTextTop12Wrap .cardList .cardItem {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop7Wrap .cardList .cardItem,
  .textEditor .cardTextTop8Wrap .cardList .cardItem,
  .textEditor .cardTextTop11Wrap .cardList .cardItem,
  .textEditor .cardTextTop12Wrap .cardList .cardItem {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardTextTop7Wrap .cardList .cardItem,
  .textEditor .cardTextTop8Wrap .cardList .cardItem,
  .textEditor .cardTextTop11Wrap .cardList .cardItem,
  .textEditor .cardTextTop12Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
.textEditor .cardTextTop7Wrap .cardList .cardItem .item,
.textEditor .cardTextTop8Wrap .cardList .cardItem .item,
.textEditor .cardTextTop11Wrap .cardList .cardItem .item,
.textEditor .cardTextTop12Wrap .cardList .cardItem .item {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 20px;
}
.textEditor .cardTextTop7Wrap .cardList .cardItem .btnBox,
.textEditor .cardTextTop8Wrap .cardList .cardItem .btnBox,
.textEditor .cardTextTop11Wrap .cardList .cardItem .btnBox,
.textEditor .cardTextTop12Wrap .cardList .cardItem .btnBox {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 20px;
}
.textEditor .cardTextTop7Wrap .cardList .cardItem .btnBox .btn,
.textEditor .cardTextTop8Wrap .cardList .cardItem .btnBox .btn,
.textEditor .cardTextTop11Wrap .cardList .cardItem .btnBox .btn,
.textEditor .cardTextTop12Wrap .cardList .cardItem .btnBox .btn {
  padding: 9px 10px;
  width: calc(100% - 20px);
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop7Wrap .cardList .cardItem .btnBox .btn,
  .textEditor .cardTextTop8Wrap .cardList .cardItem .btnBox .btn,
  .textEditor .cardTextTop11Wrap .cardList .cardItem .btnBox .btn,
  .textEditor .cardTextTop12Wrap .cardList .cardItem .btnBox .btn {
    width: calc(100% - 10px);
  }
}
.textEditor .cardTextTop7Wrap .cardList .cardItem .btnBox .btn:first-of-type,
.textEditor .cardTextTop8Wrap .cardList .cardItem .btnBox .btn:first-of-type,
.textEditor .cardTextTop11Wrap .cardList .cardItem .btnBox .btn:first-of-type,
.textEditor .cardTextTop12Wrap .cardList .cardItem .btnBox .btn:first-of-type {
  margin-bottom: 11px;
}
.textEditor .cardTextTop8Wrap .cardList .cardItem .Img img,
.textEditor .cardTextTop12Wrap .cardList .cardItem .Img img {
  border-radius: 50%;
}
.textEditor .cardTextTop9Wrap,
.textEditor .cardTextTop10Wrap,
.textEditor .cardTextTop11Wrap,
.textEditor .cardTextTop12Wrap {
  position: relative;
  padding: 80px 0;
}
.textEditor .cardTextTop9Wrap .cardList,
.textEditor .cardTextTop10Wrap .cardList,
.textEditor .cardTextTop11Wrap .cardList,
.textEditor .cardTextTop12Wrap .cardList {
  position: relative;
  z-index: 1;
}
.textEditor .cardTextTop9Wrap .cardList .cardItem,
.textEditor .cardTextTop10Wrap .cardList .cardItem,
.textEditor .cardTextTop11Wrap .cardList .cardItem,
.textEditor .cardTextTop12Wrap .cardList .cardItem {
  margin-bottom: 0;
}
.textEditor .cardTextTop9Wrap .cardList .cardItem .Txt,
.textEditor .cardTextTop9Wrap .cardList .cardItem .item,
.textEditor .cardTextTop10Wrap .cardList .cardItem .Txt,
.textEditor .cardTextTop10Wrap .cardList .cardItem .item,
.textEditor .cardTextTop11Wrap .cardList .cardItem .Txt,
.textEditor .cardTextTop11Wrap .cardList .cardItem .item,
.textEditor .cardTextTop12Wrap .cardList .cardItem .Txt,
.textEditor .cardTextTop12Wrap .cardList .cardItem .item {
  background-color: #fff;
}
@media (max-width: 767px) {
  .textEditor .cardTextTop9Wrap .cardList .cardItem,
  .textEditor .cardTextTop10Wrap .cardList .cardItem {
    margin-bottom: 60px;
  }
  .textEditor .cardTextTop9Wrap .cardList .cardItem:last-of-type,
  .textEditor .cardTextTop10Wrap .cardList .cardItem:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .cardTextTop11Wrap .cardList .cardItem,
  .textEditor .cardTextTop12Wrap .cardList .cardItem {
    margin-bottom: 60px;
  }
  .textEditor .cardTextTop11Wrap .cardList .cardItem:nth-of-type(3), .textEditor .cardTextTop11Wrap .cardList .cardItem:nth-of-type(4),
  .textEditor .cardTextTop12Wrap .cardList .cardItem:nth-of-type(3),
  .textEditor .cardTextTop12Wrap .cardList .cardItem:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .textEditor .cardTextTop11Wrap .cardList .cardItem:nth-of-type(3),
  .textEditor .cardTextTop12Wrap .cardList .cardItem:nth-of-type(3) {
    margin-bottom: 60px;
  }
  .textEditor .cardTextTop11Wrap .cardList .cardItem:last-of-type,
  .textEditor .cardTextTop12Wrap .cardList .cardItem:last-of-type {
    margin-bottom: 0;
  }
}
.textEditor .cardLayout {
  position: relative;
}
.textEditor .cardLayout .cardList {
  position: relative;
  z-index: 1;
}
.textEditor .cardLayout .cardList .cardItem {
  display: -ms-flexbox;
  display: flex;
}
.textEditor .cardLayout .cardList .cardItem .Txt .title {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 18px;
  position: relative;
}
.textEditor .cardLayout .cardList .cardItem .Txt .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #173260;
  bottom: 0;
  left: 0;
}
.textEditor .cardLayout .cardList .cardItem .Txt .text {
  padding-top: 24px;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout .cardList .cardItem .Txt .text {
    border: 0;
    padding-bottom: 0;
  }
}
.textEditor .cardLayout .cardList .cardItem .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-top: 21px;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout .cardList .cardItem .Txt .btnBox {
    margin: 0 -5px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardLayout .cardList .cardItem .Txt .btnBox {
    padding-top: 25px;
  }
}
.textEditor .cardLayout .cardList .cardItem .Txt .btnBox .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(100% - 20px);
  max-width: 300px;
  margin: 0 10px;
  padding: 14px 10px;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout .cardList .cardItem .Txt .btnBox .btn {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
}
.textEditor .cardLayout1Wrap .cardList,
.textEditor .cardLayout6Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1600px) {
  .textEditor .cardLayout1Wrap .cardList,
  .textEditor .cardLayout6Wrap .cardList {
    margin: 0 -20px;
  }
}
.textEditor .cardLayout1Wrap .cardList .cardItem,
.textEditor .cardLayout6Wrap .cardList .cardItem {
  padding: 0 40px;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .textEditor .cardLayout1Wrap .cardList .cardItem,
  .textEditor .cardLayout6Wrap .cardList .cardItem {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .textEditor .cardLayout1Wrap .cardList .cardItem,
  .textEditor .cardLayout6Wrap .cardList .cardItem {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .textEditor .cardLayout1Wrap .cardList .cardItem,
  .textEditor .cardLayout6Wrap .cardList .cardItem {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.textEditor .cardLayout1Wrap .cardList .cardItem.center,
.textEditor .cardLayout6Wrap .cardList .cardItem.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.textEditor .cardLayout1Wrap .cardList .Img,
.textEditor .cardLayout6Wrap .cardList .Img {
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1600px) {
  .textEditor .cardLayout1Wrap .cardList .Img,
  .textEditor .cardLayout6Wrap .cardList .Img {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .textEditor .cardLayout1Wrap .cardList .Img,
  .textEditor .cardLayout6Wrap .cardList .Img {
    width: 240px;
  }
}
@media (max-width: 540px) {
  .textEditor .cardLayout1Wrap .cardList .Img,
  .textEditor .cardLayout6Wrap .cardList .Img {
    width: 100%;
  }
}
.textEditor .cardLayout1Wrap .cardList .Img img,
.textEditor .cardLayout6Wrap .cardList .Img img {
  border-radius: 20px;
  width: 100%;
  vertical-align: middle;
}
.textEditor .cardLayout1Wrap .cardList .Txt,
.textEditor .cardLayout6Wrap .cardList .Txt {
  padding-left: 30px;
}
@media (max-width: 540px) {
  .textEditor .cardLayout1Wrap .cardList .Txt,
  .textEditor .cardLayout6Wrap .cardList .Txt {
    padding-left: 0;
    padding-top: 20px;
  }
}
.textEditor .cardLayout2Wrap .cardList,
.textEditor .cardLayout7Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.textEditor .cardLayout2Wrap .cardList .cardItem,
.textEditor .cardLayout7Wrap .cardList .cardItem {
  width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .textEditor .cardLayout2Wrap .cardList .cardItem,
  .textEditor .cardLayout7Wrap .cardList .cardItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 540px) {
  .textEditor .cardLayout2Wrap .cardList .cardItem,
  .textEditor .cardLayout7Wrap .cardList .cardItem {
    width: 100%;
    margin-bottom: 45px;
  }
}
.textEditor .cardLayout2Wrap .cardList .cardItem .Txt,
.textEditor .cardLayout7Wrap .cardList .cardItem .Txt {
  padding-left: 20px;
}
@media (max-width: 960px) {
  .textEditor .cardLayout2Wrap .cardList .cardItem .Txt,
  .textEditor .cardLayout7Wrap .cardList .cardItem .Txt {
    padding-left: 0;
    padding-top: 20px;
  }
}
.textEditor .cardLayout2Wrap .cardList .cardItem .Txt .title,
.textEditor .cardLayout7Wrap .cardList .cardItem .Txt .title {
  line-height: 1.4;
}
.textEditor .cardLayout2Wrap .cardList .cardItem .Txt .text,
.textEditor .cardLayout7Wrap .cardList .cardItem .Txt .text {
  padding-top: 18px;
}
.textEditor .cardLayout2Wrap .cardList .cardItem .Txt .btnBox,
.textEditor .cardLayout7Wrap .cardList .cardItem .Txt .btnBox {
  padding-top: 15px;
}
.textEditor .cardLayout2Wrap .cardList .cardItem .Txt .btnBox .btn,
.textEditor .cardLayout7Wrap .cardList .cardItem .Txt .btnBox .btn {
  min-width: 0;
}
.textEditor .cardLayout2Wrap .cardList .cardItem .Img,
.textEditor .cardLayout7Wrap .cardList .cardItem .Img {
  max-width: 220px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1540px) {
  .textEditor .cardLayout2Wrap .cardList .cardItem .Img,
  .textEditor .cardLayout7Wrap .cardList .cardItem .Img {
    max-width: 180px;
  }
}
@media (max-width: 1200px) {
  .textEditor .cardLayout2Wrap .cardList .cardItem .Img,
  .textEditor .cardLayout7Wrap .cardList .cardItem .Img {
    max-width: 120px;
  }
}
@media (max-width: 960px) {
  .textEditor .cardLayout2Wrap .cardList .cardItem .Img,
  .textEditor .cardLayout7Wrap .cardList .cardItem .Img {
    max-width: 100%;
  }
}
.textEditor .cardLayout2Wrap .cardList .cardItem .Img img,
.textEditor .cardLayout7Wrap .cardList .cardItem .Img img {
  width: 100%;
  border-radius: 20px;
  vertical-align: middle;
}
.textEditor .cardLayout2Wrap .cardList.circle .cardItem .Img img,
.textEditor .cardLayout7Wrap .cardList.circle .cardItem .Img img {
  border-radius: 50%;
}
.textEditor .cardLayout3Wrap .cardList,
.textEditor .cardLayout8Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -54px;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout3Wrap .cardList,
  .textEditor .cardLayout8Wrap .cardList {
    margin: 0 -30px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardLayout3Wrap .cardList,
  .textEditor .cardLayout8Wrap .cardList {
    margin: 0 -20px;
  }
}
.textEditor .cardLayout3Wrap .cardList .cardItem,
.textEditor .cardLayout8Wrap .cardList .cardItem {
  padding: 0 54px;
  position: relative;
  width: 50%;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout3Wrap .cardList .cardItem,
  .textEditor .cardLayout8Wrap .cardList .cardItem {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .textEditor .cardLayout3Wrap .cardList .cardItem,
  .textEditor .cardLayout8Wrap .cardList .cardItem {
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  .textEditor .cardLayout3Wrap .cardList .cardItem,
  .textEditor .cardLayout8Wrap .cardList .cardItem {
    width: 100%;
    margin-bottom: 54px;
  }
}
.textEditor .cardLayout3Wrap .cardList .cardItem:nth-of-type(2n+1)::after,
.textEditor .cardLayout8Wrap .cardList .cardItem:nth-of-type(2n+1)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  right: 0;
}
@media (max-width: 720px) {
  .textEditor .cardLayout3Wrap .cardList .cardItem:nth-of-type(2n+1)::after,
  .textEditor .cardLayout8Wrap .cardList .cardItem:nth-of-type(2n+1)::after {
    display: none;
  }
}
.textEditor .cardLayout3Wrap .cardList .cardItem .Txt .btnBox,
.textEditor .cardLayout8Wrap .cardList .cardItem .Txt .btnBox {
  padding-top: 33px;
}
.textEditor .cardLayout3Wrap .cardList .cardItem .Txt .btnBox .btn,
.textEditor .cardLayout8Wrap .cardList .cardItem .Txt .btnBox .btn {
  min-width: 0;
}
.textEditor .cardLayout4Wrap .cardList,
.textEditor .cardLayout9Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -46px;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout4Wrap .cardList,
  .textEditor .cardLayout9Wrap .cardList {
    margin: 0 -20px;
  }
}
.textEditor .cardLayout4Wrap .cardList .cardItem,
.textEditor .cardLayout9Wrap .cardList .cardItem {
  width: 33.3333333333%;
  padding: 0 46px;
  position: relative;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout4Wrap .cardList .cardItem,
  .textEditor .cardLayout9Wrap .cardList .cardItem {
    padding: 0 20px;
  }
}
@media (max-width: 840px) {
  .textEditor .cardLayout4Wrap .cardList .cardItem,
  .textEditor .cardLayout9Wrap .cardList .cardItem {
    width: 100%;
    margin-bottom: 54px;
  }
}
.textEditor .cardLayout4Wrap .cardList .cardItem::after,
.textEditor .cardLayout9Wrap .cardList .cardItem::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  right: 0;
}
@media (max-width: 840px) {
  .textEditor .cardLayout4Wrap .cardList .cardItem::after,
  .textEditor .cardLayout9Wrap .cardList .cardItem::after {
    display: none;
  }
}
.textEditor .cardLayout4Wrap .cardList .cardItem:last-of-type::after,
.textEditor .cardLayout9Wrap .cardList .cardItem:last-of-type::after {
  display: none;
}
.textEditor .cardLayout4Wrap .cardList .cardItem .Txt .btnBox .btn,
.textEditor .cardLayout9Wrap .cardList .cardItem .Txt .btnBox .btn {
  min-width: 0;
}
.textEditor .cardLayout5Wrap .cardList,
.textEditor .cardLayout10Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -46px;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout5Wrap .cardList,
  .textEditor .cardLayout10Wrap .cardList {
    margin: 0 -20px;
  }
}
.textEditor .cardLayout5Wrap .cardList .cardItem,
.textEditor .cardLayout10Wrap .cardList .cardItem {
  width: 25%;
  padding: 0 46px;
  position: relative;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout5Wrap .cardList .cardItem,
  .textEditor .cardLayout10Wrap .cardList .cardItem {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 54px;
  }
}
@media (max-width: 720px) {
  .textEditor .cardLayout5Wrap .cardList .cardItem,
  .textEditor .cardLayout10Wrap .cardList .cardItem {
    width: 100%;
    margin-bottom: 54px;
  }
}
.textEditor .cardLayout5Wrap .cardList .cardItem::after,
.textEditor .cardLayout10Wrap .cardList .cardItem::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  right: 0;
}
@media (max-width: 720px) {
  .textEditor .cardLayout5Wrap .cardList .cardItem::after,
  .textEditor .cardLayout10Wrap .cardList .cardItem::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .textEditor .cardLayout5Wrap .cardList .cardItem:nth-of-type(2)::after,
  .textEditor .cardLayout10Wrap .cardList .cardItem:nth-of-type(2)::after {
    display: none;
  }
}
.textEditor .cardLayout5Wrap .cardList .cardItem:last-of-type::after,
.textEditor .cardLayout10Wrap .cardList .cardItem:last-of-type::after {
  display: none;
}
.textEditor .cardLayout5Wrap .cardList .cardItem .Txt .btnBox .btn,
.textEditor .cardLayout10Wrap .cardList .cardItem .Txt .btnBox .btn {
  min-width: 0;
}
.textEditor .cardLayout6Wrap {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout6Wrap {
    padding: 54px 0;
  }
}
@media (max-width: 1400px) {
  .textEditor .cardLayout6Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .cardLayout6Wrap .cardList .cardItem {
  margin-bottom: 0;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (max-width: 1400px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem:first-of-type {
    margin-bottom: 54px;
  }
}
@media (max-width: 680px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 540px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem {
    max-width: none;
  }
}
.textEditor .cardLayout6Wrap .cardList .cardItem.center {
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (max-width: 1500px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem .Img {
    width: auto;
    max-width: 340px;
  }
}
@media (max-width: 680px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem .Img {
    width: 100%;
    max-width: none;
  }
}
.textEditor .cardLayout6Wrap .cardList .cardItem .Img img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 680px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem .Img img {
    width: 100%;
    max-width: none;
    border-radius: 20px 20px 0 0;
  }
}
.textEditor .cardLayout6Wrap .cardList .cardItem .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 32px 40px;
}
@media (max-width: 1600px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .textEditor .cardLayout6Wrap .cardList .cardItem .Txt {
    border-radius: 0 0 20px 20px;
    padding: 20px;
  }
}
.textEditor .cardLayout6Wrap .cardList .cardItem .btnBox {
  width: 100%;
}
.textEditor .cardLayout7Wrap {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout7Wrap {
    padding: 54px 0;
  }
}
.textEditor .cardLayout7Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.textEditor .cardLayout7Wrap .cardList .cardItem {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout7Wrap .cardList .cardItem {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 540px) {
  .textEditor .cardLayout7Wrap .cardList .cardItem {
    margin-bottom: 54px;
  }
  .textEditor .cardLayout7Wrap .cardList .cardItem:last-of-type {
    margin-bottom: 0;
  }
}
.textEditor .cardLayout7Wrap .cardList .cardItem .Img img {
  border-radius: 20px 0 0 20px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout7Wrap .cardList .cardItem .Img {
    width: 100%;
    max-width: none;
  }
  .textEditor .cardLayout7Wrap .cardList .cardItem .Img img {
    border-radius: 20px 20px 0 0;
  }
}
.textEditor .cardLayout7Wrap .cardList .cardItem .Txt {
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout7Wrap .cardList .cardItem .Txt {
    border-radius: 0 0 20px 20px;
  }
}
.textEditor .cardLayout8Wrap,
.textEditor .cardLayout9Wrap,
.textEditor .cardLayout10Wrap {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .textEditor .cardLayout8Wrap,
  .textEditor .cardLayout9Wrap,
  .textEditor .cardLayout10Wrap {
    padding: 54px 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .cardLayout10Wrap .cardList .cardItem:nth-of-type(3), .textEditor .cardLayout10Wrap .cardList .cardItem:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .textEditor .cardLayout10Wrap .cardList .cardItem:nth-of-type(3) {
    margin-bottom: 54px;
  }
}
@media (max-width: 840px) {
  .textEditor .cardLayout9Wrap .cardList .cardItem:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .textEditor .cardLayout8Wrap .cardList .cardItem:last-of-type {
    margin-bottom: 0;
  }
}
.textEditor .cardFull {
  position: relative;
}
.textEditor .cardFull > .bgImg {
  display: block;
  position: relative;
}
.textEditor .cardFull > .bgImg img {
  width: 100%;
  vertical-align: middle;
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 479px) {
  .textEditor .cardFull > .bgImg img {
    min-height: 620px;
  }
}
.textEditor .cardFull .text {
  padding-top: 24px;
  letter-spacing: 1.2px;
  color: #666666;
}
.textEditor .cardFull1Wrap .Txt,
.textEditor .cardFull2Wrap .Txt,
.textEditor .cardFull3Wrap .Txt,
.textEditor .cardFull4Wrap .Txt,
.textEditor .cardFull5Wrap .Txt,
.textEditor .cardFull6Wrap .Txt {
  position: absolute;
  z-index: 1;
  max-width: 562px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.textEditor .cardFull1Wrap .Txt .titleBox,
.textEditor .cardFull2Wrap .Txt .titleBox,
.textEditor .cardFull3Wrap .Txt .titleBox,
.textEditor .cardFull4Wrap .Txt .titleBox,
.textEditor .cardFull5Wrap .Txt .titleBox,
.textEditor .cardFull6Wrap .Txt .titleBox {
  text-align: left;
}
@media (max-width: 479px) {
  .textEditor .cardFull1Wrap .Txt .titleBox .title,
  .textEditor .cardFull2Wrap .Txt .titleBox .title,
  .textEditor .cardFull3Wrap .Txt .titleBox .title,
  .textEditor .cardFull4Wrap .Txt .titleBox .title,
  .textEditor .cardFull5Wrap .Txt .titleBox .title,
  .textEditor .cardFull6Wrap .Txt .titleBox .title {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardFull1Wrap .Txt .titleBox .enTitle,
  .textEditor .cardFull2Wrap .Txt .titleBox .enTitle,
  .textEditor .cardFull3Wrap .Txt .titleBox .enTitle,
  .textEditor .cardFull4Wrap .Txt .titleBox .enTitle,
  .textEditor .cardFull5Wrap .Txt .titleBox .enTitle,
  .textEditor .cardFull6Wrap .Txt .titleBox .enTitle {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardFull1Wrap .Txt .text,
  .textEditor .cardFull2Wrap .Txt .text,
  .textEditor .cardFull3Wrap .Txt .text,
  .textEditor .cardFull4Wrap .Txt .text,
  .textEditor .cardFull5Wrap .Txt .text,
  .textEditor .cardFull6Wrap .Txt .text {
    padding-top: 20px;
  }
}
.textEditor .cardFull1Wrap .Txt .btnBox,
.textEditor .cardFull2Wrap .Txt .btnBox,
.textEditor .cardFull3Wrap .Txt .btnBox,
.textEditor .cardFull4Wrap .Txt .btnBox,
.textEditor .cardFull5Wrap .Txt .btnBox,
.textEditor .cardFull6Wrap .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  padding-top: 53px;
  margin: 0 -9px;
}
@media (max-width: 767px) {
  .textEditor .cardFull1Wrap .Txt .btnBox,
  .textEditor .cardFull2Wrap .Txt .btnBox,
  .textEditor .cardFull3Wrap .Txt .btnBox,
  .textEditor .cardFull4Wrap .Txt .btnBox,
  .textEditor .cardFull5Wrap .Txt .btnBox,
  .textEditor .cardFull6Wrap .Txt .btnBox {
    margin: 0 -5px;
  }
}
@media (max-width: 540px) {
  .textEditor .cardFull1Wrap .Txt .btnBox,
  .textEditor .cardFull2Wrap .Txt .btnBox,
  .textEditor .cardFull3Wrap .Txt .btnBox,
  .textEditor .cardFull4Wrap .Txt .btnBox,
  .textEditor .cardFull5Wrap .Txt .btnBox,
  .textEditor .cardFull6Wrap .Txt .btnBox {
    padding-top: 30px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardFull1Wrap .Txt .btnBox,
  .textEditor .cardFull2Wrap .Txt .btnBox,
  .textEditor .cardFull3Wrap .Txt .btnBox,
  .textEditor .cardFull4Wrap .Txt .btnBox,
  .textEditor .cardFull5Wrap .Txt .btnBox,
  .textEditor .cardFull6Wrap .Txt .btnBox {
    padding-top: 20px;
  }
}
.textEditor .cardFull1Wrap .Txt .btnBox .btn,
.textEditor .cardFull2Wrap .Txt .btnBox .btn,
.textEditor .cardFull3Wrap .Txt .btnBox .btn,
.textEditor .cardFull4Wrap .Txt .btnBox .btn,
.textEditor .cardFull5Wrap .Txt .btnBox .btn,
.textEditor .cardFull6Wrap .Txt .btnBox .btn {
  min-width: 240px;
  margin: 0 9px;
}
@media (max-width: 1200px) {
  .textEditor .cardFull1Wrap .Txt .btnBox .btn,
  .textEditor .cardFull2Wrap .Txt .btnBox .btn,
  .textEditor .cardFull3Wrap .Txt .btnBox .btn,
  .textEditor .cardFull4Wrap .Txt .btnBox .btn,
  .textEditor .cardFull5Wrap .Txt .btnBox .btn,
  .textEditor .cardFull6Wrap .Txt .btnBox .btn {
    min-width: 0;
    width: calc(50% - 18px);
  }
}
@media (max-width: 767px) {
  .textEditor .cardFull1Wrap .Txt .btnBox .btn,
  .textEditor .cardFull2Wrap .Txt .btnBox .btn,
  .textEditor .cardFull3Wrap .Txt .btnBox .btn,
  .textEditor .cardFull4Wrap .Txt .btnBox .btn,
  .textEditor .cardFull5Wrap .Txt .btnBox .btn,
  .textEditor .cardFull6Wrap .Txt .btnBox .btn {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  .textEditor .cardFull1Wrap .Txt .btnBox .btn,
  .textEditor .cardFull2Wrap .Txt .btnBox .btn,
  .textEditor .cardFull3Wrap .Txt .btnBox .btn,
  .textEditor .cardFull4Wrap .Txt .btnBox .btn,
  .textEditor .cardFull5Wrap .Txt .btnBox .btn,
  .textEditor .cardFull6Wrap .Txt .btnBox .btn {
    padding: 9px 10px;
  }
}
.textEditor .cardFull2Wrap .Txt {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.textEditor .cardFull2Wrap .Txt .titleBox {
  text-align: center;
}
.textEditor .cardFull2Wrap .Txt .titleBox .title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.textEditor .cardFull2Wrap .Txt .text {
  text-align: center;
}
.textEditor .cardFull2Wrap .Txt .btnBox {
  -ms-flex-pack: center;
      justify-content: center;
}
.textEditor .cardFull3Wrap .Txt {
  left: auto;
  right: 0;
}
.textEditor .cardFull4Wrap .Txt,
.textEditor .cardFull6Wrap .Txt {
  max-width: 660px;
}
.textEditor .cardFull4Wrap .Txt .textBox,
.textEditor .cardFull6Wrap .Txt .textBox {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 479px) {
  .textEditor .cardFull4Wrap .Txt .textBox,
  .textEditor .cardFull6Wrap .Txt .textBox {
    padding: 24px;
  }
}
.textEditor .cardFull4Wrap .Txt .btnBox,
.textEditor .cardFull6Wrap .Txt .btnBox {
  padding-top: 40px;
}
@media (max-width: 479px) {
  .textEditor .cardFull4Wrap .Txt .btnBox,
  .textEditor .cardFull6Wrap .Txt .btnBox {
    padding-top: 20px;
  }
}
.textEditor .cardFull5Wrap .Txt {
  max-width: 1000px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.textEditor .cardFull5Wrap .Txt .titleBox {
  text-align: center;
}
.textEditor .cardFull5Wrap .Txt .titleBox .title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.textEditor .cardFull5Wrap .Txt .text {
  text-align: center;
}
.textEditor .cardFull5Wrap .Txt .textBox {
  background-color: #fff;
  padding: 60px 40px;
}
@media (max-width: 1200px) {
  .textEditor .cardFull5Wrap .Txt .textBox {
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .textEditor .cardFull5Wrap .Txt .textBox {
    padding: 24px;
  }
}
.textEditor .cardFull5Wrap .Txt .btnBox {
  padding-top: 40px;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 479px) {
  .textEditor .cardFull5Wrap .Txt .btnBox {
    padding-top: 20px;
  }
}
.textEditor .cardFull6Wrap .Txt {
  left: auto;
  right: 0;
}
.textEditor .pureCard {
  position: relative;
}
.textEditor .pureCard .cardList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.textEditor .pureCard .cardList .Img img {
  vertical-align: middle;
  border-radius: 20px;
}
.textEditor .pureCard1Wrap .cardList,
.textEditor .pureCard2Wrap .cardList,
.textEditor .pureCard3Wrap .cardList,
.textEditor .pureCard4Wrap .cardList,
.textEditor .pureCard5Wrap .cardList,
.textEditor .pureCard6Wrap .cardList {
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .textEditor .pureCard1Wrap .cardList,
  .textEditor .pureCard2Wrap .cardList,
  .textEditor .pureCard3Wrap .cardList,
  .textEditor .pureCard4Wrap .cardList,
  .textEditor .pureCard5Wrap .cardList,
  .textEditor .pureCard6Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .pureCard1Wrap .cardList .cardItem,
.textEditor .pureCard2Wrap .cardList .cardItem,
.textEditor .pureCard3Wrap .cardList .cardItem,
.textEditor .pureCard4Wrap .cardList .cardItem,
.textEditor .pureCard5Wrap .cardList .cardItem,
.textEditor .pureCard6Wrap .cardList .cardItem {
  padding: 0 30px;
  width: 50%;
}
@media (max-width: 1200px) {
  .textEditor .pureCard1Wrap .cardList .cardItem,
  .textEditor .pureCard2Wrap .cardList .cardItem,
  .textEditor .pureCard3Wrap .cardList .cardItem,
  .textEditor .pureCard4Wrap .cardList .cardItem,
  .textEditor .pureCard5Wrap .cardList .cardItem,
  .textEditor .pureCard6Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 540px) {
  .textEditor .pureCard1Wrap .cardList .cardItem,
  .textEditor .pureCard2Wrap .cardList .cardItem,
  .textEditor .pureCard3Wrap .cardList .cardItem,
  .textEditor .pureCard4Wrap .cardList .cardItem,
  .textEditor .pureCard5Wrap .cardList .cardItem,
  .textEditor .pureCard6Wrap .cardList .cardItem {
    width: 100%;
  }
  .textEditor .pureCard1Wrap .cardList .cardItem:first-of-type,
  .textEditor .pureCard2Wrap .cardList .cardItem:first-of-type,
  .textEditor .pureCard3Wrap .cardList .cardItem:first-of-type,
  .textEditor .pureCard4Wrap .cardList .cardItem:first-of-type,
  .textEditor .pureCard5Wrap .cardList .cardItem:first-of-type,
  .textEditor .pureCard6Wrap .cardList .cardItem:first-of-type {
    margin-bottom: 20px;
  }
}
.textEditor .pureCard2Wrap .cardList .cardItem,
.textEditor .pureCard5Wrap .cardList .cardItem {
  width: 33.3333333333%;
}
@media (max-width: 720px) {
  .textEditor .pureCard2Wrap .cardList .cardItem,
  .textEditor .pureCard5Wrap .cardList .cardItem {
    width: 100%;
  }
  .textEditor .pureCard2Wrap .cardList .cardItem:nth-of-type(1), .textEditor .pureCard2Wrap .cardList .cardItem:nth-of-type(2),
  .textEditor .pureCard5Wrap .cardList .cardItem:nth-of-type(1),
  .textEditor .pureCard5Wrap .cardList .cardItem:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.textEditor .pureCard3Wrap .cardList,
.textEditor .pureCard6Wrap .cardList {
  margin: 0 -25px;
  margin-bottom: 60px;
}
.textEditor .pureCard3Wrap .cardList .cardItem,
.textEditor .pureCard6Wrap .cardList .cardItem {
  width: 25%;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .textEditor .pureCard3Wrap .cardList .cardItem,
  .textEditor .pureCard6Wrap .cardList .cardItem {
    width: 50%;
  }
  .textEditor .pureCard3Wrap .cardList .cardItem:nth-of-type(1), .textEditor .pureCard3Wrap .cardList .cardItem:nth-of-type(2),
  .textEditor .pureCard6Wrap .cardList .cardItem:nth-of-type(1),
  .textEditor .pureCard6Wrap .cardList .cardItem:nth-of-type(2) {
    margin-bottom: 50px;
  }
}
@media (max-width: 720px) {
  .textEditor .pureCard3Wrap .cardList .cardItem,
  .textEditor .pureCard6Wrap .cardList .cardItem {
    width: 100%;
  }
  .textEditor .pureCard3Wrap .cardList .cardItem:nth-of-type(1), .textEditor .pureCard3Wrap .cardList .cardItem:nth-of-type(2), .textEditor .pureCard3Wrap .cardList .cardItem:nth-of-type(3),
  .textEditor .pureCard6Wrap .cardList .cardItem:nth-of-type(1),
  .textEditor .pureCard6Wrap .cardList .cardItem:nth-of-type(2),
  .textEditor .pureCard6Wrap .cardList .cardItem:nth-of-type(3) {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .textEditor .pureCard3Wrap .cardList .cardItem,
  .textEditor .pureCard6Wrap .cardList .cardItem {
    max-width: 340px;
    margin: 0 auto;
  }
}
.textEditor .pureCard3Wrap .cardList .cardItem .Img.circle img,
.textEditor .pureCard6Wrap .cardList .cardItem .Img.circle img {
  border-radius: 50%;
}
.textEditor .pureCard4Wrap,
.textEditor .pureCard5Wrap,
.textEditor .pureCard6Wrap {
  padding: 60px 0;
}
@media (max-width: 1200px) {
  .textEditor .pureCard4Wrap,
  .textEditor .pureCard5Wrap,
  .textEditor .pureCard6Wrap {
    padding: 20px 0;
  }
}
.textEditor .pureCard6Wrap .cardList:last-of-type {
  margin-bottom: 0;
}
.textEditor .pureCard7Wrap .cardList,
.textEditor .pureCard8Wrap .cardList {
  margin: 0 -16px;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1600px) {
  .textEditor .pureCard7Wrap .cardList,
  .textEditor .pureCard8Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .pureCard7Wrap .cardList .cardItem,
.textEditor .pureCard8Wrap .cardList .cardItem {
  padding: 0 16px;
  width: 25%;
  position: relative;
}
@media (max-width: 1600px) {
  .textEditor .pureCard7Wrap .cardList .cardItem,
  .textEditor .pureCard8Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .textEditor .pureCard7Wrap .cardList .cardItem,
  .textEditor .pureCard8Wrap .cardList .cardItem {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .textEditor .pureCard7Wrap .cardList .cardItem,
  .textEditor .pureCard8Wrap .cardList .cardItem {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.textEditor .pureCard7Wrap .cardList .cardItem:nth-of-type(2n),
.textEditor .pureCard8Wrap .cardList .cardItem:nth-of-type(2n) {
  margin-top: 75px;
}
@media (max-width: 1024px) {
  .textEditor .pureCard7Wrap .cardList .cardItem:nth-of-type(2n),
  .textEditor .pureCard8Wrap .cardList .cardItem:nth-of-type(2n) {
    margin-top: 0;
  }
}
.textEditor .pureCard7Wrap .cardList .cardItem .Txt,
.textEditor .pureCard8Wrap .cardList .cardItem .Txt {
  position: absolute;
  bottom: 0;
  padding: 23px 30px;
}
@media (max-width: 1200px) {
  .textEditor .pureCard7Wrap .cardList .cardItem .Txt,
  .textEditor .pureCard8Wrap .cardList .cardItem .Txt {
    padding: 23px 20px;
  }
}
.textEditor .pureCard7Wrap .cardList .cardItem .Txt .enTitle,
.textEditor .pureCard8Wrap .cardList .cardItem .Txt .enTitle {
  font-size: 20px;
  color: #173260;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 0.8px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}
.textEditor .pureCard7Wrap .cardList .cardItem .Txt .enTitle::after,
.textEditor .pureCard8Wrap .cardList .cardItem .Txt .enTitle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #173260;
  bottom: 0;
  left: 0;
}
.textEditor .pureCard7Wrap .cardList .cardItem .Txt .title,
.textEditor .pureCard8Wrap .cardList .cardItem .Txt .title {
  font-size: 20px;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
}
.textEditor .pureCard8Wrap .cardList .cardItem .Txt {
  padding: 0;
  padding-top: 12px;
  position: static;
}
.textEditor .pureCard8Wrap .cardList .cardItem .Txt .enTitle {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.textEditor .pureCard9Wrap > .title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .textEditor .pureCard9Wrap > .title {
    margin-bottom: 45px;
  }
}
.textEditor .pureCard9Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .textEditor .pureCard9Wrap .cardList {
    margin: 0 -10px;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .textEditor .pureCard9Wrap .cardList .cardItem {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem {
    width: 100%;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(1) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(1) .item {
  max-width: 480px;
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(1) .Txt {
  padding-left: 60px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(1) .Txt {
    padding-left: 40px;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(1) .Txt::after {
  content: "";
  position: absolute;
  height: calc(100% + 12px);
  width: 1px;
  background-color: #173260;
  top: -40px;
  left: 30px;
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(1) .Txt::after {
    height: calc(100% + 40px);
    left: 20px;
    padding-bottom: 0;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Img {
    -ms-flex-order: 1;
        order: 1;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Txt {
  padding-left: 60px;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Txt {
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Txt {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 0;
    text-align: right;
    padding-right: 40px;
    padding-top: 14px;
  }
}
@media (max-width: 480px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Txt {
    text-align: left;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Txt .title {
  padding-top: 0;
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Txt::after {
  content: "";
  position: absolute;
  height: calc(100% + 32px);
  width: 1px;
  background-color: #173260;
  top: 0;
  left: 30px;
}
@media (max-width: 1200px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Txt::after {
    left: 25px;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .Txt::after {
    left: auto;
    right: 20px;
    top: -40px;
    height: calc(100% + 40px);
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(3) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(3) .Txt {
  text-align: right;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(3) .Txt {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(3) .Txt::after {
  content: "";
  position: absolute;
  height: calc(100% + 28px);
  width: 1px;
  background-color: #173260;
  bottom: 0;
  right: 30px;
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(3) .Txt::after {
    right: auto;
    left: 20px;
    height: calc(100% + 40px);
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .item, .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(3) .item {
  max-width: 730px;
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(2) .item, .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(3) .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: none;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) {
  padding-top: 40px;
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) {
    padding-top: 0;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 320px;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item {
    max-width: 480px;
    margin: 0 auto;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Img {
  max-width: 320px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Img {
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Img {
    max-width: 320px;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Img {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Img {
    max-width: 320px;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt {
  padding-top: 60px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt {
    padding-top: 16px;
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt {
    max-width: 480px;
    margin: 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt {
    max-width: 320px;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt .title {
  padding-top: 0;
}
.textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 40px);
  background-color: #173260;
  top: 40px;
  left: -40px;
  max-width: 140px;
}
@media (max-width: 1024px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt::after {
    top: -40px;
    left: 25px;
    width: 1px;
    height: 112px;
    background-color: #173260;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(4) .item .Txt::after {
    display: none;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(n) .item {
    padding-bottom: 35px;
    max-width: none;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(n) .Txt {
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(n) .Txt {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .textEditor .pureCard9Wrap .cardList .cardItem:nth-of-type(n) .Txt::after {
    display: none;
  }
}
.textEditor .pureCard9Wrap .cardList .cardItem .Txt .title {
  padding-top: 14px;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.textEditor .pureCard9Wrap .cardList .cardItem .Txt .text {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
}
.textEditor .pureCard10Wrap {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .textEditor .pureCard10Wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .pureCard10Wrap .titleBox {
  text-align: left;
  margin-bottom: 21px;
}
.textEditor .pureCard10Wrap .titleBox .enTitle {
  font-size: 20px;
}
.textEditor .pureCard10Wrap .titleBox .title {
  font-size: 20px;
  padding-bottom: 22px;
}
.textEditor .pureCard10Wrap .textBox {
  padding-left: 40px;
}
@media (max-width: 1600px) {
  .textEditor .pureCard10Wrap .textBox {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .textEditor .pureCard10Wrap .textBox {
    padding-left: 0;
    padding-top: 20px;
  }
}
.textEditor .pureCard10Wrap .textBox .itemList {
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .textEditor .pureCard10Wrap .textBox .itemList {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 28px;
  }
}
.textEditor .pureCard10Wrap .textBox .itemList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 33.3333333333%;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 640px) {
  .textEditor .pureCard10Wrap .textBox .itemList .item {
    width: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin-bottom: 10px;
  }
}
.textEditor .pureCard10Wrap .textBox .itemList .item::after {
  content: "";
  position: absolute;
  height: 56px;
  width: 1px;
  background-color: #e5e5e5;
  right: 0;
  top: 24px;
}
@media (max-width: 640px) {
  .textEditor .pureCard10Wrap .textBox .itemList .item::after {
    display: none;
  }
}
.textEditor .pureCard10Wrap .textBox .itemList .item:last-of-type::after {
  content: "";
  position: absolute;
  display: none;
}
.textEditor .pureCard10Wrap .textBox .itemList .item .Img {
  margin-bottom: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 640px) {
  .textEditor .pureCard10Wrap .textBox .itemList .item .Img {
    margin-bottom: 0;
  }
}
.textEditor .pureCard10Wrap .textBox .itemList .item .Img img {
  vertical-align: middle;
  border-radius: 50%;
  width: 100px;
}
@media (max-width: 480px) {
  .textEditor .pureCard10Wrap .textBox .itemList .item .Img img {
    width: 70px;
  }
}
.textEditor .pureCard10Wrap .textBox .itemList .item .text {
  font-size: 17px;
  font-weight: 500;
  color: #222;
  text-align: center;
}
@media (max-width: 640px) {
  .textEditor .pureCard10Wrap .textBox .itemList .item .text {
    padding-left: 20px;
    text-align: left;
  }
}
.textEditor .pureCard10Wrap .imgBox {
  width: 48.6666666%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .textEditor .pureCard10Wrap .imgBox {
    width: 100%;
  }
}
.textEditor .pureCard10Wrap .imgBox img {
  border-radius: 20px;
  vertical-align: middle;
}
.textEditor .pureCard10Wrap .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .textEditor .pureCard10Wrap .btnBox {
    margin: 0 -5px;
  }
}
.textEditor .pureCard10Wrap .btnBox .btn {
  max-width: 300px;
  width: calc(100% - 20px);
  margin: 0 10px;
}
@media (max-width: 480px) {
  .textEditor .pureCard10Wrap .btnBox .btn {
    margin: 0 5px;
  }
}
.textEditor .pureCard11Wrap .textBox,
.textEditor .pureCard12Wrap .textBox {
  margin-bottom: 45px;
}
.textEditor .pureCard11Wrap .titleBox,
.textEditor .pureCard12Wrap .titleBox {
  text-align: left;
  margin-bottom: 21px;
}
.textEditor .pureCard11Wrap .titleBox .enTitle,
.textEditor .pureCard12Wrap .titleBox .enTitle {
  font-size: 20px;
}
.textEditor .pureCard11Wrap .titleBox .title,
.textEditor .pureCard12Wrap .titleBox .title {
  font-size: 20px;
  padding-bottom: 22px;
}
.textEditor .pureCard11Wrap .contentBox,
.textEditor .pureCard12Wrap .contentBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (max-width: 1200px) {
  .textEditor .pureCard11Wrap .contentBox,
  .textEditor .pureCard12Wrap .contentBox {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.textEditor .pureCard11Wrap .contentBox .imgBox,
.textEditor .pureCard12Wrap .contentBox .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.textEditor .pureCard11Wrap .contentBox .imgBox img,
.textEditor .pureCard12Wrap .contentBox .imgBox img {
  border-radius: 20px;
  vertical-align: middle;
  max-width: 730px;
  width: 100%;
}
@media (max-width: 1200px) {
  .textEditor .pureCard11Wrap .contentBox .imgBox img,
  .textEditor .pureCard12Wrap .contentBox .imgBox img {
    max-width: 600px;
  }
}
.textEditor .pureCard11Wrap .contentBox .cardList,
.textEditor .pureCard12Wrap .contentBox .cardList {
  background: #fff;
  border-radius: 20px 0 0 0;
  padding: 56px 0;
  margin: 0 -50px;
  margin-left: -175px;
}
@media (max-width: 1400px) {
  .textEditor .pureCard11Wrap .contentBox .cardList,
  .textEditor .pureCard12Wrap .contentBox .cardList {
    padding: 32px 0;
    margin: 0 -32px;
    margin-left: -175px;
  }
}
@media (max-width: 1200px) {
  .textEditor .pureCard11Wrap .contentBox .cardList,
  .textEditor .pureCard12Wrap .contentBox .cardList {
    width: 60%;
    margin-left: 0;
    margin-top: -150px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard11Wrap .contentBox .cardList,
  .textEditor .pureCard12Wrap .contentBox .cardList {
    margin-top: -100px;
    width: 80%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .textEditor .pureCard11Wrap .contentBox .cardList,
  .textEditor .pureCard12Wrap .contentBox .cardList {
    width: calc(100% - 42px);
    margin-top: -60px;
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  .textEditor .pureCard11Wrap .contentBox .cardList,
  .textEditor .pureCard12Wrap .contentBox .cardList {
    width: calc(100% - 20px);
    padding: 20px 0;
    margin-top: -40px;
  }
}
.textEditor .pureCard11Wrap .contentBox .cardList .cardItem,
.textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
  width: 50%;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 1400px) {
  .textEditor .pureCard11Wrap .contentBox .cardList .cardItem,
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .textEditor .pureCard11Wrap .contentBox .cardList .cardItem,
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
    width: 100%;
    padding-bottom: 52px;
  }
  .textEditor .pureCard11Wrap .contentBox .cardList .cardItem:last-of-type,
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 786px) {
  .textEditor .pureCard11Wrap .contentBox .cardList .cardItem,
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .textEditor .pureCard11Wrap .contentBox .cardList .cardItem,
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
    padding: 0 20px;
    padding-bottom: 52px;
    padding-right: 0;
  }
}
.textEditor .pureCard11Wrap .contentBox .cardList .cardItem .title,
.textEditor .pureCard12Wrap .contentBox .cardList .cardItem .title {
  font-size: 17px;
  color: #222;
  font-weight: 500;
  padding-bottom: 7px;
}
.textEditor .pureCard11Wrap .contentBox .cardList .cardItem .text,
.textEditor .pureCard12Wrap .contentBox .cardList .cardItem .text {
  font-size: 17px;
}
.textEditor .pureCard11Wrap .contentBox .cardList .cardItem::after,
.textEditor .pureCard12Wrap .contentBox .cardList .cardItem::after {
  content: "";
  position: absolute;
  background-color: #e5e5e5;
  height: 57px;
  width: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .textEditor .pureCard11Wrap .contentBox .cardList .cardItem::after,
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem::after {
    width: calc(100% - 64px);
    height: 1px;
    bottom: 26px;
    right: auto;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.textEditor .pureCard11Wrap .contentBox .cardList .cardItem:last-of-type::after,
.textEditor .pureCard12Wrap .contentBox .cardList .cardItem:last-of-type::after {
  content: "";
  position: absolute;
  display: none;
}
.textEditor .pureCard12Wrap .contentBox .cardList {
  margin-left: 0;
  border-radius: 0 20px 0 0;
  margin: 0 -50px;
  margin-right: -175px;
}
@media (max-width: 1400px) {
  .textEditor .pureCard12Wrap .contentBox .cardList {
    margin-left: 0;
    margin-right: -175px;
  }
}
@media (max-width: 1200px) {
  .textEditor .pureCard12Wrap .contentBox .cardList {
    margin-top: -150px;
    margin-right: auto;
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (max-width: 960px) {
  .textEditor .pureCard12Wrap .contentBox .cardList {
    margin-left: 0;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .textEditor .pureCard12Wrap .contentBox .cardList {
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .textEditor .pureCard12Wrap .contentBox .cardList {
    width: calc(100% - 20px);
    padding: 20px 0;
    margin-top: -40px;
  }
}
@media (max-width: 1400px) {
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
    width: 100%;
    padding-bottom: 52px;
    text-align: right;
  }
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 786px) {
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem {
    padding-left: 0;
  }
}
.textEditor .pureCard12Wrap .contentBox .cardList .cardItem::after {
  content: "";
  position: absolute;
  right: auto;
  left: 0;
}
.textEditor .pureCard12Wrap .contentBox .cardList .cardItem:first-of-type::after {
  content: "";
  position: absolute;
  display: none;
}
@media (max-width: 1200px) {
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem:first-of-type::after {
    display: -ms-flexbox;
    display: flex;
  }
}
.textEditor .pureCard12Wrap .contentBox .cardList .cardItem:last-of-type::after {
  content: "";
  position: absolute;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .textEditor .pureCard12Wrap .contentBox .cardList .cardItem:last-of-type::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .textEditor .pureCard12Wrap .contentBox .imgBox {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.textEditor .ImgAboveTextBelow {
  position: relative;
}
.textEditor .ImgAboveTextBelow .imgBox {
  position: relative;
  z-index: 1;
}
.textEditor .ImgAboveTextBelow .imgBox img {
  vertical-align: middle;
  border-radius: 20px;
}
.textEditor .ImgAboveTextBelow .textBox {
  position: relative;
  z-index: 1;
}
.textEditor .ImgAboveTextBelow .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 46px;
  font-weight: 500;
  color: #222;
  padding-top: 56px;
}
@media (max-width: 1200px) {
  .textEditor .ImgAboveTextBelow .title {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .textEditor .ImgAboveTextBelow .title {
    padding-top: 20px;
  }
}
.textEditor .ImgAboveTextBelow .title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #173260;
  left: 0;
  bottom: 25px;
}
@media (max-width: 1200px) {
  .textEditor .ImgAboveTextBelow .title::after {
    bottom: 20px;
  }
}
.textEditor .ImgAboveTextBelow2Wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.textEditor .ImgAboveTextBelow2Wrap .imgBox {
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .textEditor .ImgAboveTextBelow2Wrap .imgBox {
    padding: 0 10px;
  }
}
.textEditor .ImgAboveTextBelow3Wrap,
.textEditor .ImgAboveTextBelow4Wrap,
.textEditor .ImgAboveTextBelow5Wrap {
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .textEditor .ImgAboveTextBelow3Wrap,
  .textEditor .ImgAboveTextBelow4Wrap,
  .textEditor .ImgAboveTextBelow5Wrap {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgAboveTextBelow3Wrap,
  .textEditor .ImgAboveTextBelow4Wrap,
  .textEditor .ImgAboveTextBelow5Wrap {
    padding: 40px 0;
  }
}
.textEditor .ImgAboveTextBelow3Wrap > .bg {
  height: 50%;
  max-height: 450px;
}
@media (max-width: 1400px) {
  .textEditor .ImgAboveTextBelow3Wrap > .bg {
    max-height: 300px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgAboveTextBelow3Wrap > .bg {
    max-height: 180px;
  }
}
@media (max-width: 540px) {
  .textEditor .ImgAboveTextBelow3Wrap > .bg {
    max-height: 100px;
  }
}
.textEditor .ImgAboveTextBelow4Wrap > .bg {
  height: calc(100% - 200px);
  top: auto;
  bottom: 0;
}
@media (max-width: 1200px) {
  .textEditor .ImgAboveTextBelow4Wrap > .bg {
    height: calc(100% - 120px);
  }
}
@media (max-width: 479px) {
  .textEditor .ImgAboveTextBelow4Wrap > .bg {
    height: calc(100% - 80px);
  }
}
.textEditor .ImgBelowTextAbove {
  position: relative;
}
.textEditor .ImgBelowTextAbove .imgBox {
  position: relative;
  z-index: 1;
}
.textEditor .ImgBelowTextAbove .imgBox img {
  vertical-align: middle;
  border-radius: 20px;
}
.textEditor .ImgBelowTextAbove .textBox {
  position: relative;
  z-index: 1;
  padding-bottom: 54px;
}
@media (max-width: 1200px) {
  .textEditor .ImgBelowTextAbove .textBox {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgBelowTextAbove .textBox {
    padding-bottom: 25px;
  }
}
.textEditor .ImgBelowTextAbove .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 46px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 1200px) {
  .textEditor .ImgBelowTextAbove .title {
    padding-bottom: 40px;
  }
}
.textEditor .ImgBelowTextAbove .title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #173260;
  left: 0;
  bottom: 25px;
}
@media (max-width: 1200px) {
  .textEditor .ImgBelowTextAbove .title::after {
    bottom: 20px;
  }
}
.textEditor .ImgBelowTextAbove2Wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.textEditor .ImgBelowTextAbove2Wrap .imgBox {
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .textEditor .ImgBelowTextAbove2Wrap .imgBox {
    padding: 0 10px;
  }
}
.textEditor .ImgBelowTextAbove3Wrap,
.textEditor .ImgBelowTextAbove4Wrap,
.textEditor .ImgBelowTextAbove5Wrap {
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .textEditor .ImgBelowTextAbove3Wrap,
  .textEditor .ImgBelowTextAbove4Wrap,
  .textEditor .ImgBelowTextAbove5Wrap {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgBelowTextAbove3Wrap,
  .textEditor .ImgBelowTextAbove4Wrap,
  .textEditor .ImgBelowTextAbove5Wrap {
    padding: 40px 0;
  }
}
.textEditor .ImgBelowTextAbove3Wrap > .bg {
  height: calc(100% - 160px);
}
@media (max-width: 1200px) {
  .textEditor .ImgBelowTextAbove3Wrap > .bg {
    height: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .textEditor .ImgBelowTextAbove3Wrap > .bg {
    height: calc(100% - 80px);
  }
}
@media (max-width: 479px) {
  .textEditor .ImgBelowTextAbove3Wrap > .bg {
    height: calc(100% - 60px);
  }
}
.textEditor .ImgBelowTextAbove4Wrap > .bg {
  top: auto;
  bottom: 0;
  height: 50%;
  max-height: 450px;
}
@media (max-width: 1400px) {
  .textEditor .ImgBelowTextAbove4Wrap > .bg {
    max-height: 300px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgBelowTextAbove4Wrap > .bg {
    max-height: 180px;
  }
}
@media (max-width: 540px) {
  .textEditor .ImgBelowTextAbove4Wrap > .bg {
    max-height: 100px;
  }
}
.textEditor .ImgRightTextLeft {
  display: -ms-flexbox;
  display: flex;
}
.textEditor .ImgRightTextLeft .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.textEditor .ImgRightTextLeft .imgBox img {
  vertical-align: middle;
  border-radius: 20px;
}
.textEditor .ImgRightTextLeft .imgBox.circle img {
  border-radius: 50%;
}
.textEditor .ImgRightTextLeft .textBox {
  position: relative;
  z-index: 1;
}
.textEditor .ImgRightTextLeft .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 46px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 1200px) {
  .textEditor .ImgRightTextLeft .title {
    padding-bottom: 40px;
  }
}
.textEditor .ImgRightTextLeft .title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #173260;
  left: 0;
  bottom: 25px;
}
@media (max-width: 1200px) {
  .textEditor .ImgRightTextLeft .title::after {
    bottom: 20px;
  }
}
.textEditor .ImgRightTextLeft1Wrap {
  -ms-flex-direction: column;
      flex-direction: column;
}
.textEditor .ImgRightTextLeft1Wrap .contentBox {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft1Wrap .contentBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .ImgRightTextLeft1Wrap .imgBox {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft1Wrap .imgBox {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .textEditor .ImgRightTextLeft1Wrap .imgBox {
    max-width: 400px;
  }
}
.textEditor .ImgRightTextLeft1Wrap .textBox {
  padding-right: 74px;
}
@media (max-width: 1400px) {
  .textEditor .ImgRightTextLeft1Wrap .textBox {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgRightTextLeft1Wrap .textBox {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft1Wrap .textBox {
    margin-bottom: 23px;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft2Wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .ImgRightTextLeft2Wrap .textBox {
  width: 50%;
  padding-right: 58px;
}
@media (max-width: 1400px) {
  .textEditor .ImgRightTextLeft2Wrap .textBox {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgRightTextLeft2Wrap .textBox {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft2Wrap .textBox {
    padding-right: 0;
    margin-bottom: 23px;
    width: 100%;
  }
}
.textEditor .ImgRightTextLeft2Wrap .imgBox {
  width: 50%;
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft2Wrap .imgBox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .textEditor .ImgRightTextLeft3Wrap,
  .textEditor .ImgRightTextLeft5Wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgRightTextLeft3Wrap,
  .textEditor .ImgRightTextLeft5Wrap {
    margin: 0 -20px;
  }
}
.textEditor .ImgRightTextLeft3Wrap .textBox,
.textEditor .ImgRightTextLeft5Wrap .textBox {
  padding-right: 54px;
}
@media (max-width: 1400px) {
  .textEditor .ImgRightTextLeft3Wrap .textBox,
  .textEditor .ImgRightTextLeft5Wrap .textBox {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .textEditor .ImgRightTextLeft3Wrap .textBox,
  .textEditor .ImgRightTextLeft5Wrap .textBox {
    padding-right: 0;
    margin-bottom: 23px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgRightTextLeft3Wrap .textBox,
  .textEditor .ImgRightTextLeft5Wrap .textBox {
    padding: 0 20px;
  }
}
@media (max-width: 1800px) {
  .textEditor .ImgRightTextLeft3Wrap .imgBox,
  .textEditor .ImgRightTextLeft5Wrap .imgBox {
    width: 66%;
  }
}
@media (max-width: 1024px) {
  .textEditor .ImgRightTextLeft3Wrap .imgBox,
  .textEditor .ImgRightTextLeft5Wrap .imgBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgRightTextLeft3Wrap .imgBox img,
  .textEditor .ImgRightTextLeft5Wrap .imgBox img {
    border-radius: 0;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft4Wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .ImgRightTextLeft4Wrap .textBox {
  padding-right: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1400px) {
  .textEditor .ImgRightTextLeft4Wrap .textBox {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft4Wrap .textBox {
    margin-bottom: 23px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgRightTextLeft4Wrap .imgBox {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgRightTextLeft4Wrap .imgBox {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}
.textEditor .ImgRightTextLeft5Wrap {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .textEditor .ImgRightTextLeft5Wrap {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgRightTextLeft5Wrap {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgRightTextLeft5Wrap {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgRightTextLeft5Wrap .textBox {
    padding: 0;
  }
}
.textEditor .ImgRightTextLeft5Wrap .imgBox {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .textEditor .ImgRightTextLeft5Wrap .imgBox img {
    border-radius: 20px;
  }
}
.textEditor .ImgLeftTextRight {
  display: -ms-flexbox;
  display: flex;
}
.textEditor .ImgLeftTextRight .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.textEditor .ImgLeftTextRight .imgBox img {
  vertical-align: middle;
  border-radius: 20px;
}
.textEditor .ImgLeftTextRight .imgBox.circle img {
  border-radius: 50%;
}
.textEditor .ImgLeftTextRight .textBox {
  position: relative;
  z-index: 1;
}
.textEditor .ImgLeftTextRight .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 46px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 1200px) {
  .textEditor .ImgLeftTextRight .title {
    padding-bottom: 40px;
  }
}
.textEditor .ImgLeftTextRight .title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #173260;
  left: 0;
  bottom: 25px;
}
@media (max-width: 1200px) {
  .textEditor .ImgLeftTextRight .title::after {
    bottom: 20px;
  }
}
.textEditor .ImgLeftTextRight1Wrap {
  -ms-flex-direction: column;
      flex-direction: column;
}
.textEditor .ImgLeftTextRight1Wrap .contentBox {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight1Wrap .contentBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .ImgLeftTextRight1Wrap .imgBox {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight1Wrap .imgBox {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 23px;
  }
}
@media (max-width: 480px) {
  .textEditor .ImgLeftTextRight1Wrap .imgBox {
    max-width: 400px;
  }
}
.textEditor .ImgLeftTextRight1Wrap .textBox {
  padding-left: 74px;
}
@media (max-width: 1400px) {
  .textEditor .ImgLeftTextRight1Wrap .textBox {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgLeftTextRight1Wrap .textBox {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight1Wrap .textBox {
    padding-left: 0;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight2Wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .ImgLeftTextRight2Wrap .textBox {
  width: 50%;
  padding-left: 58px;
}
@media (max-width: 1400px) {
  .textEditor .ImgLeftTextRight2Wrap .textBox {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgLeftTextRight2Wrap .textBox {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight2Wrap .textBox {
    padding-left: 0;
    width: 100%;
  }
}
.textEditor .ImgLeftTextRight2Wrap .imgBox {
  width: 50%;
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight2Wrap .imgBox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 23px;
  }
}
@media (max-width: 1024px) {
  .textEditor .ImgLeftTextRight3Wrap,
  .textEditor .ImgLeftTextRight5Wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgLeftTextRight3Wrap,
  .textEditor .ImgLeftTextRight5Wrap {
    margin: 0 -20px;
  }
}
.textEditor .ImgLeftTextRight3Wrap .textBox,
.textEditor .ImgLeftTextRight5Wrap .textBox {
  padding-left: 54px;
}
@media (max-width: 1400px) {
  .textEditor .ImgLeftTextRight3Wrap .textBox,
  .textEditor .ImgLeftTextRight5Wrap .textBox {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .textEditor .ImgLeftTextRight3Wrap .textBox,
  .textEditor .ImgLeftTextRight5Wrap .textBox {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgLeftTextRight3Wrap .textBox,
  .textEditor .ImgLeftTextRight5Wrap .textBox {
    padding: 0 20px;
  }
}
@media (max-width: 1800px) {
  .textEditor .ImgLeftTextRight3Wrap .imgBox,
  .textEditor .ImgLeftTextRight5Wrap .imgBox {
    width: 66%;
  }
}
@media (max-width: 1024px) {
  .textEditor .ImgLeftTextRight3Wrap .imgBox,
  .textEditor .ImgLeftTextRight5Wrap .imgBox {
    width: 100%;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgLeftTextRight3Wrap .imgBox img,
  .textEditor .ImgLeftTextRight5Wrap .imgBox img {
    border-radius: 0;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight4Wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .ImgLeftTextRight4Wrap .textBox {
  padding-left: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1400px) {
  .textEditor .ImgLeftTextRight4Wrap .textBox {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight4Wrap .textBox {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgLeftTextRight4Wrap .imgBox {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight4Wrap .imgBox {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 23px;
  }
}
.textEditor .ImgLeftTextRight5Wrap {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .textEditor .ImgLeftTextRight5Wrap {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .ImgLeftTextRight5Wrap {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgLeftTextRight5Wrap {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .textEditor .ImgLeftTextRight5Wrap .textBox {
    padding: 0;
  }
}
.textEditor .ImgLeftTextRight5Wrap .imgBox {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .textEditor .ImgLeftTextRight5Wrap .imgBox img {
    border-radius: 20px;
  }
}
.textEditor .listLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.textEditor .listLayout .groupBox {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .textEditor .listLayout .groupBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.textEditor .listLayout .headBox {
  background-color: #f7f7f7;
  padding: 40px 20px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  border-right: 4px solid #173260;
}
@media (max-width: 1400px) {
  .textEditor .listLayout .headBox {
    max-width: 200px;
    padding: 35px 20px;
  }
}
@media (max-width: 1200px) {
  .textEditor .listLayout .headBox {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .textEditor .listLayout .headBox {
    border-right: 0;
    border-bottom: 4px solid #173260;
    max-width: none;
    padding: 11px 20px;
  }
}
.textEditor .listLayout .headBox .title {
  color: #173260;
  font-size: 24px;
  font-weight: 500;
}
.textEditor .listLayout .listBox {
  padding: 35px 64px;
}
@media (max-width: 1400px) {
  .textEditor .listLayout .listBox {
    padding: 35px 40px;
  }
}
@media (max-width: 1200px) {
  .textEditor .listLayout .listBox {
    padding: 25px 30px;
  }
}
@media (max-width: 479px) {
  .textEditor .listLayout .listBox {
    padding: 15px 20px;
  }
}
.textEditor .listLayout .listBox .listItem {
  padding-bottom: 48px;
  position: relative;
}
.textEditor .listLayout .listBox .listItem::after {
  content: "";
  position: absolute;
  width: 1080px;
  max-width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  bottom: 26px;
}
.textEditor .listLayout .listBox .listItem:last-of-type {
  padding-bottom: 0;
}
.textEditor .listLayout .listBox .listItem:last-of-type::after {
  display: none;
}
.textEditor .listLayout .listBox .listItem .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 36px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 1200px) {
  .textEditor .listLayout .listBox .listItem .title {
    padding-bottom: 40px;
  }
}
.textEditor .listLayout .listBox .listItem .title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #173260;
  left: 0;
  bottom: 20px;
}
@media (max-width: 1200px) {
  .textEditor .listLayout .listBox .listItem .title::after {
    bottom: 20px;
  }
}

.textEditor .irHomeLayout .btn {
  max-width: 260px;
  width: 260px;
  background-color: #173260;
  border-radius: 999px;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.2px;
  min-height: 60px;
  padding: 10px 14px;
  padding-left: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout .btn {
    margin: 0 auto;
    max-width: none;
    margin-top: 20px;
  }
}
.textEditor .irHomeLayout .btn:hover {
  background-color: #222;
}
.textEditor .irHomeLayout .btn span {
  margin-left: 16px;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .textEditor .irHomeLayout .btn span {
    margin-left: 0px;
  }
}
.textEditor .irHomeLayout .btn .circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 999px;
  border: 1px solid #fff;
}
.textEditor .irHomeLayout .btn .circle img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 14px;
}
.textEditor .irHomeLayout .underline {
  padding-bottom: 24px;
}
.textEditor .irHomeLayout .underline::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #173260;
  left: 0;
  bottom: 0px;
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout .underline::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.textEditor .irHomeLayout1Wrap .infoList {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout1Wrap .infoList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  position: relative;
  padding: 0 66px;
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  left: 0;
}
@media (max-width: 1500px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem:nth-of-type(2) {
    padding-left: 0;
  }
  .textEditor .irHomeLayout1Wrap .infoList .infoItem:nth-of-type(2)::after {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem:nth-of-type(2) {
    padding: 26px 0;
  }
  .textEditor .irHomeLayout1Wrap .infoList .infoItem:nth-of-type(2)::after {
    display: block;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: center;
    padding: 26px 0;
  }
  .textEditor .irHomeLayout1Wrap .infoList .infoItem::after {
    width: 100%;
    height: 1px;
    bottom: 0;
  }
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem:last-of-type {
  padding-right: 0;
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem:last-of-type::after {
    display: none;
  }
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem:not(.code) .title {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin-bottom: 26px;
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem.code {
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 66px 0 0;
}
@media (max-width: 1500px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem.code {
    padding: 0 30px 0 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem.code {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem.code::after {
  content: normal;
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem.code .title {
  color: #222;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem.code .title {
    font-size: 22px;
  }
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem.code .code {
  color: #173260;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem.code .code {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem.code .code {
    font-size: 55px;
  }
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem > .text {
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 34px;
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem .icon {
  width: 34px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #bbbbbb;
  border-radius: 999px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem .icon {
    display: none;
  }
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem .item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem .item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout1Wrap .infoList .infoItem .item {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.textEditor .irHomeLayout1Wrap .infoList .infoItem .item .text {
  color: #666666;
  font-size: 17px;
}
.textEditor .irHomeLayout1Wrap .content {
  background: #fafafa;
  padding: 45px 60px;
}
.textEditor .irHomeLayout2Wrap .head,
.textEditor .irHomeLayout3Wrap .head {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout2Wrap .head,
  .textEditor .irHomeLayout3Wrap .head {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.textEditor .irHomeLayout2Wrap .head .title,
.textEditor .irHomeLayout3Wrap .head .title {
  color: #222;
  font-size: 30px;
  font-weight: 500;
  padding: 0 32px;
  padding-bottom: 24px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout2Wrap .head .title,
  .textEditor .irHomeLayout3Wrap .head .title {
    font-size: 22px;
    margin: auto;
  }
}
.textEditor .irHomeLayout2Wrap .head .title::before,
.textEditor .irHomeLayout3Wrap .head .title::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
  left: 0;
  top: 10px;
}
.textEditor .irHomeLayout2Wrap .head .title::after,
.textEditor .irHomeLayout3Wrap .head .title::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
  right: 0;
  top: 10px;
}
.textEditor .irHomeLayout2Wrap .infoList,
.textEditor .irHomeLayout3Wrap .infoList {
  display: -ms-flexbox;
  display: flex;
  padding-top: 54px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .infoList,
  .textEditor .irHomeLayout3Wrap .infoList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout2Wrap .infoList,
  .textEditor .irHomeLayout3Wrap .infoList {
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .textEditor .irHomeLayout2Wrap .infoList,
  .textEditor .irHomeLayout3Wrap .infoList {
    margin-bottom: 20px;
  }
}
.textEditor .irHomeLayout2Wrap .infoList .infoItem,
.textEditor .irHomeLayout3Wrap .infoList .infoItem {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem {
    width: 50%;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem {
    width: 100%;
    margin: 0;
    padding: 30px 20px;
  }
}
.textEditor .irHomeLayout2Wrap .infoList .infoItem::after,
.textEditor .irHomeLayout3Wrap .infoList .infoItem::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  right: 0;
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem::after,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem::after {
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem:nth-of-type(2)::after,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem:nth-of-type(2)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem:nth-of-type(2)::after,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem:nth-of-type(2)::after {
    display: block;
  }
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem:nth-of-type(3),
  .textEditor .irHomeLayout3Wrap .infoList .infoItem:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem:last-of-type,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem:last-of-type {
    margin-bottom: 0;
  }
}
.textEditor .irHomeLayout2Wrap .infoList .infoItem:last-of-type::after,
.textEditor .irHomeLayout3Wrap .infoList .infoItem:last-of-type::after {
  display: none;
}
.textEditor .irHomeLayout2Wrap .infoList .infoItem .item,
.textEditor .irHomeLayout3Wrap .infoList .infoItem .item {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem .item,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem .item {
    text-align: center;
  }
}
.textEditor .irHomeLayout2Wrap .infoList .infoItem .item .num,
.textEditor .irHomeLayout3Wrap .infoList .infoItem .item .num {
  font-size: 50px;
  font-weight: bold;
  color: #173260;
  word-break: break-all;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem .item .num,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem .item .num {
    font-size: 40px;
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
.textEditor .irHomeLayout2Wrap .infoList .infoItem .item .info,
.textEditor .irHomeLayout3Wrap .infoList .infoItem .item .info {
  color: #666666;
  font-size: 15px;
}
.textEditor .irHomeLayout2Wrap .infoList .infoItem .title,
.textEditor .irHomeLayout3Wrap .infoList .infoItem .title {
  position: relative;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem .title,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem .title {
    text-align: center;
    margin-bottom: 0;
  }
  .textEditor .irHomeLayout2Wrap .infoList .infoItem .title::after,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem .title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout2Wrap .infoList .infoItem .title,
  .textEditor .irHomeLayout3Wrap .infoList .infoItem .title {
    font-size: 20px;
  }
}
.textEditor .irHomeLayout2Wrap .cardList,
.textEditor .irHomeLayout3Wrap .cardList {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -28px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .cardList,
  .textEditor .irHomeLayout3Wrap .cardList {
    margin: 0 -20px;
  }
}
@media (max-width: 960px) {
  .textEditor .irHomeLayout2Wrap .cardList,
  .textEditor .irHomeLayout3Wrap .cardList {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.textEditor .irHomeLayout2Wrap .cardList .cardItem,
.textEditor .irHomeLayout3Wrap .cardList .cardItem {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  padding: 0 28px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .cardList .cardItem,
  .textEditor .irHomeLayout3Wrap .cardList .cardItem {
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .irHomeLayout2Wrap .cardList .cardItem,
  .textEditor .irHomeLayout3Wrap .cardList .cardItem {
    width: 100%;
    margin-bottom: 20px;
  }
}
.textEditor .irHomeLayout2Wrap .cardList .cardItem .item,
.textEditor .irHomeLayout3Wrap .cardList .cardItem .item {
  background: #173260;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  padding: 30px 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1400px) {
  .textEditor .irHomeLayout2Wrap .cardList .cardItem .item,
  .textEditor .irHomeLayout3Wrap .cardList .cardItem .item {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout2Wrap .cardList .cardItem .item,
  .textEditor .irHomeLayout3Wrap .cardList .cardItem .item {
    padding: 28px 40px;
  }
}
@media (max-width: 479px) {
  .textEditor .irHomeLayout2Wrap .cardList .cardItem .item,
  .textEditor .irHomeLayout3Wrap .cardList .cardItem .item {
    padding: 20px;
  }
}
.textEditor .irHomeLayout2Wrap .cardList .cardItem .item .left,
.textEditor .irHomeLayout3Wrap .cardList .cardItem .item .left {
  color: #fff;
  font-size: 22px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout2Wrap .cardList .cardItem .item .left,
  .textEditor .irHomeLayout3Wrap .cardList .cardItem .item .left {
    font-size: 20px;
  }
}
.textEditor .irHomeLayout2Wrap .cardList .cardItem .item .left .title,
.textEditor .irHomeLayout3Wrap .cardList .cardItem .item .left .title {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
.textEditor .irHomeLayout2Wrap .cardList .cardItem .item .left .title::after,
.textEditor .irHomeLayout3Wrap .cardList .cardItem .item .left .title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ed858a;
  left: 0;
  bottom: 0;
}
.textEditor .irHomeLayout2Wrap .cardList .cardItem .item .right,
.textEditor .irHomeLayout3Wrap .cardList .cardItem .item .right {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 479px) {
  .textEditor .irHomeLayout2Wrap .cardList .cardItem .item .right,
  .textEditor .irHomeLayout3Wrap .cardList .cardItem .item .right {
    font-size: 40px;
  }
}
.textEditor .irHomeLayout2Wrap .cardList .cardItem:last-of-type .item,
.textEditor .irHomeLayout3Wrap .cardList .cardItem:last-of-type .item {
  background: #33a14d;
}
.textEditor .irHomeLayout2Wrap .cardList .cardItem:last-of-type .item .left .title::after,
.textEditor .irHomeLayout3Wrap .cardList .cardItem:last-of-type .item .left .title::after {
  background: #83d296;
}
.textEditor .irHomeLayout3Wrap .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout3Wrap .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout3Wrap .content {
    padding-top: 0px;
  }
}
.textEditor .irHomeLayout3Wrap .content .infoList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  padding-right: 80px;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .textEditor .irHomeLayout3Wrap .content .infoList {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .textEditor .irHomeLayout3Wrap .content .infoList {
    margin-bottom: 20px;
  }
}
.textEditor .irHomeLayout3Wrap .content .infoList .infoItem {
  width: 50%;
  margin-bottom: 60px;
  padding: 0 90px;
  padding-right: 20px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (max-width: 1600px) {
  .textEditor .irHomeLayout3Wrap .content .infoList .infoItem {
    padding: 0 40px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout3Wrap .content .infoList .infoItem {
    margin-bottom: 45px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout3Wrap .content .infoList .infoItem {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 0;
  }
}
.textEditor .irHomeLayout3Wrap .content .infoList .infoItem:nth-of-type(2n)::after {
  display: block;
}
@media (max-width: 1600px) {
  .textEditor .irHomeLayout3Wrap .content .infoList .infoItem:nth-of-type(2n)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .textEditor .irHomeLayout3Wrap .content .infoList .infoItem:nth-of-type(2)::after {
    display: block;
  }
}
@media (max-width: 1600px) {
  .textEditor .irHomeLayout3Wrap .content .infoList .infoItem:nth-of-type(3), .textEditor .irHomeLayout3Wrap .content .infoList .infoItem:nth-of-type(4) {
    margin-bottom: 0;
  }
}
.textEditor .irHomeLayout3Wrap .content .infoList .infoItem .item {
  margin: 0;
  padding: 0;
}
.textEditor .irHomeLayout3Wrap .content .cardList {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 36%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .textEditor .irHomeLayout3Wrap .content .cardList {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .textEditor .irHomeLayout3Wrap .content .cardList {
    margin-bottom: 30px;
  }
}
.textEditor .irHomeLayout3Wrap .content .cardList .cardItem {
  margin-bottom: 60px;
  padding: 0;
}
@media (max-width: 960px) {
  .textEditor .irHomeLayout3Wrap .content .cardList .cardItem {
    margin-bottom: 20px;
  }
}
.textEditor .menuLinkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -17px;
}
.textEditor .menuLinkList .menuLinkItem {
  width: 25%;
  padding: 0 17px;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .textEditor .menuLinkList .menuLinkItem {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .textEditor .menuLinkList .menuLinkItem {
    width: 100%;
  }
  .textEditor .menuLinkList .menuLinkItem:last-of-type {
    margin-bottom: 0;
  }
}
.textEditor .menuLinkList .menuLinkItem .Img img {
  display: block;
  border-radius: 20px;
}
.textEditor .menuLinkList .menuLinkItem .head {
  padding-top: 22px;
  padding-bottom: 20px;
}
.textEditor .menuLinkList .menuLinkItem .head .title {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 3px;
}
.textEditor .menuLinkList .menuLinkItem .head .enTitle {
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
.textEditor ul.linkList {
  list-style: none;
  padding-left: 0;
}
.textEditor ul.linkList .linkItem {
  position: relative;
  padding: 11px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.textEditor ul.linkList .linkItem:first-of-type {
  border-top: 1px solid #e5e5e5;
}
.textEditor ul.linkList .linkItem .link {
  padding-left: 26px;
  padding-right: 10px;
  color: #666666;
  font-size: 17px;
  transition: all 0.3s ease;
  position: relative;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.textEditor ul.linkList .linkItem .link::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #cfcfcf;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease;
}
.textEditor ul.linkList .linkItem .link .text {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  word-wrap: break-all;
}
.textEditor ul.linkList .linkItem .link:hover {
  color: #173260;
}
.textEditor ul.linkList .linkItem .link:hover::before {
  background: #173260;
}

/**********上架神器 模板管理 contentbuilder_template 樣式end**********/
@-webkit-keyframes circleAnti {
  0% {
    stroke-dashoffset: 345.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnti {
  0% {
    stroke-dashoffset: 345.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleAnti_num {
  0% {
    stroke-dashoffset: 432;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnti_num {
  0% {
    stroke-dashoffset: 432;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleAnti2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes circleAnti2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes circleAnti3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleAnti3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**********上架神器模板樣式end**********/
#sub_title_index {
  padding: 20px;
  background: #f1f1f1;
  margin: 20px 0;
}