@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* --- EDITOR DEFAULT --- */
.cke_editable {
  max-width: 1640px;
  font-size: 1.125rem;
}
.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;
}
/* Font */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "philosopher";
  src: url("../fonts/philosopher-regular.woff2") format("woff2"), url("../fonts/philosopher-regular.woff") format("woff"), url("../fonts/philosopher-regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/EBGaramond-Regular.woff2") format("woff2"), url("../fonts/EBGaramond-Regular.woff") format("woff"), url("../fonts/EBGaramond-Regular.otf") format("otf"), url("../fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.h2 {
  position: relative;
  z-index: 1;
  line-height: 2.2rem;
  margin-bottom: 1.5rem;
}
.h2 .ch {
  display: block;
  font-weight: bold;
  font-size: 1.5882rem;
}
.h2 .en {
  font-size: 2.4706rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  display: block;
}
.h2 .en > span {
  display: inline-block;
  font-weight: bold;
  font-family: "EBGaramond";
  text-transform: initial;
}

@media (max-width: 1366px) {
  .h2 {
    margin-bottom: 0.5rem;
  }
  .h2 .ch {
    font-size: 1.3rem;
  }
  .h2 .en {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  .h2 .en > span {
    font-size: 2.1rem;
  }
}
@media (max-width: 991px) {
  .h2 {
    margin-bottom: 1.5rem;
  }
  .h2 .ch {
    font-size: 1.25rem;
  }
  .h2 .en {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .h2 .en > span {
    margin-right: 5px;
    display: inline-block;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .h2 {
    line-height: 1.5rem;
  }
  .h2 .ch {
    font-size: 1.125rem;
  }
  .h2 .en {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .h2 .en > span {
    margin-right: 2px;
    font-size: 1.6rem;
  }
}
.product-content-theme {
  background: url(../images/bg.jpg);
  line-height: 2rem;
  color: #333333;
  margin: 20px 0;
  padding-bottom: 3%;
  letter-spacing: 1px;
  word-break: break-all;
}
.product-content-theme img {
  max-width: 100%;
  height: auto !important;
}
.product-content-theme .theme-pic {
  width: 100%;
  margin: 2% 0;
}
.product-content-theme .theme-pic img {
  width: 100%;
}
.product-content-theme .text-center {
  padding: 0 30px;
  text-align: center;
}
.product-content-theme .theme-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  margin: 2% 0 1%;
  position: relative;
  display: inline-block;
}
.product-content-theme .theme-title::before, .product-content-theme .theme-title::after {
  font-weight: normal;
  font-size: 15rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  font-family: "EBGaramond";
}
.product-content-theme .theme-title::before {
  content: "“";
  left: -10rem;
  top: -3rem;
}
.product-content-theme .theme-title::after {
  content: "”";
  right: -10rem;
  top: -2rem;
}
.product-content-theme .theme-txt {
  font-size: 1.125rem;
  margin-bottom: 3rem;
}
.product-content-theme .theme-txt .theme-red {
  font-size: 1rem;
  color: #61b545;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .product-content-theme .theme-pic {
    margin-bottom: 2rem;
  }
  .product-content-theme .theme-title {
    font-size: 1.7rem;
  }
  .product-content-theme .theme-title::before, .product-content-theme .theme-title::after {
    font-size: 10rem;
  }
  .product-content-theme .theme-title::before {
    content: "“";
    left: -5rem;
    top: -3rem;
  }
  .product-content-theme .theme-title::after {
    content: "”";
    right: -5rem;
    top: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-content-theme {
    line-height: 1.8rem;
  }
  .product-content-theme .theme-pic {
    margin-bottom: 1rem;
  }
  .product-content-theme .theme-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .product-content-theme .theme-title::before, .product-content-theme .theme-title::after {
    font-size: 5rem;
  }
  .product-content-theme .theme-title::before {
    content: "“";
    left: -2rem;
    top: -1rem;
  }
  .product-content-theme .theme-title::after {
    content: "”";
    right: -2rem;
    top: -1rem;
  }
  .product-content-theme .theme-txt {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .product-content-theme .theme-txt .theme-red {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
.news-content-theme {
  line-height: 2rem;
  color: #444444;
  padding: 20px 0;
  margin: 20px 0;
  letter-spacing: 1px;
  word-break: break-all;
}
.news-content-theme img {
  max-width: 100%;
  height: auto !important;
}
.news-content-theme .theme-wrap {
  margin: 4% -2rem;
}
.news-content-theme .theme-wrap .theme-pic-box,
.news-content-theme .theme-wrap .theme-txt-box {
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 4rem - 4px);
  margin: 0 2rem;
  overflow: hidden;
}
.news-content-theme .theme-wrap .theme-pic-box img {
  width: 100%;
}
.news-content-theme .theme-wrap .theme-txt-box {
  padding: 3% 0;
}
.news-content-theme .even-style {
  direction: rtl;
}
.news-content-theme .even-style * {
  direction: ltr;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .news-content-theme .theme-wrap {
    margin: 2rem -1rem;
  }
  .news-content-theme .theme-wrap .theme-pic-box,
.news-content-theme .theme-wrap .theme-txt-box {
    margin: 0 1rem;
    width: calc(50% - 2rem - 4px);
  }
  .news-content-theme .theme-wrap .theme-txt-box {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .news-content-theme .theme-wrap {
    margin: 2rem 0;
  }
  .news-content-theme .theme-wrap .theme-pic-box,
.news-content-theme .theme-wrap .theme-txt-box {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 2rem;
  }
  .news-content-theme .theme-wrap .theme-pic-box {
    margin-bottom: 1rem;
  }
  .news-content-theme .even-style {
    direction: ltr;
  }
}
@media only screen and (max-width: 767px) {
  .news-content-theme {
    margin: 10px 0;
    padding: 10px 0;
  }
}


.theme-ticket-table-list {
  background: #fff;
}
.theme-ticket-table-list .thead {
  width: 100%;
  color: #fff;
}
.theme-ticket-table-list .thead .box {
  font-size: 0;
}
.theme-ticket-table-list .thead .box .th {
  font-weight: bold;
  width: calc(100%/6);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 20px;
  font-size: 1rem;
  background: #73a663;
}
.theme-ticket-table-list .thead .box .th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.theme-ticket-table-list .tbody {
  display: block;
  width: 100%;
}
.theme-ticket-table-list .tbody .box {
  display: table;
  width: 100%;
  position: relative;
  transition: background 0.8s ease;
}
.theme-ticket-table-list .tbody .box .td {
  font-size: 1rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px 5%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: calc(100%/6);
  color: #666;
}
.theme-ticket-table-list .tbody .box .td:last-child {
  border-right: 1px solid #ddd;
}
.theme-ticket-table-list.third {
  margin-bottom: 5%;
}
.theme-ticket-table-list.third .thead .box .th {
  width: 33.33%;
}
.theme-ticket-table-list.third .tbody .box .td {
  width: 33.33%;
}
.theme-ticket-table-list.half {
  margin-bottom: 5%;
}
.theme-ticket-table-list.half .thead .box .th {
  width: 50%;
}
.theme-ticket-table-list.half .tbody .box .td {
  width: 50%;
}

.theme-ticket-info-box {
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 2rem;
  padding: 40px;
  margin-bottom: 4%;
}
.theme-ticket-info-box ol {
  margin-left: -20px;
}


@media only screen and (max-width: 767px) {

  .theme-ticket-table-list .thead {
    display: none;
  }
  .theme-ticket-table-list .tbody {
    background: none;
    border-bottom: none;
  }
  .theme-ticket-table-list .tbody .box {
    display: block;
    margin: 0;
    background: #fff;
    padding: 0;
    border: 1px solid #e1e1e1;
  }
  .theme-ticket-table-list .tbody .box .td {
    position: relative;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 10px 20px 10px 160px;
    height: auto;
    line-height: 20px;
    width: 100%;
    border: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .theme-ticket-table-list .tbody .box .td:before {
    content: attr(data-mtit);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    background: #73a663;
    color: #fff;
  }
  .theme-ticket-table-list .tbody .box:last-child {
    border-bottom: 0;
    border-right: 0;
  }
  .theme-ticket-table-list .tbody .box .td:last-child {
    border-right: 0;
  }
  .theme-ticket-table-list.third .thead .box .th {
    width: 100%;
  }
  .theme-ticket-table-list.third .tbody .box .td {
    width: 100%;
  }
  .theme-ticket-table-list.half .thead .box .th {
    width: 100%;
  }
  .theme-ticket-table-list.half .tbody .box .td {
    width: 100%;
  }
}

.theme-wrap {
  font-size: 1rem;
  padding: 2rem 0;
  letter-spacing: 2px;
}
.theme-block-title {
  color: #222;
  font-weight: bold;
  margin-bottom: 2rem;
}
.theme-block-title .theme-title {
  font-size: 1.65rem;
}
.theme-block-title .theme-sub-title {
  font-size: 1.25rem;
  color: #26a9ff;
}


/* 樣版1️⃣ - 左圖右文 */
.theme-r-word-l-pic {
  display: table;
  width: 100%;
  margin: 0 auto 80px auto;
}
.theme-r-word-l-pic img {
  max-width: 100%;
  height: auto !important;
}

.theme-r-word-l-pic .theme-p {
  margin-top: 5px;
  margin-bottom: 1rem;
}

.theme-r-word-l-pic .pic {
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  line-height: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.theme-r-word-l-pic .pic img {
  width: 100%;
}

.theme-r-word-l-pic .word {
  display: table-cell;
  padding: 0 5%;
  vertical-align: middle;
  width: 50%;
  line-height: 2;
}

/* 樣版2️⃣ - 右圖左文 */
.theme-r-pic-l-word {
  display: table;
  width: 100%;
  margin: 0 auto 80px auto;
  direction: rtl;
}
.theme-r-pic-l-word img {
  max-width: 100%;
  height: auto !important;
}
.theme-r-pic-l-word .theme-p {
  margin-top: 5px;
  margin-bottom: 1rem;
}

.theme-r-pic-l-word .pic {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
  width: 50%;
  direction: ltr;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.theme-r-pic-l-word .pic img {
  width: 100%;
}

.theme-r-pic-l-word .word {
  display: table-cell;
  padding: 0 5%;
  vertical-align: middle;
  width: 50%;
  direction: ltr;
  line-height: 2;
}

/* 樣版4️⃣ - 多欄圖文 */
.theme-mutiple-columns {
  margin: 0 -15px 60px -15px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.theme-mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 30px);
  margin: 0 15px 20px;
  height: auto !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
}


.theme-mutiple-columns img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%!important;
  width: 100%;
  height: auto !important;

}
.theme-mutiple-column-text {
  display: block;
  color: #555;
  text-align: center;
}

@media (max-width: 991px) {
  .theme-block-title .theme-title {
    font-size: 1.8rem;
  }
  .theme-block-title .theme-sub-title {
    font-size: 1.4125rem;
  }
  .theme-r-pic-l-word {
    display: block;
    direction: ltr;
    margin-bottom: 40px;
  }
  .theme-r-pic-l-word .pic {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    text-align: center;
    max-width: none;
    overflow: hidden;
    padding: 0;
  }
  .theme-r-pic-l-word .word {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    padding: 0;
  }
  .theme-r-word-l-pic {
    display: block;
    margin-bottom: 40px;
  }
  .theme-r-word-l-pic .pic {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    text-align: center;
    max-width: none;
    overflow: hidden;
    padding: 0;
  }
  .theme-r-word-l-pic .word {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .theme-block-title {
    margin-bottom: 0;
  }
  .theme-block-title .theme-title {
    font-size: 1.45rem;
  }
  .theme-block-title .theme-sub-title {
    font-size: 1.1rem;
  }
  .theme-mutiple-columns{ margin: 0;}
  .theme-mutiple-columns > * {
    margin: 0 0 20px;
    width: 100%
  }

.theme-r-pic-l-word,
.theme-r-word-l-pic {
    margin-bottom: 2rem;
  }

}