* {
    font-family: 'Poppins', 'Microsoft JhengHei';
}
:root {
    --home-color-main: #886f46;
    --home-color-main-l: #b79969;
    --home-color-main-o: #886f4699;
    --home-color-hover: #ffffff;
    --home-color-white: #ffffff;
    --home-color-white-o: rgba(255, 255, 255, 0.3);
    --home-color-black: #000000;
    --home-color-black-o: rgba(0, 0, 0, 0.3);
    --home-color-tr: transparent;
}

/* 02 */
/* scrolldown */
.part01-template-02__swiper-slide__btn-scroll-down .text {
    color: var(--home-color-white);
}

/* scrolldown線 */
.part01-template-02__swiper-slide__btn-scroll-down::before {
    background-color: var(--home-color-white);
}

/* copyright */
.part01-template-02__swiper-slide__copyright {
    color: var(--home-color-white)
}
.part01-template-02__swiper-container{
    background-color: var(--home-color-black)
}
.part01-template-02 .part01-template-02__swiper-pagination .swiper-pagination-bullet{
    border-color: var(--home-color-white);
}
.part01-template-02 .part01-template-02__swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--home-color-white)
}
.part01-template-02__swiper-slide__btn-more .text{
    color: var(--home-color-main-l);
}
.part01-template-02__swiper-slide__btn-more .icon-right{
    background-color: var(--home-color-main-l)
}
@media (max-width: 700px) {
  .part01-template-02__swiper-slide__title-wrapper {
      margin-top: -100px;
  }
}

/* 03 */
/* 輪播數字 */
.part01-template-03__swiper-pagination .swiper-pagination-bullet {
    color: var(--home-color-white);
}

/* 輪播數字線段 */
.part01-template-03__swiper-pagination .swiper-pagination-bullet::before {
    background-color: var(--home-color-white);
}

/* 數字編號 */
.part01-template-03__swiper-slide.swiper-slide-active .number {
    color: var(--home-color-white)
}
.part01-template-03__swiper-slide .subtitle{
    -webkit-line-clamp: 4;
}

/* 04 */
/* 05 */
/* hover背景 */
.part01-template-05__swiper-slide .hover-effect {
    background-color: var(--home-color-main-o);
}

/* hover文字 */
.part01-template-05__swiper-slide .hover-effect .text::after {
    color: var(--home-color-white);
}

/* hover圓圈 */
.part01-template-05__swiper-slide .hover-effect .icon-wrapper {
    border: 1px solid var(--home-color-white);
}

/* hover圖案 */
.part01-template-05__swiper-slide .hover-effect .icon-wrapper svg {
    fill: var(--home-color-white);
}
.part01-template-04 .part01-template-04__swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--home-color-main);
}
.part01-template-04 .part01-template-04__swiper-pagination .swiper-pagination-bullet{
    border-color: var(--home-color-main);
}
.part01-template-04__title{
    color: var(--home-color-main);
}
.part01-template-05__title-wrapper{
    justify-content: space-between;
}
.part01-template-05__swiper-slide .title,
.part01-template-05__btn-more .text,
.part01-template-05__btn-more .fas{
    color: var(--home-color-main);
}
@media (max-width: 767px) {
    .part01-template-05__swiper-button-next .fas,
    .part01-template-05__swiper-button-prev .fas {
       color: var(--home-color-main);
    }
    .part01-template-05__title-wrapper{
        justify-content: flex-start;
    }
}

/* 06 */
/* 線條 */
.part01-template-06__swiper-pagination .bar {
    background-color: var(--home-color-main);
}

/* 數字 */
.part01-template-06__toolbar .swiper-pagination-current,
.part01-template-06__toolbar .swiper-pagination-total {
    color: var(--home-color-white);
}

/* 07 */
/* 08 */
/* 色塊 */
.part01-template-08__swiper-slide .content-container {
    background-color: var(--home-color-main);
}

/* icon背景 */
.part01-template-08__swiper-slide .content-type-wrapper .icon {
    /* background-color: var(--home-color-origin); */
}
.part01-template-08__title{
    color: var(--home-color-main);
    font-weight: bold;
}
.part01-template-08__swiper-slide .btn-more .fas{
    color: var(--home-color-main-l);
}
.part01-template-08 .part01-template-08__swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--home-color-main);
    border: 1px solid var(--home-color-main);
}

/* 09,10 */
/* 線條 */
.part01-template-09-left__download-wrapper {
    /* border-bottom: 1px solid #55418a; */
}


/* 11 */
/* 13 */
/* 線條 */
.part01-template-13 .deco-bar {
    /* background-color: var(--home-color-main); */
}

/* 14 */
/* 輪播色塊 */
.part01-template-14 .wrap2 .swiper-slide .color {
    /* background-color: var(--home-color-main); */
}

/* 點點 */
.part01-template-14 .wrap2 .line {
    /* background-color: var(--home-color-black); */
}

/* 長線條 */
.part01-template-14 .wrap2::before {
    /* background-color: var(--home-color-black); */
}

/* 圈圈 */
.part01-template-14 .wrap2 .line::before {
    /* border: 1px solid var(--home-color-black); */
}

/* 大影片區塊*/
/* 播放按鈕邊框色 */
.part01-template-15 .play {
    /* border: 1px solid var(--home-color-main); */
}

/* 播放按鈕hover邊框色跟背景色 */
.part01-template-15 .play:Hover {
    /* background-color: var(--home-color-white);
    border: 1px solid var(--home-color-white); */
}

/* 播放按鈕三角形色 */
.part01-template-15 .play::after {
    /* border-color: transparent transparent transparent var(--home-color-main); */
}

/* 播放按鈕叉叉色 */
.part01-template-15 .play::before {
    /* color: var(--home-color-main); */
}

/* 聯絡我們區塊 */
.template-contact .line {
    /* border-bottom: 1px solid var(--home-color-second); */
}

/* 送出按鈕 */
.template-contact .button {
    /* color: var(--home-color-white);
    border: 1px solid var(--home-color-main);
    background-color: var(--home-color-main); */
}

/* 送出按鈕hover */
.template-contact .button:hover {
    /* background-color: var(--home-color-tr);
    color: var(--home-color-main);
    border-color: var(--home-color-main); */
}

/* 以上限定顏色修改 */

/* 影響1199以上 */

@media (min-width: 1199px) {}

/* 影響1200以下 */

@media (max-width:1200px) {}

/* 影響700以下 */

@media (max-width: 767px) {}