@charset "UTF-8";
/* --- EDITOR DEFAULT --- */
.cke_editable {
  max-width: 1640px;
  font-size: 1.0625rem;
}
.cke_editable img {
  height: auto !important;
  max-width: 100%;
}

.cke_widget_inline {
  vertical-align: top;
}

.cke_editable blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.theme-wrap {
  font-size: 1.0625rem;
  padding: 2rem 0 0 0;
}

/* 樣版1️⃣ - 左圖右文 */
.theme-r-word-l-pic {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.theme-r-word-l-pic .pic {
  display: table-cell;
  vertical-align: middle;
  width: 34%;
  line-height: 0;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
.theme-r-word-l-pic .pic img {
  width: 100%;
}
.theme-r-word-l-pic .word {
  display: table-cell;
  vertical-align: middle;
  width: 66%;
  padding-left: 50px;
  line-height: 2.2;
}

/* 樣版2️⃣ - 右圖左文 */
.theme-r-pic-l-word {
  display: table;
  width: 100%;
  margin: 0 auto;
  direction: rtl;
}
.theme-r-pic-l-word .pic {
  display: table-cell;
  vertical-align: middle;
  width: 34%;
  direction: ltr;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
.theme-r-pic-l-word .pic img {
  width: 100%;
}
.theme-r-pic-l-word .word {
  display: table-cell;
  vertical-align: middle;
  width: 66%;
  direction: ltr;
  padding-right: 50px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

/* --- 樣版RWD  ---*/
@media (max-width: 991px) {
  .theme-r-pic-l-word {
    display: block;
    direction: ltr;
  }
  .theme-r-pic-l-word .pic {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    text-align: center;
    max-width: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .theme-r-pic-l-word .word {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .theme-r-word-l-pic {
    display: block;
  }
  .theme-r-word-l-pic .pic {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    text-align: center;
    max-width: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .theme-r-word-l-pic .word {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}
@media (max-width: 639px) {
  .theme-wrap {
    padding: 1rem 0 0 0;
  }
}