@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/**********文字編輯器樣式start**********/
.textEditor {
  clear: both;
  font-size: 16px;
  line-height: 1.625;
  color: #505442;
  margin: initial;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 1180px) {
  .textEditor {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .textEditor {
    font-size: 14px;
  }
}
.textEditor::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textEditor img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.textEditor hr {
  height: 1px;
  border: none;
  background: #e9e9e9;
}
.textEditor .title {
  color: #414535;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .textEditor .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .textEditor .title {
    font-size: 18px;
  }
}

/**********套件預設樣式start**********/
.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 .shelfWrap {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.textEditor .contentBuilder .pt20 {
  padding-top: 20px !important;
}
.textEditor .contentBuilder .pb20 {
  padding-bottom: 20px !important;
}

.textEditor .ImgLeftTextRight {
  display: -webkit-box;
  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 .textBox {
  position: relative;
  z-index: 1;
}
.textEditor .ImgLeftTextRight .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 46px;
  font-weight: 500;
  color: #b0644b;
}
@media (max-width: 1200px) {
  .textEditor .ImgLeftTextRight .title {
    padding-bottom: 40px;
  }
}
.textEditor .ImgLeftTextRight .title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #414535;
  left: 0;
  bottom: 25px;
}
@media (max-width: 1200px) {
  .textEditor .ImgLeftTextRight .title::after {
    bottom: 20px;
  }
}
@media (max-width: 960px) {
  .textEditor .ImgLeftTextRight4Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.textEditor .ImgLeftTextRight4Wrap .textBox {
  padding-left: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -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;
  }
}