/* Slider */
.slick-slider
{
    position: relative;

    display: flex;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


*:focus
{
    outline: none;
}





.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;z-index: 3;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;z-index: 3;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    /*border-radius: 50%;*/
    content: '・';
/*    background-color:rgba(179,167,145);*/
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




/*自訂左右鍵頭*/
    
.slick-prev .arrow,.slick-next .arrow{
    width: 18px;
    height: 18px;
    transform: rotate(135deg);
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
}
.slick-next .arrow{transform: rotate(-45deg) translate3d(-4px,-4px,0);margin: 0 0px 4px 5px;}
/*.slick-next .arrow{transform: rotate(-45deg) translate3d(-18px,-18px,0);margin: 0 0px 4px 20px;}*/
.slick-prev:hover .arrow,.slick-next:hover .arrow{
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
}





/* 作品collection大BN*/
.bn_collection{background:linear-gradient(0deg, #f3f3f3 80%, #fff 20%);}
.bn_collection > .flex{padding: 10px 50px;}
.fullbn .slick-arrow{position: absolute;top:calc(16.5vw - 27px);z-index: 4;}
.fullbn .slick-prev{left: 5px;}
.fullbn .slick-next{right: 5px;}
.fullbn .slick-arrow .arrow{
    opacity: 0;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.3));
}
 .fullbn .fullbn_pic,.fullbn .fullbn_work{height:400px;}   

.fullbn_pic a,.fullbn_work > div{
    height:100%;width: 100%;background-size: cover;background-position: center;
}

.fullbn_work  section{
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding:15px;
}

.fullbn_work .text,.fullbn_work .circle{z-index: 3;position: relative;}

.fullbn_work h2{font-size: 30px;}

.fullbn_work p{font-size: 16px; color: #222;}
.fullbn_work .collection{
    font-size: 14px;
    width: 73px;
    text-decoration: 1px solid #111;
    border-bottom: 1px solid #b3a791;
    line-height: 1.3;
    color: #b3a791;
}
.fullbn_work .text{
    width: 45%;
    height: auto;
    display: flex;
    padding: 8% 6% 0;
    flex-direction: column;
    justify-content: flex-start;
}   

.fullbn_work .circle{
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
}

.fullbn_work .circle div{
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bn_collection .slick-dots{position: initial;padding: 8px; }

@media screen and (max-width: 1024px){ 
    
    .fullbn_work .text{width: 40%; padding: 10% 5% 0;}
    .fullbn_work .circle{width: 60%;}
    .fullbn_work h2{font-size: 24px;}
    .fullbn_work section{padding: 0;}


     .fullbn .fullbn_pic,.fullbn .fullbn_work{height:300px;} 

}

@media screen and (max-width: 767px){ 
    
    .slick-dots { bottom: -20px;}
    .slick-dotted.slick-slider { margin-bottom: 15px;}


/* 作品collection大BN*/
    .fullbn .fullbn_pic,.fullbn .fullbn_work{height:auto;}  
    .fullbn_work section{
        flex-direction: column;
        padding: 0;
    }
    .bn_collection > .flex{padding: 0;}
    .fullbn_work .text,.fullbn_work .circle{width: 100%;}
    .fullbn_work .text{text-align: center;padding: 3% 5% 2%;align-items: center;}

    .btn_8{    margin: 20px auto 0px;}

    .fullbn_work .collection {font-size: 12px;width: 65px;}
    .fullbn_work p {font-size: 14px;}



}
