@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;
    line-height: 2;
}

.theme-wrap.thanks {
    padding: 0;
}

.theme-wrap.thanks .theme-thanks-pic {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 1rem;
    margin-bottom: 1rem;
    margin-bottom: 3%;
    overflow: hidden;
}

.theme-wrap.thanks .theme-thanks-pic>img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.theme-block-title {
    font-size: 1.875rem;
}

.theme-sub-title {
    color: #009246;
    display: block;
    text-transform: uppercase;
    font-size: 1.0625rem;
    letter-spacing: 1px;
}

.theme-green-title {
    font-size: 1.375rem;
    margin-bottom: 10px;
    color: #2fa888;
}

.text-center {
    text-align: center;
}


/* 樣版1️⃣ - 左圖右文 */

.theme-r-word-l-pic {
    display: table;
    width: 100%;
    margin: 0 auto 50px auto;
}

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

.theme-r-word-l-pic .pic {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    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: 50%;
    padding-left: 50px;
    letter-spacing: 0.1em;
    line-height: 2.2;
}

.theme-r-word-l-pic.style .pic {
    width: 34%;
}

.theme-r-word-l-pic.style .word {
    width: 66%;
}

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

.theme-r-word-l-pic.no-title .pic {
    width: 34%;
}

.theme-r-word-l-pic.no-title .word {
    width: 66%;
}


/* 樣版2️⃣ - 右圖左文 */

.theme-r-pic-l-word {
    display: table;
    width: 100%;
    margin: 0 auto 50px auto;
    direction: rtl;
}

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

.theme-r-pic-l-word .pic {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    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: 50%;
    direction: ltr;
    padding-right: 50px;
    letter-spacing: 0.1em;
    line-height: 2.2;
}

.theme-r-pic-l-word.style .pic {
    width: 34%;
}

.theme-r-pic-l-word.style .word {
    width: 66%;
}

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

.theme-r-pic-l-word.no-title .pic {
    width: 34%;
}

.theme-r-pic-l-word.no-title .word {
    width: 66%;
}


/* 樣版3️⃣ - 單圖單文 */

.theme-full {
    width: 100%;
    margin: 0 auto 80px;
    letter-spacing: 0.1em;
    line-height: 2.2;
}

.theme-full .pic {
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}

.theme-full img {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    border-radius: 10px;
}

.theme-full p {
    margin-top: 5px;
    margin-bottom: 2.5rem;
    word-break: break-all;
}


/* 樣版4️⃣ - 多欄圖文 */

.theme-mutiple-columns {
    text-align: center;
    margin: 0 -10px 80px -10px;
    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.line-style>div {
    border-left: 1px solid #ccc;
}

.theme-mutiple-columns.line-style>div:last-child {
    border-right: 1px solid #ccc;
}

.theme-three-columns {
    margin: 0 -20px 50px -20px;
    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(25% - 20px);
    margin: 0 10px 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-three-columns>* {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 40px);
    margin: 0 20px 40px;
    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 p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.theme-mutiple-columns img {
    line-height: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
}

.theme-three-columns img {
    line-height: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.theme-mutiple-column-text {
    display: block;
    text-align: center;
    line-height: 2;
}

.theme-mutiple-column-text.aw {
    text-align: left;
}

.theme-mutiple-column-text.aw::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
}

.theme-mutiple-column-number {
    display: block;
    font-size: 2.5rem;
}

.theme-pic-text {
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
    color: #333;
    display: block;
    padding: 12px 0 0 0;
    margin-left: 1.4rem;
    text-indent: -1.2rem;
}

.theme-pic-text::before {
    content: "▲";
    font-size: 0.8em;
    margin-right: 0.2rem;
    color: #beb1a2;
}

.is-ie .theme-mutiple-columns {
    display: block;
}

.is-ie .theme-mutiple-columns>* {
    max-width: calc(25% - 30px);
}


/* 樣版5️⃣ - 列表樣式 */

.theme-list {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 2.2;
}

.theme-list li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    word-break: break-all;
}

.theme-list>li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #2fa888;
    left: 0;
    top: 18px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-size: 0;
    line-height: 0;
    transition: all 0.25s;
}

