.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    /* border: 10px solid #fff; */
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999; */  /* 邊框 */
}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;

}

.jcarousel li {
    float: left;
    /* border: 1px solid #fff; */

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.topbnr .jcarousel ul { height:100vh; width:auto; }
.topbnr .jcarousel li { float:none; position: absolute; top:0; left:0; }
.topbnr .jcarousel li .bnr { opacity: 0; }

/* .bnr2 .jcarousel ul { margin:0px -15px; } */
.bnr2 .jcarousel li { padding-right:30px; }
.bnr2 .jcarousel li:first-child { padding-left:0px; }
.bnr2 .jcarousel li:last-child { padding-right:0px; }

/** Carousel Controls **/

.control-prev{
    left: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.control-next{
    right: 0px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    
    margin-top: -15px;

    text-align: center;
    padding:10px 20px;

    z-index: 0;
    font-size:1.5rem;

    color: #c5b4b7;
    background-color:#fff;
    
    
    text-decoration: none;
    cursor: pointer;

}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    /* color: #fff; */
    color: #bb8796;
}

.bnr2 .paginArea .page-prev,
.bnr2 .paginArea .page-next {
    color:#32267d;
    margin:0px;
    cursor: pointer;
    font-size:0.875rem;
}

.bnr2 .paginArea .page-prev:hover,
.bnr2 .paginArea .page-next:hover{
    color:#a899ff;
}

.bnr2 .paginArea .page-prev { margin-right:20px; }
.bnr2 .paginArea .page-next { margin-left:20px; }

.slide-btn{
    position: absolute;
    bottom: 0vh;
    right: 50px;
    width: 60px;
    height: 140px;
    color: #fff;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.slide-btn:hover{
    cursor: pointer;
    color:#f58fe4;
    text-decoration: none;
}

.slide-btn .txt {
    line-height: 60px;
    font-size:0.875rem;
    -webkit-transform: rotate(90deg) translate(-10px,0px);
    -moz-transform: rotate(90deg) translate(-10px,0px);
    -ms-transform: rotate(90deg) translate(-10px,0px);
    -o-transform: rotate(90deg) translate(-10px,0px);
    transform: rotate(90deg) translate(-10px,0px);
}

.slide-btn .slidebd {
    position: relative; 
    height:80px;
    background-color: transparent;
    overflow: hidden;
}

.slide-btn .slidebd .icon {
    position: absolute;
    left:50%;
    bottom:0px;
    width:1px;
    height:80px;
    background-color:#fff;
    transform: translate(-50%);
    /* animation: jump 4s infinite; */
    font-size:1.125rem;
}

@keyframes jump {
    0% { top:10px; }
    50% { top:80px; }
    100% { top:10px; }
}




/** Carousel Pagination **/


.jcarousel-pagination {
    
    /* bottom: -60px; */
    left: 50%;
    position: absolute;
    bottom: 5vh;
    height:30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.bnr2 .paginArea { display: flex; justify-content: center; align-items: center; }
.bnr2 .jcarousel-pagination { position:static; transform: translate(0,0); height:auto; }
.bnr2 .pagin a span { background-color:#938bbb; }
.bnr2 .jcarousel-pagination a span.active { background-color:#32267d; }

.pagin a {
    text-indent: -9999px;
}

.pagin a span {
    text-decoration: none;
    display: inline-block;
    /* font-size: 11px; */
    height: 12px;
    width: 12px;
    background: #fff;
    opacity: 0.7;
    /* border-bottom: 2px solid #fff; */
    /* color: #fff; */
    border-radius: 25px;
    margin:0px 10px;
}

.pagin a:hover span { 
    opacity: 1;
    /* background:#bd9f77;  */
    /* border-bottom: 2px solid #bd9f77; */
}

.jcarousel-pagination a span.active {
    opacity: 1;

    /* -webkit-box-shadow: 0 0 2px #F0EFE7; */
    /* -moz-box-shadow: 0 0 2px #F0EFE7; */
    /* box-shadow: 0 0 2px #F0EFE7; */
}

@media (max-width:1199.98px){
    
}

@media (max-width:1199.98px) and (min-width:768px) {

    
}

@media (min-width:768px) and (max-width:991.98px){
    .jcarousel-pagination { bottom: 3vh; }
}

/* 手機橫寬991.98內 banner全版 */
@media (max-width:991.98px) and (orientation: landscape){
    .jcarousel ul { height:100vh; }
}

@media (max-width:767.98px){
    .slide-btn { right:0px; }
}

