/*---------------- 全局樣式 ----------------*/
body,
button,
input,
select,
textarea,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif !important;
}

.NoteSerifTC {
    font-family: 'Noto Serif TC', serif !important;
}

.Cinzel {
    font-family: 'Cinzel', serif !important;
}

.container {
    width: 1500px !important;
    max-width: 100% !important;
    padding: 0 50px;
}


/*---------------- 文字樣式 ----------------*/

.Title01 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 3px;
}

.Title02 {
    font-size: 50px;
    color: #fff;
    letter-spacing: 3px;
}

a:link.one {
    color: #666 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.one {
    color: #666 !important;
    text-decoration: none !important;
}

a:hover.one {
    color: #5bb430 !important;
    text-decoration: none !important;
}

a:link.two {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.two {
    color: #fff !important;
    text-decoration: none !important;
}

a:hover.two {
    color: #666 !important;
    text-decoration: none !important;
}

a:link.three {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.three {
    color: #fff !important;
    text-decoration: none !important;
}

a:hover.three {
    color: #000 !important;
    text-decoration: none !important;
}

.TextBlock {
    white-space: nowrap;
    display: inline-block;
}

.info03 {
    font-size: 60px;
    color: #fff;
    padding: 14px;
    margin: 0px auto;
    text-align: center;
    width: 136px;
    height: 136px;
    background-color: #5bb430;
    border: 8px solid #eee;
    border-radius: 0px;
}


/*---------------- 分隔線 ----------------*/
.Dividers001 {
    border-top: 1px dashed #444;
    margin: 100px 0;
}

/*---------------- 頁首打字機動畫 ----------------*/

.HomeSlideHeight {
    height: 800px;
}

.typewriter {
    font-family: 'IM Fell English', serif !important;
    font-size: 30px;
    color: #000;
}

@media only screen and (max-width:576px) {
    .HomeSlideHeight {
        height: 600px;
    }

    .typewriter {
        font-size: 25px;
    }
}

/*---------------- 頁首選單 ----------------*/

.dropdown-menu {
    left: -52px !important;
}

/*---------------- 行動裝置選單 ----------------*/
.sidepanel_btn {
    position: fixed;
    z-index: 99;
    top: 5px;
    right: 5px;
    text-align: center;
    padding: 7px 11px;
}

.sidepanel-light {
    overflow: auto !important;
}

/*---------- 草創階段 ----------*/
.FoundFrame {
    margin: 100px 200px;
    padding: 30px;
}

@media only screen and (max-width:992px) {
    .FoundFrame {
        margin: 10px 30px;
        padding: 20px;
    }
}

/*---------- 新聞邊框 ----------*/

.Frame01 {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

/*---------- 熱銷新案 ----------*/

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    height: 100%;
    max-width: 1500px !important;

}

.owl-carousel-2 .owl-dots {
    position: absolute;
    left: 10%;
    right: 10%;
    margin: 20px 0 0 0 !important;
}

.owl-dot span {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px !important;
    color: #ccc;

    padding: 2px;
    margin: 3px !important;
    border-radius: 20px !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.owl-carousel-2 .owl-dots .owl-dot.active span {
    background-color: #d0a231 !important;
    color: #fff;
    font-weight: bolder !important;
}

.owl-dots {
    counter-reset: dots;
}

.owl-dot :before {
    counter-increment: dots;
    content: counter(dots);
}

body .owl-nav {
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0px;
    visibility: hidden !important;

}

body .owl-nav div {
    position: absolute;
    top: 26%;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

body .owl-prev {
    left: -10px;
    display: flex;
    background: #fff;
}

body .owl-next {
    right: -10px;
    display: flex;
    background: #fff;
}

body .owl-prev i,
body .owl-next i {
    margin: auto;
}

#owl-example .owl-item {
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
}

#owl-example .owl-item p {
    font-size: 25px;
}

.owl-carousel-2:hover .owl-nav div.owl-next {
    right: -2%;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;

}

.owl-carousel-2:hover .owl-nav div.owl-prev {
    left: -2%;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;

}

.owl-carousel-2:hover .owl-nav div.owl-next,
.owl-carousel-2:hover .owl-nav div.owl-prev {}

/*---------------- 個案區塊 ----------------*/

.CaseFrame:hover {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
}

.case-01 {
    font-size: 30px;
    color: #666;
    text-align: center;
}

.case-02 {
    font-size: 30px;
    color: #666;
    text-align: center;
    margin: 0 0 60px 0;
}

.PicSet-01-01 {
    font-size: 30px;
    color: #666;
}

.PicSet-01-02 {
    font-size: 16px;
    color: #666;
}

.PicSet-02-01 {
    padding: 50px;
    background-color: #333;
}

.PicSet-02-02 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px;
}

.PicSet-02-03 {
    color: #999;
    font-size: 16px;
}

.PicSet-03-01 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.PicSet-03-02 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.PicSet-04-01 {
    color: #666;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.PicSet-04-02 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.PicSet-04-03 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.PicSet-05-01 {
    color: #666;
    font-size: 20px;
    line-height: 20px;
}

.PicSet-05-02 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
}