.theme-list>li .list-ti {
    font-size: 1.25rem;
    color: #2fa888;
    margin-bottom: 10px;
}

.theme-list>li>p {
    color: #000;
    margin-bottom: 2.5rem;
}

.theme-list-number {
    list-style-image: url(data:0);
    list-style: decimal;
    margin: 0 0 40px 1.3rem;
    padding: 0 0 0 1.3rem;
    line-height: 2.2;
}

.theme-list-number li {
    position: relative;
    padding: 0;
    margin: 5px 0;
    display: list-item;
    list-style-position: outside;
    word-break: break-all;
}

.theme-list-number li .number-ti {
    color: #000;
}

.theme-list-number li p {
    color: #888;
    margin-bottom: 2.5rem;
}


/* 樣版6️⃣ - 表格樣式 */

.theme-table {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 auto 15px;
}

.theme-table::after {
    content: "";
    width: 50px;
    height: 45px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none;
    line-height: 1;
    z-index: 20;
    display: block;
    opacity: 0;
    top: 10px;
    right: 35px;
    -webkit-animation: ani_LR 0.8s both linear infinite;
    animation: ani_LR 0.8s both linear infinite;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.theme-table.need-scroll::after {
    opacity: 0.9;
}

.theme-table::-webkit-scrollbar {
    height: 3px;
}

.theme-table::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    background: #ddd;
}

.theme-table::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #999;
}

.theme-table:hover::-webkit-scrollbar-thumb {
    background: #666;
}

.theme-table table {
    color: #666;
    position: relative;
    z-index: 1;
    width: 100%;
    background: #fff;
    border-collapse: collapse;
}

.theme-table table thead th,
.theme-table table thead td {
    white-space: nowrap;
    background: #2fa888;
    color: #fff;
    position: relative;
    border: 1px solid #fff;
    border-top: 1px solid #2fa888;
    border-bottom: 1px solid #2fa888;
}

.theme-table table thead th:nth-child(1),
.theme-table table thead td:nth-child(1) {
    border-left: 1px solid #efefef;
}

.theme-table table thead th:last-child,
.theme-table table thead td:last-child {
    border-right: 1px solid #efefef;
}

.theme-table table tbody th,
.theme-table table tbody td {
    white-space: nowrap;
}

.theme-table table th {
    padding: 15px 15px;
    text-align: center;
    font-weight: normal;
}

.theme-table table td {
    padding: 15px 15px;
    border: 1px solid #efefef;
}

.pc .theme-table::after {
    background-image: url(../images/touch_icon_pc.png);
    opacity: 1;
}

.mb .theme-table::after {
    background-image: url(../images/touch_icon_mb.png);
    opacity: 1;
}


/* --- 樣版RWD  ---*/

@media (max-width: 1299px) {
    .theme-mutiple-columns {
        margin: 0 -8px 50px -8px;
    }
    .theme-mutiple-columns>* {
        width: calc(25% - 16px);
        margin: 0 8px 16px;
    }
    .is-ie .theme-mutiple-columns>* {
        max-width: calc(25% - 16px);
    }
    .theme-three-columns {
        margin: 0 -8px 50px -8px;
    }
    .theme-three-columns>* {
        width: calc(33.33% - 16px);
        margin: 0 8px 16px;
    }
    .is-ie .theme-three-columns>* {
        max-width: calc(33.33% - 16px);
    }
}

