@charset "utf-8";

html {
    font-size: 16px;
}

body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif' !important;
    background-color: #F6F6F6;
    text-align: center;
    color: #777;
    background-image: url(../images/groovepaper.png);
    background-repeat: repeat;
    overflow-x: auto;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

/*清除*/
.form-control:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/***************網頁選取顏色***************/
::selection {
    background-color: #999;
    color: #fff;
}

::-moz-selection {
    background-color: #999;
    color: #fff;
}

/**************捲軸樣式**************/
/* 整個捲軸 */

::-webkit-scrollbar {
    width: 5px;
}

/* 捲軸的軌道 */
::-webkit-scrollbar-track {
    background: #333;
}

/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece {
    background: #666;
}

/* 滑動的區塊 */
::-webkit-scrollbar-thumb {
    background: #5AA572;
}

/* 滑鼠移到滑動的區塊上 */
::-webkit-scrollbar-thumb:hover {
    background: #5AA572;
}

/*--------------------------------------------------------------
共用
--------------------------------------------------------------*/
/*******電腦版出現*********/
.ph-text{
    display: none;
}

/*版面*/
/* @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1198px;
    }
} */

.section-box .page {
    margin-top: 7rem;
}

/*標題*/
.titleimg {
    width: 145px;
    margin: 0 auto 2rem auto;
}

/*圖片框*/
.img-box {
    width: 100%;
    padding-bottom: 54%;
    display: block;
    background-size: 100%;
    background-position: center;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-color: #453248;
}

/*由下往上 飛入*/
@-webkit-keyframes fadeInUpsmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpsmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpsmall {
    -webkit-animation-name: fadeInUpsmall;
    animation-name: fadeInUpsmall;
}

/*影片*/
.video-wrapper {
    position: relative;
    /*16:9*/
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
選單
--------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1020;
    transition: all 0.5s;
    padding: 40px 30px;
}

@media (max-width: 992px) {
    #header {
        width: 280px;
        background: rgb(36 66 46 / 80%);
        border-right: 1px solid #e6e9ec;
        left: -280px;
    }
}

@media (min-width: 992px) {
    #main {
        margin-left: 100px;
    }
}

/*上方文字*/
.header-contact {
    color: #666;
    font-size: 0.9rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9997;
    width: 100%;
    padding: 7px 40px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
}

.header-contact .header-text {
    display: flex;
    align-items: center;
}

.header-contact img {
    width: 140px;
}

.header-contact a.tell {
    color: #89765B;
    margin-left: 10px;
}

/* nav-menu */
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a {
    display: flex;
    align-items: center;
    color: #45505b;
    padding: 10px 15px;
    margin-bottom: 8px;
    transition: 0.3s;
    border-radius: 50px;
    background: #fff;
    /* height: 56px; */
    width: 100%;
    overflow: hidden;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 20%);
    justify-content: center;
}

.nav-menu a i {
    font-size: 25px;
    color: #5AA572;
}

.nav-menu a .line {
    width: 25px;
}

.nav-menu a.line::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/line.svg) no-repeat top left / 100%;
}

.nav-menu li.active a i {
    color: #fff;
}

.nav-menu a span {
    padding: 0 5px 0 5px;
    color: #45505b;
}

@media (min-width: 992px) {
    .nav-menu a {
        /* width: 56px; */
    }

    .nav-menu a span {
        /* display: none; */
        /* color: #fff; */
    }
}



.nav-menu .active>a{
    color: #fff;
    background: #5AA572;
}


