/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-dots button {
    background-color: transparent;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    /*margin-top: 10px*/
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    /*margin: 5px;*/
    padding: 4px 7px;
    /*background: #D6D6D6;*/
    display: inline-block;
    cursor: pointer;
    /*border-radius: 3px*/
}

.owl-theme .owl-nav [class*=owl-]:hover {
    /*background: #869791;*/
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}




/*---------輪播修改---------*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    position: absolute;
    bottom: -8%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 40px 5px 0;
    background: rgba(255, 255, 255, .7);
    display: block;
    border-radius: 10px;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.owl-theme .owl-dots .owl-dot.active {
    outline: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c09f56;
    border: 0;
}

/*
.Intro .owl-nav span{ display:none;}
.Intro .owl-nav {
    position: absolute;
    top: 40%;
    margin-top: 0px;
    z-index: 2;
    width: 103%;
    left: -1.4%;
}
*/
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
}


@media(max-width:820px) {

    .sec_04 .owl-theme .owl-nav.disabled+.owl-dots {
        top: 100vw;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 4vw;
        height: 4vw;
        margin: 0 8px;
    }

    .Intro .owl-nav button.owl-next,
    .family .owl-nav button.owl-next {
        /*background-image:url("../images/arrow_r-B.png");
    float: right;
    background-color: rgba(204, 204, 204, 0);
	width: 35px;
    height: 43px;
    margin-right: 3.5%;
    margin-top: -30%;
    background-size: cover;*/
        display: none;
    }

    .Intro .owl-nav button.owl-prev,
    .family .owl-nav button.owl-prev {
        /* background-image: url("../images/arrow_l-b.png");
    float: left;
    background-color: rgba(204, 204, 204, 0);
	width: 35px;
    height: 43px;
    margin-left: 3.5%;
    margin-top: -30%;
    background-size: cover;*/
        display: none;
    }
}

@media(max-width:415px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        margin: 30px 5px 0;
    }
}

@media(max-width:375px) {
    .Intro .owl-nav button.owl-next {
        width: 30px;
        height: 37px;
    }

    .Intro .owl-nav button.owl-prev {
        width: 30px;
        height: 37px;
    }
}

@media(max-width:320px) {
    .owl-theme .owl-dots .owl-dot span {
        margin: 20px 5px 0;
    }

    .Intro .owl-nav button.owl-next {
        width: 27px;
        height: 33px;
    }

    .Intro .owl-nav button.owl-prev {
        width: 27px;
        height: 33px;
    }
}