.PicSet-06-01 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.PicSet-06-02 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.PicSet-06-03 {
    color: #666;
    font-size: 20px;
    line-height: 20px;
}

.PicSet-10-01 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 30px;
}

.PicSet-10-02 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.PicSet-11-01 {
    background-color: #333;
}

.PicSet-11-02 {
    color: #aaa;
    font-size: 16px;
    line-height: 30px;
}





@media only screen and (max-width:1400px) {
    .case-01 {
        font-size: 25px;
        color: #666;
        text-align: center;
    }
}

@media only screen and (max-width:768px) {
    .PicSet-01-01 {
        font-size: 25px;
        color: #666;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .PicSet-02-01 {
        padding: 20px;
        background-color: #333;
    }

    .PicSet-02-02 {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 4px;
    }

    .PicSet-03-01 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
        margin: 20px 0 20px 0;
    }

    .PicSet-03-02 {
        color: #666;
        font-size: 16px;
    }

    .PicSet-04-01 {
        color: #666;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }

    .PicSet-04-02 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }

    .PicSet-04-03 {
        color: #666;
        font-size: 16px;
    }

    .PicSet-05-01 {
        color: #666;
        font-size: 20px;
        line-height: 20px;
    }

    .PicSet-05-02 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
    }

    .PicSet-06-01 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .PicSet-06-02 {
        color: #666;
        font-size: 16px;
    }

    .PicSet-06-03 {
        color: #666;
        font-size: 20px;
        line-height: 20px;
    }

    .PicSet-10-01 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .PicSet-10-02 {
        color: #666;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .PicSet-11-02 {
        color: #999;
        font-size: 16px;
    }

}

@media only screen and (max-width:480px) {
    .case-01 {
        font-size: 20px;
        color: #000;
        text-align: center;
        margin-top: 0px;
    }

    .case-02 {
        font-size: 30px;
        color: #000;
        text-align: center;
    }


}

/*---------- 頁尾 ----------*/

.FooterFrame {
    background-color: #5bb430 !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.Footer005 {
    position: absolute !important;
    z-index: 20;
    right: 50px;
    top: 210px;
    max-width: 500px;
}

.FooterLogo {
    max-width: 350px;
}

.FooterAA {
    max-width: 88px;
}

.FooterCopyRight {
    background: #ddd;
}

.FooterBlock {
    padding-left: 40px;
}

@media only screen and (max-width:992px) {
    .FooterFrame {
        margin-top: 50px;
    }
}

@media only screen and (max-width:576px) {
    .FooterFrame {
        margin: 0px;
    }

    .FooterBlock {
        padding-left: 0px;
    }
}

/*---------- 內頁標題 ----------*/

.idea001 {
    position: absolute;
    z-index: 20 !important;
    top: 160px !important;
    margin-top: -80px !important;
    padding-top: -80px !important;
    border-bottom: 0px solid #eee !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.idea002 {
    width: 100%;
    padding: 40px;
    margin: 200px 0;
    background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width:992px) {
    .idea001 {
        top: 140px !important;
        padding: 10px !important;
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .idea002 {
        width: 100%;
        margin: 10px 0 0 0px;
        padding: 20px;
        margin: 50px 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

/*---------- 捲動到頂部 ----------*/
#toTop {
    right: 12px !important;
    bottom: 12px !important;
    background-color: #333 !important;
}

/*---------- WOW動畫 ----------*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        bottom: 50px;
        bottom: 50px
    }

    to {
        opacity: 1;
        bottom: 0px;
        bottom: 0px
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        bottom: 50px;
        bottom: 50px
    }

    to {
        opacity: 1;
        bottom: 0px;
        bottom: 0px
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        right: 50px;
        right: 50px
    }

    to {
        opacity: 1;
        right: 0px;
        right: 0px
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        right: 50px;
        right: 50px
    }

    to {
        opacity: 1;
        right: 0px;
        right: 0px
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        left: 50px;
        left: 50px
    }

    to {
        opacity: 1;
        left: 0px;
        left: 0px
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        left: 50px;
        left: 50px
    }

    to {
        opacity: 1;
        left: 0px;
        left: 0px
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        top: 50px;
        top: 50px
    }

    to {
        opacity: 1;
        top: 0px;
        top: 0px
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: 50px;
        top: 50px
    }

    to {
        opacity: 1;
        top: 0px;
        top: 0px
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