@media (max-width: 991px) {
    .theme-thanks-pic {
        border-radius: 5px;
    }
    .theme-block-title {
        font-size: 1.4125rem;
    }
    .theme-block-title .mid {
        font-size: 1.125rem;
    }
    .theme-mutiple-columns.line-style>div:first-child {
        border-left: 0;
    }
    .theme-mutiple-columns.line-style>div:nth-child(3) {
        border-left: 0;
    }
    .theme-mutiple-columns.line-style>div:last-child {
        border-right: 0;
    }
    .theme-mutiple-columns>* {
        width: calc(50% - 16px);
    }
    .theme-three-columns>* {
        width: calc(50% - 16px);
        margin: 0 8px 16px;
    }
    .theme-full {
        margin-bottom: 50px;
    }
    .theme-r-pic-l-word {
        display: block;
        direction: ltr;
        margin-bottom: 50px;
    }
    .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-pic-l-word .theme-tour-stit {
        text-align: center;
    }
    .theme-r-word-l-pic {
        display: block;
        margin-bottom: 50px;
    }
    .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;
    }
    .theme-r-word-l-pic .theme-tour-stit {
        text-align: center;
    }
    .theme-r-pic-l-word.style .pic,
    .theme-r-pic-l-word.style .word,
    .theme-r-word-l-pic.style .pic,
    .theme-r-word-l-pic.style .word {
        width: 100%;
    }
    .theme-full p,
    .theme-r-pic-l-word p,
    .theme-r-word-l-pic p {
        margin-bottom: 1rem;
    }
    .theme-r-pic-l-word.no-title .pic,
    .theme-r-pic-l-word.no-title .word,
    .theme-r-word-l-pic.no-title .pic,
    .theme-r-word-l-pic.no-title .word {
        width: 100%;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1rem;
    }
    .theme-block-title {
        font-size: 1.375rem;
    }
    .theme-sub-title {
        font-size: 1.25rem;
    }
    .theme-green-title {
        font-size: 1.125rem;
    }
    .theme-mutiple-column-text {
        margin-top: 0px;
    }
    .theme-mutiple-columns.line-style>div {
        border: 0;
    }
    .theme-mutiple-columns img {
        border-radius: 5px;
    }
    .theme-list li {
        line-height: 2;
        padding-left: 15px;
        margin-bottom: 5px;
    }
    .theme-list>li>p {
        margin-bottom: 1rem;
    }
    .theme-list-number {
        padding-left: 0;
        margin-left: 0;
    }
    .theme-list-number li {
        font-size: 1rem;
        padding-left: 0;
        margin-left: 0;
    }
    .theme-table table th,
    .theme-table table td {
        padding: 8px 10px;
    }
}

@media (max-width: 639px) {
    .theme-wrap {
        padding: 1rem 0 0 0;
        font-size: 1rem;
    }
    .theme-full {
        margin-bottom: 25px;
    }
    .theme-mutiple-columns>* {
        width: calc(50% - 8px);
    }
    .theme-three-columns>* {
        width: calc(50% - 8px);
    }
    .is-ie .theme-mutiple-columns>* {
        max-width: calc(50% - 8px);
    }
    .theme-block-title {
        font-size: 1.5rem;
    }
    .theme-sub-title {
        font-size: 1rem;
    }
}

