.textEditor .contentBuilder .shelfWrap {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.textEditor .contentBuilder .shelfWrap.full {
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: 100vw;
  left: calc(50% - 50vw);
  position: relative;
}
@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);
  }
}
.textEditor .contentBuilder .shelfWrap.bg {
  padding-top: 7.4%;
  padding-bottom: 4.2%;
  background-color: #f1f1f1;
  background-position: center center;
  background-size: cover;
}
.textEditor .contentBuilder .shelfWrap.bg.p_non {
  padding-top: 0;
  padding-bottom: 0;
}
.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.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.textEditor .contentBuilder .shelfWrap .bgContent .item {
  max-width: 730px;
}
.textEditor .contentBuilder .shelfWrap .bgContent .Txt {
  padding-top: 0;
  max-width: 580px;
}
.textEditor .contentBuilder .shelfWrap .bgContent .btnBox {
  margin-top: 50px;
}
.textEditor .contentBuilder .shelfWrap .shelfList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .shelfList {
    flex-direction: column;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList li {
  padding: 10px;
  width: 33.33%;
  max-width: 435px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .shelfList li {
    width: 100%;
    margin: 0 auto;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList .item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
.textEditor .contentBuilder .shelfWrap .shelfList .Txt {
  padding: 30px;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .shelfList .Txt {
    padding: 10px 20px;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList .h3Title {
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .shelfList .h3Title {
    margin-bottom: 10px;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfList .h3Title:before {
  display: none;
}
.textEditor .contentBuilder .shelfWrap .shelfList img {
  max-width: none;
  display: block;
  width: 100%;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft, .textEditor .contentBuilder .shelfWrap .item.picRight {
  display: flex;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft, .textEditor .contentBuilder .shelfWrap .item.picRight {
    flex-direction: column;
  }
}
.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%;
}
.textEditor .contentBuilder .shelfWrap .item.picLeft.twoThird .btnBox a, .textEditor .contentBuilder .shelfWrap .item.picRight.twoThird .btnBox a {
  max-width: 145px;
  letter-spacing: 1px;
}
@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 {
  flex-shrink: 0;
  width: 50%;
}
@media (max-width: 960px) and (min-width: 841px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft .Img, .textEditor .contentBuilder .shelfWrap .item.picRight .Img {
    position: relative;
    overflow: hidden;
  }
  .textEditor .contentBuilder .shelfWrap .item.picLeft .Img img, .textEditor .contentBuilder .shelfWrap .item.picRight .Img img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight .Txt {
  flex-shrink: 0;
  padding: 30px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .textEditor .contentBuilder .shelfWrap .item.picLeft .Txt, .textEditor .contentBuilder .shelfWrap .item.picRight .Txt {
    padding: 20px;
  }
}
@media (max-width: 840px) {
  .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.picRight {
    flex-direction: row-reverse;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall {
  display: flex;
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall .Img, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Img {
  width: 345px;
  height: 220px;
  overflow: hidden;
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall .Img img, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall .Txt, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Txt {
  width: calc(100% - 345px);
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.picRightSmall, .textEditor .contentBuilder .shelfWrap .item.picLeftSmall {
    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 {
    flex-direction: row;
  }
  .textEditor .contentBuilder .shelfWrap .item.picLeftSmall .Txt {
    padding-left: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall {
  flex-direction: row-reverse;
}
.textEditor .contentBuilder .shelfWrap .item.picRightSmall .Txt {
  padding-right: 40px;
}
@media (max-width: 540px) {
  .textEditor .contentBuilder .shelfWrap .item.picRightSmall {
    flex-direction: row;
  }
  .textEditor .contentBuilder .shelfWrap .item.picRightSmall .Txt {
    padding-right: 0;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft, .textEditor .contentBuilder .shelfWrap .item.videoRight {
  display: flex;
  align-items: center;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .item.videoLeft, .textEditor .contentBuilder .shelfWrap .item.videoRight {
    flex-direction: column;
  }
}
.textEditor .contentBuilder .shelfWrap .item.videoLeft .Img, .textEditor .contentBuilder .shelfWrap .item.videoRight .Img {
  position: relative;
  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%;
    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;
  flex-shrink: 0;
  width: 46%;
  height: 420px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: 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 .btnBox a, .textEditor .contentBuilder .shelfWrap .item.videoRight .btnBox a {
  width: 145px;
  letter-spacing: 1px;
}
.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 {
    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.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%;
    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 #ff0000;
}
.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;
  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;
  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: #f00;
  fill: none;
  stroke-dashoffset: 345.4;
  stroke-dasharray: 345.4;
  animation: circleAnti 5s linear infinite;
}
.textEditor .contentBuilder .shelfWrap .item .videoBtn .stroke {
  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 .Img img {
  display: block;
  width: 100%;
}
.textEditor .contentBuilder .shelfWrap .Txt {
  padding: 0px 0;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .Txt {
    padding: 0px 0;
  }
}
.textEditor .contentBuilder .shelfWrap .Txt p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .Txt p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .Txt p {
    font-size: 15px;
  }
}
.textEditor .contentBuilder .shelfWrap .h2Title {
  padding-bottom: 20px;
  margin: 0 0 30px;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .h2Title {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .h2Title {
    font-size: 26px;
  }
}
.textEditor .contentBuilder .shelfWrap .h2Title.center {
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .h2Title.center:before {
  left: 50%;
  margin-left: -30px;
}
.textEditor .contentBuilder .shelfWrap .h2Title.left {
  text-align: left;
}
.textEditor .contentBuilder .shelfWrap .h2Title.left:before {
  left: 0;
}
.textEditor .contentBuilder .shelfWrap .h2Title.right {
  text-align: right;
}
.textEditor .contentBuilder .shelfWrap .h2Title.right:before {
  right: 0;
}
.textEditor .contentBuilder .shelfWrap .h2Title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #ff0000;
}
.textEditor .contentBuilder .shelfWrap .h3Title {
  padding-bottom: 10px;
  margin: 0 0 15px;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .h3Title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .h3Title {
    font-size: 20px;
  }
}
.textEditor .contentBuilder .shelfWrap .h3Title.center {
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .h3Title.center:before {
  left: 50%;
  margin-left: -15px;
}
.textEditor .contentBuilder .shelfWrap .h3Title.left {
  text-align: left;
}
.textEditor .contentBuilder .shelfWrap .h3Title.left:before {
  left: 0;
}
.textEditor .contentBuilder .shelfWrap .h3Title.right {
  text-align: right;
}
.textEditor .contentBuilder .shelfWrap .h3Title.right:before {
  right: 0;
}
.textEditor .contentBuilder .shelfWrap .h3Title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #ff0000;
}
.textEditor .contentBuilder .shelfWrap .btnBox {
  margin-top: 30px;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.textEditor .contentBuilder .shelfWrap .btnBox.center {
  justify-content: center;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .btnBox {
    margin-top: 20px;
  }
}
.textEditor .contentBuilder .shelfWrap .btnBox a {
  display: block;
  line-height: 40px;
  text-align: center;
  width: 100%;
  max-width: 310px;
  height: 40px;
  margin: 3px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #ff0000;
  border: 1px solid #f00;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
}
.textEditor .contentBuilder .shelfWrap .btnBox a:hover {
  background-color: #fff;
  color: #f00;
}
.textEditor .contentBuilder .shelfWrap .third_img_text > .column {
  position: relative;
}
.textEditor .contentBuilder .shelfWrap .third_img_text > .column::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.textEditor .contentBuilder .shelfWrap .third_img_text > .column:last-child::before {
  background-color: transparent;
}
.textEditor .contentBuilder .shelfWrap .third_img_text > .column.third {
  padding-left: 50px;
}
.textEditor .contentBuilder .shelfWrap .item.number-circle {
  min-height: 190px;
  display: flex;
}
.textEditor .contentBuilder .shelfWrap .item.number-circle .Txt {
  padding: 30px 10px;
}
.textEditor .contentBuilder .shelfWrap .numBox {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 190px;
  border-radius: 50%;
  border: 1px dotted rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
}
.textEditor .contentBuilder .shelfWrap .numBox::before {
  content: "";
  display: block;
  width: 65%;
  height: 65%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 17.5%;
  left: 17.5%;
}
.textEditor .contentBuilder .shelfWrap .numBox .decoCircle {
  width: 140px;
  height: 140px;
  position: relative;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 50%;
}
.textEditor .contentBuilder .shelfWrap .numBox .decoCircle .videoCircle {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  transform: rotate(-90deg);
}
.textEditor .contentBuilder .shelfWrap .numBox .decoCircle .videoCircle svg {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.textEditor .contentBuilder .shelfWrap .numBox .decoCircle .videoCircle circle {
  stroke-width: 2;
  stroke: #f00;
  fill: none;
  stroke-dashoffset: 432;
  stroke-dasharray: 432;
  animation: circleAnti_num 4s linear infinite;
}
.textEditor .contentBuilder .shelfWrap .numBox .topText {
  margin: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 600;
  color: #8a8a8a;
}
.textEditor .contentBuilder .shelfWrap .numBox .num {
  margin: 0;
  width: 100%;
  display: block;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 700;
  color: #000;
}
.textEditor .contentBuilder .shelfWrap .titleStyle3 {
  margin-bottom: 50px;
}
.textEditor .contentBuilder .shelfWrap .titleStyle3 .title {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 900;
  color: #3a3a3a;
  text-transform: uppercase;
}
.textEditor .contentBuilder .shelfWrap .titleStyle3 .text {
  line-height: 1.8;
  font-size: 16px;
  color: #6f6f6f;
}
.textEditor .contentBuilder .shelfWrap .titleStyle3.center {
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .editorItemTitle {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 22px;
  color: #3a3a3a;
}
.textEditor .contentBuilder .shelfWrap .editorItemText {
  font-size: 15px;
  line-height: 1.8;
  color: #6f6f6f;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 {
  display: flex;
  flex-wrap: wrap;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .leftItemBox {
  width: 44%;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style01 .leftItemBox {
    width: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .leftItemBox img {
  display: block;
  width: 100%;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .rightItemBox {
  width: 56%;
  padding-left: 35px;
  padding-top: 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style01 .rightItemBox {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style01 .rightItemBox {
    padding-bottom: 10px;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .dotStyle {
  padding-left: 0;
  list-style: none;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style01 .dotStyle {
    margin-bottom: 12px;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .iconList {
  display: flex;
  flex-wrap: wrap;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .iconList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 481px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style01 .iconList li:not(:last-child) {
    border-right: 1px solid #e4e4e4;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style01 .iconList li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style01 .iconList li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .iconList .Img {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .iconList .Img img {
  display: block;
  width: 100%;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style01 .iconList .title {
  font-size: 16px;
  color: #6f6f6f;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 900px;
  padding: 5% 10%;
  color: #fff;
  background-color: rgba(0, 77, 142, 0.75);
  box-sizing: border-box;
}
@media (max-width: 1366px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style02 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style02 {
    min-height: auto;
  }
}
@media (max-width: 1023px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style02 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style02 {
    padding: 20px;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style02 .title {
  margin-bottom: 35px;
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style02 .subtitle {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style02 .text {
  font-size: 15px;
  line-height: 1.6;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 50px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList li {
  display: flex;
  justify-content: center;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList li {
    width: 33.333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList li {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList li {
    width: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid #bdedff;
  background-color: #fff;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList .no {
  position: absolute;
  right: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #92daff;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList .Img {
  width: 85px;
  height: 85px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList .Img img {
  display: block;
  width: 100%;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList .title {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  font-size: 24px;
  color: #1966a7;
  text-align: center;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.card5 li {
  width: 20%;
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.card5 li {
    width: 33.333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.card5 li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.card5 li {
    width: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.small {
  margin-left: -25px;
  margin-right: -25px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.small li {
  padding-left: 25px;
  padding-right: 25px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.small .no {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.small .item {
  width: 175px;
  height: 175px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.small .Img {
  width: 70px;
  height: 70px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .circleCardList.small .title {
  font-size: 20px;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .albumCardList {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .albumCardList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .albumCardList li {
  width: 33.333%;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 34px;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .albumCardList li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .albumCardList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .itemBox.style03 .albumCardList li {
    width: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .albumCardList .Img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.textEditor .contentBuilder .shelfWrap .itemBox.style03 .albumCardList .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 1340px) {
  .textEditor .contentBuilder .shelfWrap .third_img_text > .column::before {
    display: none;
  }
  .textEditor .contentBuilder .shelfWrap .third_img_text > .column.third {
    padding: 0 20px;
  }
  .textEditor .contentBuilder .shelfWrap .item.number-circle {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .textEditor .contentBuilder .shelfWrap .item.number-circle .Img {
    width: 190px;
    height: 190px;
  }
  .textEditor .contentBuilder .shelfWrap .item.number-circle .Txt {
    width: 100%;
    padding: 20px 10px;
    justify-content: flex-start;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .textEditor .contentBuilder .shelfWrap .third_img_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .textEditor .contentBuilder .shelfWrap .third_img_text > .column {
    width: 100%;
    max-width: 300px;
    float: none;
  }
  .textEditor .contentBuilder .shelfWrap .third_img_text > .column.third {
    width: 100%;
    max-width: 300px;
  }
  .textEditor .contentBuilder .shelfWrap .item.number-circle .Img {
    margin: 0 auto;
  }
}
.textEditor .contentBuilder .pt10 {
  padding-top: 10px;
}
.textEditor .contentBuilder .pt15 {
  padding-top: 15px;
}
.textEditor .contentBuilder .pt20 {
  padding-top: 20px;
}
.textEditor .contentBuilder .pt25 {
  padding-top: 25px;
}
.textEditor .contentBuilder .pt30 {
  padding-top: 30px;
}
.textEditor .contentBuilder .pt40 {
  padding-top: 40px;
}
.textEditor .contentBuilder .pt50 {
  padding-top: 50px;
}
.textEditor .contentBuilder .pt60 {
  padding-top: 60px;
}
.textEditor .contentBuilder .pt70 {
  padding-top: 70px;
}
.textEditor .contentBuilder .pt80 {
  padding-top: 80px;
}
.textEditor .contentBuilder .pb10 {
  padding-bottom: 10px;
}
.textEditor .contentBuilder .pb15 {
  padding-bottom: 15px;
}
.textEditor .contentBuilder .pb20 {
  padding-bottom: 20px;
}
.textEditor .contentBuilder .pb25 {
  padding-bottom: 25px;
}
.textEditor .contentBuilder .pb30 {
  padding-bottom: 30px;
}
.textEditor .contentBuilder .pb40 {
  padding-bottom: 40px;
}
.textEditor .contentBuilder .pb50 {
  padding-bottom: 50px;
}
.textEditor .contentBuilder .pb60 {
  padding-bottom: 60px;
}
.textEditor .contentBuilder .pb70 {
  padding-bottom: 70px;
}
.textEditor .contentBuilder .pb80 {
  padding-bottom: 80px;
}
.textEditor .contentBuilder .mt10 {
  margin-top: 10px;
}
.textEditor .contentBuilder .mt15 {
  margin-top: 15px;
}
.textEditor .contentBuilder .mt20 {
  margin-top: 20px;
}
.textEditor .contentBuilder .mt25 {
  margin-top: 25px;
}
.textEditor .contentBuilder .mt30 {
  margin-top: 30px;
}
.textEditor .contentBuilder .mt40 {
  margin-top: 40px;
}
.textEditor .contentBuilder .mt50 {
  margin-top: 50px;
}
.textEditor .contentBuilder .mt60 {
  margin-top: 60px;
}
.textEditor .contentBuilder .mt70 {
  margin-top: 70px;
}
.textEditor .contentBuilder .mt80 {
  margin-top: 80px;
}
.textEditor .contentBuilder .mb10 {
  margin-bottom: 10px;
}
.textEditor .contentBuilder .mb15 {
  margin-bottom: 15px;
}
.textEditor .contentBuilder .mb20 {
  margin-bottom: 20px;
}
.textEditor .contentBuilder .mb25 {
  margin-bottom: 25px;
}
.textEditor .contentBuilder .mb30 {
  margin-bottom: 30px;
}
.textEditor .contentBuilder .mb40 {
  margin-bottom: 40px;
}
.textEditor .contentBuilder .mb50 {
  margin-bottom: 50px;
}
.textEditor .contentBuilder .mb60 {
  margin-bottom: 60px;
}
.textEditor .contentBuilder .mb70 {
  margin-bottom: 70px;
}
.textEditor .contentBuilder .mb80 {
  margin-bottom: 80px;
}

@keyframes circleAnti {
  0% {
    stroke-dashoffset: 345.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnti_num {
  0% {
    stroke-dashoffset: 432;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnti2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes circleAnti3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}