.nav-menu .active>a span{
    color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a,
.nav-menu li.active>a {
    width: 100%;
    color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span,
.nav-menu li.active>a span {
    display: block;
}

/* Mobile Navigation */
.mobile-nav-toggle {
    /* position: fixed; 
    right: 15px;
    top: 5px;
    z-index: 9998;*/
    padding: 0;
    border: 0;
    background: none;
    font-size: 2rem;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #45505b;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active #header {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #5AA572;
}


/*--------------------------------------------------------------
首頁
--------------------------------------------------------------*/
/*********首橫幅*********/
section.banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 80;
    width: 100%;
}

section.banner .row {
    align-items: center;
    justify-content: center;
    height: 80vh;
    height: calc(var(--vh, 1vh) * 80);
}

.banner-img {
    position: relative;
}

.banner-img-bom {
    position: absolute;
    width: calc(93% - 30px);
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    animation: circle 15s linear both infinite reverse;
}

.banner-img-top {
    position: relative;
    width: calc(93% - 30px);
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

/*文案*/
.banner-title {
    /* width: calc(80% - 390px); */
    padding-left: 3%;
}

.banner-title .title {
    width: 70%;
    margin-bottom: 25px;
}

.banner-title p {
    line-height: 1.9;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    text-align: left;
    color: #444;
    z-index: 2;
    position: relative;
}

/*漂浮泡泡*/
.banner .container {
    position: relative;
}

.bubble-box .circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(#FFE284, #D5EBD6);
    opacity: 0.8;
    z-index: 0;
}

.bubble-box .circle01 {
    top: 40%;
    left: -5%;
    width: 10px;
    height: 10px;
    animation: bubble1 7s infinite linear;
}

.bubble-box .circle02 {
    top: 43%;
    left: -3%;
    width: 20px;
    height: 20px;
    animation: bubble2 7s infinite linear;
}

.bubble-box .circle03 {
    bottom: 32%;
    left: -8%;
    width: 30px;
    height: 30px;
    opacity: 0.4;
    opacity: 1;
    animation: bubble2 7s infinite linear;
}

.bubble-box .circle04 {
    top: 20%;
    right: -8%;
    width: 50px;
    height: 50px;
    animation: bubble2 7s infinite linear;
}

.bubble-box .circle05 {
    top: 28%;
    right: -8%;
    width: 30px;
    height: 30px;
    animation: bubble1 7s infinite linear;
}

.bubble-box .circle06 {
    top: 40%;
    right: -5%;
    width: 20px;
    height: 20px;
    opacity: 1;
    animation: bubble2 7s infinite linear;
}

@keyframes bubble1 {
    0% {
        transform: translate3d(0, 0, 0) rotate(159deg);

    }

    20% {
        transform: translate3d(-100%, -50%, 0) rotate(175deg);
    }

    40% {
        transform: translate3d(100%, -150%, 0) rotate(165deg);
    }

    60% {
        transform: translate3d(0%, -100%, 0) rotate(159deg);

    }

    80% {
        transform: translate3d(-100%, -50%, 0) rotate(175deg);
    }

    90% {
        transform: translate3d(100%, -150%, 0) rotate(165deg);
    }

    100% {
        transform: translate3d(0%, 0%, 0) rotate(159deg);

    }
}

@keyframes bubble2 {
    0% {
        transform: translate3d(0, 0, 0) rotate(159deg);

    }

    25% {
        transform: translate3d(-100%, -50%, 0) rotate(175deg);
    }

    75% {
        transform: translate3d(0%, -100%, 0) rotate(159deg);

    }

    100% {
        transform: translate3d(-100%, -50%, 0) rotate(175deg);
    }

    100% {
        transform: translate3d(0%, 0%, 0) rotate(159deg);

    }
}

/*引導往下瀏覽*/
.updown {
    height: 20vh;
    height: calc(var(--vh, 1vh) * 20);
    color: #fff;
    text-align: center;


}

.updown span {
    margin-bottom: 20px;
    display: block;
}

.updown:hover {
    color: #fff;
}

.updown i {
    /* border: 2px solid #fff;
    border-radius: 50%; */
    font-size: 3.5rem;
    -webkit-animation: moveDown 3s linear infinite;
    animation: moveDown 3s linear infinite;
}

@-webkit-keyframes moveDown {
    0% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        visibility: visible;
    }

    40% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes moveDown {
    0% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        visibility: visible;
    }

    40% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

/*********首頁內容*********/

.index-page {
    position: relative;
    margin-top: 65vh;
    margin-top: calc(var(--vh, 1vh) * 65);
}

.index-page .section-box {
    background: linear-gradient(#FFE284 1%, rgba(97, 212, 175, 0.3) 30%, rgba(97, 212, 175, 0) 100%);
    padding: 7rem 0;
    overflow: hidden;
    padding-top: 25vh;
    padding-top: calc(var(--vh, 1vh) * 25);
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 0;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/*********精彩影音*********/
.index-featured {
    position: relative;
}

/*輪播*/
.owl-featured-box {
    position: relative;
    width: 35%;
    margin: auto;
}
.owl-featured .item{
    display: block;
}
.owl-featured .img-box {
    border: solid #453248;
    border-width: 15px 15px 0 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.owl-featured .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #666;
    background: url(../images/youtube-logo.png) no-repeat center / 100%;
    width: 80px;
    height: auto;
}

.owl-featured .title {
    /* background-color: #48845b; */
    background-color: #453248;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*切換時圓角畫面*/
.owl-featured .owl-stage-outer {
    border-radius: 10px;
}

/*輪播左右+點點*/
/*上一頁下一頁*/
.index-featured .owl-carousel .owl-nav button.owl-next,
.index-featured .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: initial;
    bottom: 45px;
    margin: auto;
    color: #333;
    width: 35px;
    height: 35px;
    line-height: 25px;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

.index-featured .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.index-featured .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.index-featured .owl-carousel .owl-nav button.owl-next span,
.index-featured .owl-carousel .owl-nav button.owl-prev span {
    margin-bottom: 5px;
    display: block;
}

/*輪播點點*/
.owl-dots {
    display: block;
    text-align: center;
    margin-top: .5rem;
}

.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #5a5a5a;
}

.owl-dot.active span {
    opacity: 1;
}

/*影片看更多*/
.owl-featured-box .more {
    background-color: #ffbd4b;
    color: #fff;
    padding: 15px 10px;
    position: absolute;
    right: -40px;
    bottom: 65px;
    z-index: 10;
    width: 40px;
    line-height: 1.1;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*影片裝飾*/
.featured-img01 {
    position: absolute;
    width: 15%;
    height: auto;
    bottom: 0;
    left: -25%;
    margin: auto;
    z-index: 5;
}

.featured-img02 {
    position: absolute;
    width: 9%;
    height: auto;
    bottom: 0;
    left: -8%;
    margin: auto;
    z-index: 5;
}

.featured-img03 {
    position: absolute;
    width: 12%;
    height: auto;
    bottom: 0;
    right: -20%;
    margin: auto;
    z-index: 5;
}

/*雲*/
.cloud-float01 {
    position: absolute;
    width: 8%;
    height: auto;
    top: -15%;
    bottom: 0;
    left: 4%;
    margin: auto;
    animation: cloudfloat1 10s infinite linear;
}

.cloud-float02 {
    position: absolute;
    width: 15%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto;
    animation: cloudfloat2 20s infinite linear;
}

.cloud-float03 {
    position: absolute;
    width: 8%;
    height: auto;
    top: 0;
    bottom: -20%;
    left: 20%;
    margin: auto;
    animation: cloudfloat3 15s infinite linear;
    opacity: 0.8;
}

.cloud-float04 {
    position: absolute;
    width: 8%;
    height: auto;
    top: 0;
    bottom: -20%;
    right: 17%;
    margin: auto;
    animation: cloudfloat3 15s infinite linear;
    opacity: 0.8;
}

.cloud-float05 {
    position: absolute;
    width: 15%;
    height: auto;
    top: 0;
    bottom: -33%;
    right: 4%;
    margin: auto;
    animation: cloudfloat3 10s infinite linear;
}

@keyframes cloudfloat1 {
    0% {
        transform: translateX(0%) translateY(0%);
    }

    25% {
        transform: translateX(-15%) translateY(0%);
    }

    75% {
        transform: translateX(15%) translateY(-5%);
    }

    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@-webkit-keyframes cloudfloat1 {
    0% {
        transform: translateX(0%) translateY(0%);
    }

    25% {
        transform: translateX(-15%) translateY(0%);
    }

    75% {
        transform: translateX(15%) translateY(-5%);
    }

    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@keyframes cloudfloat2 {
    0% {
        transform: translateX(0%) translateY(0%);
    }

    25% {
        transform: translateX(15%) translateY(0%);
    }

    75% {
        transform: translateX(-15%) translateY(5%);
    }

    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@-webkit-keyframes cloudfloat2 {
    0% {
        transform: translateX(0%) translateY(0%);
    }

    25% {
        transform: translateX(15%) translateY(0%);
    }

    75% {
        transform: translateX(-15%) translateY(5%);
    }

    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@keyframes cloudfloat3 {
    0% {
        transform: translateX(0%) translateY(0%);
    }

    25% {
        transform: translateX(15%) translateY(0%);
    }

    75% {
        transform: translateX(-15%) translateY(5%);
    }

    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@-webkit-keyframes cloudfloat3 {
    0% {
        transform: translateX(0%) translateY(0%);
    }

    25% {
        transform: translateX(15%) translateY(0%);
    }

    75% {
        transform: translateX(-15%) translateY(5%);
    }

    100% {
        transform: translateX(0%) translateY(0%);
    }
}

/*********關於茂喜*********/
.index-about {
    max-width: 900px;
    margin: auto;
}

.index-about p {
    line-height: 1.8;
}

/*********服務項目*********/
.index-service .item {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 40px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    padding: 12px;
    width: 80%;
    margin: 0 auto 20px auto;
}

.index-service .item .title {
    color: #3F7350;
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.index-work .title {
    border-radius: 50px;
    background-color: #fff;
    color: #444;
    padding: 3px 0;
    border: 3px solid #647857;
    border-width: 3px 3px 5px 3px;
    width: 50%;
    margin: auto;
    display: block;
    margin-top: -15px;
    position: relative;
    z-index: 5;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.footer .footer-logo {
    background-image: url(../images/footer.png);
    background-size: cover;
    background-position: top;
}

.footer .footer-logo .logo {
    width: 160px;
    margin: auto;
}

.footer .footer-text {
    color: #fff;
    background-color: #6BAE80;
    padding-bottom: 15px;
}

.footer .footer-text .tell {
    font-size: 2rem;
    font-weight: 500;
}

.footer .footer-text p,
.footer .footer-text .map {
    margin-bottom: 5px;
    display: block;
}

.footer .copyright {
    background-color: #3F7350;
    color: #c2ddb8;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
}

/*--------------------------------------------------------------
摩佾作品內頁
--------------------------------------------------------------*/
/***********內頁橫幅************/
.page-banner {
    padding: 9rem 0 0 0;
    background: linear-gradient(rgba(97, 212, 175, 0) 1%, rgba(97, 212, 175, 0.2) 20%, #FFE284 100%);
}

.page-banner .row {
    justify-content: center;
    align-items: center;
}

/*主視圖*/
.page-banner .page-title {
    z-index: 2;
}

.page-banner .page-title .title {
    max-width: 150px;
    margin: auto;
}

.page-banner .page-title .text {
    width: 80%;
    margin: auto;
}

/*主影片*/
.page-video {
    z-index: 2;
}

.page-banner .video-wrapper-box {
    border-radius: 10px;
    border: 10px solid #262626;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
    background-color: #757575;
}

/*裝飾動畫*/
.page-banner-waves {
    transform: rotateX(180deg);
    margin-top: 0;
}

/*雲*/
.page-banner .cloud-float01 {
    top: 5rem;
    bottom: initial;
}

.page-banner .cloud-float02 {
    top: 7rem;
    bottom: initial;
}

.page-banner .cloud-float03 {
    top: 13rem;
    bottom: initial;
}

.page-banner .cloud-float04 {
    top: 5rem;
    bottom: initial;
}

.page-banner .cloud-float05 {
    top: 5rem;
    bottom: initial;
}
/*--------------------------------------------------------------
摩佾作品內頁
--------------------------------------------------------------*/


/*共用*/
section.page-ser {
    padding: 50px 0 80px 0;
}

section.page-ser .title {
    color: #5AA572;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}

section.page-ser .text {
    margin: 0 auto 50px auto;
    line-height: 1.8;
    width: 70%;
}

section.page-ser .container {
    position: relative;
}

/*漂浮泡泡*/
section.page-ser .bubble-box .circle03 {
    bottom: -40%;
}

section.page-ser .bubble-box .circle04 {
    bottom: 0;
    width: 20px;
    height: 20px;
    top: inherit;
}
/*--------------------------------------------------------------
影音動畫
--------------------------------------------------------------*/
/*選項卡*/
.filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filters a {
    border: 1px solid #999;
    color: #666;
    border-radius: 30px;
    width: 130px;
    margin: 0 7px;
    padding: 0.15rem 0;
    margin-bottom: 10px;
}

.filters a.active {
    background-color: #AEAEAE;
    border-color: #AEAEAE;
    color: #fff;
}

.filters-box {
    justify-content: center;
}

.filters-box .item .item-wrap {
    width: 100%;
    padding-bottom: 55%;
    display: block;
    background-size: 100%;
    background-position: center;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
}

.video-box.filters-box .item .item-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #666;
    background: url(../images/youtube-logo-small.png) no-repeat center / 100%;
    width: 50px;
    height: auto;
}

.filters-box .item .item-wrap:hover {
    background-size: 110%;
    transition: all .5s ease;
}

.filters-box .item a {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    display: block;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.filters-box .item p {
    margin-bottom: 20px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

/*標題*/
.filters-title {
    font-size: 1.1rem;
    border-bottom: 1px solid #a5a5a5;
    color: #3D3321;
    margin: 30px 0 20px 0;
    font-weight: 500;
}

/*--------------------------------------------------------------
簡報製作
--------------------------------------------------------------*/
.vbox-container img {
    width: auto;
    margin: auto;
}

.vbox-title {
    font-size: 18px;
}

.copyright-text {
    font-size: 13px;
    text-align: right;
    color: #D25252;
}

/*--------------------------------------------------------------
網站/平面
--------------------------------------------------------------*/
/*平面設計 輪播*/
.owl-design .item .item-wrap {
    width: 100%;
    padding-bottom: 54%;
    display: block;
    background-size: 100%;
    background-position: center;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
}
.owl-design .item{
    padding: 0 5px;
}
.owl-design .item a {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    display: block;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.owl-design .item p {
    margin-bottom: 5px;
    color: #444;
}
/*上一頁下一頁*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -100px;
    bottom: 0;
    margin: auto;
    color: #9A9A9A;
    width: 35px;
    height: 35px;
    line-height: 25px;
    font-weight: bold;
    font-size: 45px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -45px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    margin-bottom: 5px;
    display: block;
}