@media (max-width: 499px) {
    .theme-mutiple-columns {
        display: block;
        margin: 0 auto 20px auto;
    }
    .theme-mutiple-columns>* {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .is-ie .theme-mutiple-columns>* {
        max-width: none;
    }
    .theme-three-columns {
        display: block;
        margin: 0 auto 20px auto;
    }
    .theme-three-columns>* {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .is-ie .theme-three-columns>* {
        max-width: none;
    }
    .theme-block-title {
        font-size: 1.375rem;
        margin-bottom: 15px;
    }
    .theme-sub-title {
        font-size: 1.125rem;
    }
}


/* 樣板新增 */

.theme-main-title {
    font-size: 1.75rem;
    margin-bottom: 30px;
}

.theme-list-title {
    color: #2fa888;
    font-size: 1.3125rem;
}

.theme-list.line-bottom li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.theme-list.line-bottom li:last-child {
    border: none;
}

.theme-list.line-bottom p {
    line-height: 2;
}

.theme-r-word-l-pic .pic.w35,
.theme-r-pic-l-word .pic.w35 {
    width: 35%;
}

.theme-r-word-l-pic .word.w65,
.theme-r-pic-l-word .word.w65 {
    width: 65%;
}

.theme-mutiple-columns.mb30,
.theme-r-word-l-pic.mb30,
.theme-full.mb30 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .theme-r-pic-l-word {
        display: block;
        direction: ltr;
        margin-bottom: 50px;
    }
    .theme-r-pic-l-word .pic.w35 {
        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.w65 {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }
    .theme-r-word-l-pic {
        display: block;
        margin-bottom: 50px;
    }
    .theme-r-word-l-pic .pic.w35 {
        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.w65 {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }
}

@media (max-width: 639px) {
    .theme-main-title,
    .theme-list-title {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
}

@media (max-width: 499px) {
    .theme-main-title,
    .theme-list-title {
        font-size: 1.125rem;
    }
}


/* 首頁 */

.i-link-theme {
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
}
.i-link-theme .g-title {
    margin-bottom: 2.5rem;
    text-align: center;
}

.i-link-theme .g-title .ch {
    color: #000;
    display: inline-block;
    font-size: 1.875rem;
    letter-spacing: 10px;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.i-link-theme .g-title .en {
    color: #009246;
    display: block;
    text-transform: uppercase;
    font-size: 0.9375rem;
    letter-spacing: 1px;
}
.i-link-theme .txt {
    line-height: 2.5rem;
    font-size: 1.0625rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.i-link-theme .link-wrap {
    margin: 2rem auto;
}

.i-link-theme .link-wrap>a {
    display: inline-block;
    color: #000;
}

.i-link-theme .link-wrap>a .icon {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 2rem 10px;
    background: #2fa888;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s;
}

.i-link-theme .link-wrap>a .icon img {
    line-height: 100px;
    vertical-align: middle;
}

.i-link-theme .link-wrap>a:first-child .icon {
    background: #009246;
}

@media (min-width: 992px) {
    .i-link-theme .link-wrap>a:hover .icon {
        background-color: #00793a;
    }
}
@media (max-width: 1199px) {
    .i-link-theme .g-title .ch {
        font-size: 1.5rem;
    }
}
@media (max-width: 991px) {
    .i-link-theme {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .i-link-theme .g-title {
        margin-bottom: 1.5rem;
    }
    .i-link-theme .g-title .ch {
        font-size: 1.25rem;
        letter-spacing: 5px;
        margin-bottom: 10px;
    }
    .i-link-theme .g-title .en {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .i-link-theme {
        padding-top: 0;
        padding-bottom: 0;
    }
    .i-link-theme .link-wrap>a .icon {
        margin: 0 1rem 10px;
    }
    .i-link-theme .txt{text-align: justify;}
    .i-link-theme .txt >br{display: none; }
}

.temp-fundraise{
  position: relative;
}
.temp-fundraise .txt{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #f6f6f6;
  border-radius: 15px;
  padding: 30px;
  width: 550px;
}
.temp-fundraise .txt h2{
  font-size: 22px;
  color: #2fa888;
  margin: 0 0 10px;
  line-height: 1.4;
}
.temp-fundraise .txt p{
  font-size: 17px;
  color: #000;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .temp-fundraise .txt h2{
    font-size: 18px;
  }
  .temp-fundraise .txt p{
    font-size: 16px;
  }
}
@media (max-width: 1349px) {
  .temp-fundraise{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .temp-fundraise .pic{
    width: 50%;
  }
  .temp-fundraise .txt{
    width: 50%;
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    border-radius: 0 15px 15px 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .temp-fundraise .pic{
    width: 100%;
  }
  .temp-fundraise .txt{
    width: 100%;
    border-radius: 0;
    padding: 20px;
  }
}