@charset "utf-8";





/*----------------------banner開始---------------------------*/

.banner {
    position: relative;
}

.banner_sideBar {
    position: absolute;
    left: 3vw;
    top: 120px;
}

.favorite,
.scrolldown {
    overflow: hidden;
    cursor: pointer;
}

.favorite p,
.scrolldown p {
    margin-bottom: 12px;
}

.scrolldown p {
    letter-spacing: 5px;
}

.scrolldown {
    text-align: center;
    margin-top: 30px;
}

.scrolldown:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #eeeeee;
    margin-bottom: 30px;
}







/*banner_slick開始--------------------------*/

.banner_slick {
    position: relative;
    margin-left: 130px;
    margin-right: 3vw;
    height: calc(100vh - 85px);
    opacity: 0;
}

.banner_slick>ul {
    position: relative;
}

.banner_slick>ul li {
    position: relative;
}

.banner_slick_img {
    height: calc(100vh - 185px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_slick_img picture{
    width: 100%;
    height: 100%;
}

@media screen and (max-aspect-ratio: 151/85) and (min-width: 1025px){
    .banner_slick_img img {
        height: 100%;
        width: auto;
    }
}

.link_dot {
    position: absolute;
    width: 25%;
    height: 33.32%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link_dot div {
    display: table;
    text-align: center;
    cursor: pointer;
}

.link_dot div>span {
    font-size: 0rem;
    opacity: 0;
    transition: all .5s ease;
    width: 30px;
    height: 30px;
}

.link_dot div:hover>span {
    color: #6f0064;
    transition: all .5s ease;
}

.link_dot h2 {
    font-size: .875rem;
    margin-top: 30px;
    letter-spacing: 1px;
    overflow: hidden;
}

.link_dot h2 span {
    display: block;
    transform: translateY(-100%);
}

.link_dot p {
    font-size: 1rem;
    font-family: 'MyriadPro-Regular';
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 1px;
    overflow: hidden;
}

.link_dot p span {
    display: block;
    transform: translateY(-100%);
}










/*↓↓↓↓↓↓↓↓↓↓↓↓位置錨點位置↓↓↓↓↓↓↓↓↓↓↓*/

.position1 {
    top: 0%;
    left: 0%;
}

.position2 {
    top: 0%;
    left: 25%;
}

.position3 {
    top: 0%;
    left: 50%;
}

.position4 {
    top: 0%;
    left: 75%;
}

.position5 {
    top: 33.33%;
    left: 0%;
}

.position6 {
    top: 33.33%;
    left: 25%;
}

.position7 {
    top: 33.33%;
    left: 50%;
}

.position8 {
    top: 33.33%;
    left: 75%;
}

.position9 {
    top: 66.66%;
    left: 0%;
}

.position10 {
    top: 66.66%;
    left: 25%;
}

.position11 {
    top: 66.66%;
    left: 50%;
}

.position12 {
    top: 66.66%;
    left: 75%;
}










/*↑↑↑↑↑↑↑↑↑↑↑錨點位置↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/

.banner_slick_nav_bg {
    display: none;
}

.banner_slick .arrow {
    position: absolute;
    right: calc(3vw + 80px);
    bottom: 82px;
    font-size: 0;
    display: flex;
    overflow: hidden;
}

.banner_slick .arrow span {
    background-color: #fff;
    transform: translateY(103%);
    font-size: 2.25rem;
}











/*選單點點*/

.banner_slick .slick-dots {
    bottom: auto;
    top: calc(100% + 35px);
}

.banner_slick .slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.banner_slick .slick-dots li button {
    position: relative;
    border: 1px solid rgba(153, 153, 153, 0);
    padding: 12px 12px 12px 12px;
    border-radius: 50%;
    display: block;
    transition: all .4s ease;
}

.banner_slick .slick-dots li button:before {
    color: #941388;
    opacity: 1;
    position: relative;
    top: 0;
    left: -4px;
    width: auto;
    height: auto;
    line-height: 0;
    font-size: 1rem;
    transform: scale(.5);
    display: block;
}

.banner_slick .slick-dots li.slick-active button:before {
    color: #999999;
    transition: all .4s ease;
}

.banner_slick .slick-dots li.slick-active button {
    border: 1px solid rgba(153, 153, 153, 1);
    transition: all .4s ease;
}








/*banner_slick結束--------------------------*/


/*----------------------banner結束---------------------------*/


/*----------------------other_style開始----------------------*/

.other_style {
    margin: 12vh 3vw 0 3vw;
    padding: 120px 210px 120px 210px;
    background-color: #f3f3f3;
    position: relative;
}

.other_style_title {
    text-align: center;
    letter-spacing: 1px;
    overflow: hidden;
}

.other_style_title div {
    transform: translateY(-100%);
}

.other_style_title h2 {
    font-size: 3rem;
    font-family: 'JosefinSans-SemiBold';
    font-weight: bold;
}

.other_style_title p {
    font-size: 1.25rem;
    margin-top: 10px;
}


.other_style_row {
    display: flex;
    margin: auto;
    margin-top: 60px;
    max-width: 1000px;
}

.prev,
.next {
    width: 50%;
    position: relative;
}

.prev {
    margin-right: 40px;
}

.next {
    margin-left: 40px;
}




/*圖片設定*/

.row_img {
    overflow: hidden;
    font-size: 0;
}


.prev .row_img img {
    transform: translateX(100%);
}

.next .row_img img {
    transform: translateX(-100%);
}

.hover_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: all .5s ease;
}

.prev.show:hover .hover_box,
.next.show:hover .hover_box {
    opacity: 1;
    transition: all .5s ease;
}

.hover_box_text {
    display: table;
    text-align: center;
    color: #fff;
    letter-spacing: 1px
}

.hover_box_text h2 {
    font-size: 1.875rem;
    font-family: 'JosefinSans-Bold';
    line-height: 1.5;
}

.hover_box_text p {
    font-size: .875rem;
    line-height: 1.5;
}

.click_bt {
    position: absolute;
    width: 135px;
    height: 75px;
    bottom: -35px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    overflow: hidden;
}

.prev .click_bt {
    left: -40px;
}

.next .click_bt {
    right: -40px;
}

.prev.show:hover .click_bt,
.next.show:hover .click_bt {
    background-color: #93bbde;
    transition: all .5s ease;
}

.click_bt p {
    font-family: 'JosefinSans-Italic';
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: 1px;
    display: table;
    color: #a5a5a5;
    transition: all .5s ease;
}

.prev.show:hover .click_bt p,
.next.show:hover .click_bt p {
    color: #fff;
    transition: all .5s ease;
}

.prev .click_bt p {
    transform: translateX(200%);
}

.next .click_bt p {
    transform: translateX(-200%);
}

.back_style {
    position: absolute;
    left: calc(50% - 80px);
    bottom: -20px;
    overflow: hidden;
}

.back_style div {
    width: 160px;
    height: 40px;
    background-color: #6f0064;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
}

.back_style p {
    color: #fff;
    font-weight: bold;
    font-size: .875rem;
    display: table;
    letter-spacing: 1px;
}










/*----------------------other_style結束----------------------*/


/*進場動畫------------*/

.favorite div,
.scrolldown div {
    transform: translateX(-100%);
    animation: left_slidein 1s both .5s;
}

.scrolldown:before {
    animation: width1 1s both .5s;
}

.banner_slick {
    animation: fadeIn 1.5s both .1s;
}

.banner_slick .arrow span {
    animation: allin0 .8s both .8s;
}

.banner_slick ul li.slick-active .link_dot div>span {
    animation: fontSize30 .8s both .6s
}

.banner_slick ul li.slick-active .link_dot h2 span {
    animation: allin0 .5s both 1s;
}

.banner_slick ul li.slick-active .link_dot p span {
    animation: allin0 .5s both 1.2s;
}




@keyframes width1 {
    0% {}
    100% {
        width: 100%
    }
}

@keyframes fontSize30 {
    0% {}
    100% {
        opacity: 1;
        font-size: 1.875rem;
    }
}




/*waypoint動畫專區*/

.other_style_title.show div {
    animation: allin0 .8s both;
}

.show .row_img img {
    animation: allin0 .8s both;
}

.show .click_bt p {
    animation: allin0 .8s both .6s;
}

.back_style.show div {
    animation: allin0 .5s both;
}





/*---------max-width: 1024px--------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

    /*banner開始------------*/
    .banner_sideBar {
        display: none;
    }

    .banner_slick {
        margin: 0;
        height: auto;
    }

    .banner_slick>ul {
        position: relative;
        padding-left: 40px;
    }

    .link_dot {
        display: none;
    }

    .banner_slick_img {
        height: 54vh;
    }

    .banner_slick_img img {
        height: 100%;
        width: auto;
    }



    .banner_slick .arrow {
        bottom: auto;
        top: calc(54vh - 15px);
        right: calc(50% - 30px);
    }

    .banner_slick .arrow span {
        margin: 0;
        font-size: 1.875rem;
    }




    /*-------------slick點點設定開始-----------------------*/
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .banner_slick .slick-dots {
        top: auto;
        bottom: 20px;
        left: 0;
    }

    .banner_slick .slick-dots li {
        display: flex;
        margin: 0;
        margin-top: 5px;
    }

    .banner_slick .slick-dots li button {
        position: relative;
    }


    /*-------------slick點點設定結束-----------------------*/
    .banner_slick_nav_bg {
        display: block;
        margin-top: 8vh;
    }

    .banner_slick_nav {
        overflow: hidden;
    }

    .banner_slick_nav ul {
        transform: translateY(100%);
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .banner_slick_nav ul .slick-track{
        display: flex;
        align-items: center;
    }

    .banner_slick_nav ul li {
        margin: 5vw;
        transition: all .5s;
    }

    .slick-center {
        transform: scale(1.3);
        transition: all .5s;
    }

    .banner_slick_nav ul li div {
        opacity: 0;
        padding: 0;
        margin: 5px 0;
        transition: all .2s ease;
        display: flex;
        justify-content: center;
    }

    .banner_slick_nav ul li.slick-center div {
        opacity: 1;
        transition: all .2s ease;
    }

    .banner_slick_nav ul li div h2 {
        font-size: .75rem;
        letter-spacing: 1px;
        display: inline-block;
        transform: scale(.9);
    }

    .banner_slick_nav ul li div p {
        font-family: 'MyriadPro-Regular';
        font-size: .75rem;
        letter-spacing: 1px;
        display: inline-block;
        transform: scale(.9);
        color: #999999;
    }
    /*banner結束------------*/
    .other_style {
        margin: 60px 0 16vh 0;
        padding: 60px 5vw 85px 5vw;
    }

    .other_style_row {
        flex-direction: column;
        padding: 0 20px;
    }

    .prev,
    .next {
        width: 100%;
        margin: 0;
    }

    .click_bt {
        width: 30vw;
        max-width: 110px;
        height: 9vh;
        max-height: 60px;
        bottom: -2.25vh;
    }

    .click_bt p {
        font-size: 1.25rem;
    }

    .prev .click_bt {
        left: -20px;
        padding-left: 20px;
        justify-content: flex-start;
    }

    .prev .click_bt p {
        transform: translateX(250%)
    }

    .next {
        margin-top: 60px;
    }

    .next .click_bt {
        right: -20px;
        padding-right: 20px;
        justify-content: flex-end;
    }

    .next .click_bt p {
        transform: translateX(-250%)
    }

    .hover_box_text {
        padding: 0 5vw;
    }


    /*進場動畫*/
    .banner_slick_nav ul {
        animation: allin0 1s both .8s
    }
    .banner_slick .arrow span {
        animation: allin0 .8s both 1.5s;
    }
}