@charset "UTF-8";

html {
    font-size: 16px;
    -webkit-text-size-adjust:none;
    color:#303030;
}
@media screen and (max-width: 640px) {
}

@font-face {
  font-family:didot-bold;
  src:local("Didot Bold"),
      local("Didot-Bold"),
      url(font/didot-bold.ttf);
  font-weight: bold;
}
body {
    background: #fff;
	font-size:12px;
    font-family:'Noto Sans TC','Noto Serif TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    background: #f7f0f4;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
}
.wrap .preload {
    display: none;
}
.wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.nav {
    position: fixed;
    display: block;
    width: 100%;
    height: 45px;
    z-index: 999;
    top:0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav.nav-fixed {
    background: #3f3d3c;
}
.nav .nav-logo {
    position: absolute;
    display: block;
    width: 12%;
    min-width: 60px;
    max-width: 205px;
    left: 2vw;
    top:2vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav.nav-fixed .nav-logo {
    top:8px;
    left: 10px;
    width: 75px;
}
.nav .burger-btn {
    position: absolute;
    display: block;
    width: 30px;
    height: 25px;
    right: 5vw;
    top:3vw;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav.nav-fixed .burger-btn {
    top:15px;
    right: 15px;

}
.nav .burger-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.nav .burger-btn span:nth-child(1) {
    -webkit-transform: scale(1,1) translate(0,0) rotate(0deg);
    transform: scale(1,1) translate(0,0) rotate(0deg);
}
.nav .burger-btn span:nth-child(2) {
    -webkit-transform: scale(1,1) translate(0,7px) rotate(0deg);
    transform: scale(1,1) translate(0,7px) rotate(0deg);
}
.nav .burger-btn span:nth-child(3) {
    -webkit-transform: scale(1,1) translate(0,14px) rotate(0deg);
    transform: scale(1,1) translate(0,14px) rotate(0deg);
}
.nav.expand .burger-btn span:nth-child(1) {
    -webkit-transform: scale(1,1) translate(0,7px) rotate(45deg);
    transform: scale(1,1) translate(0,7px) rotate(45deg);
}
.nav.expand .burger-btn span:nth-child(2) {
    -webkit-transform: scale(0,1) translate(0,7px) rotate(0deg);
    transform: scale(0,1) translate(0,7px) rotate(0deg);
}
.nav.expand .burger-btn span:nth-child(3) {
    -webkit-transform: scale(1,1) translate(0,7px) rotate(-45deg);
    transform: scale(1,1) translate(0,7px) rotate(-45deg);
}
.nav .nav-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    left: 100%;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.nav.expand .nav-menu {
    left: 0;
}
.nav .nav-menu ul {
    position: relative;
    display: block;
    width: 80%;
}
.nav .nav-menu ul li {
    position: relative;
    display: block;
    width: 100%;
    font-family:didot-bold,'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 300;
    font-size: 2vw;
    line-height: 3vw;
    padding: 1.5vw 0 1.5vw 0;
    text-align: center;
    cursor: pointer;
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,0.5);
}
.nav .nav-menu ul li span {
    position: relative;
    display: inline-block;
    letter-spacing: 0.3vw;
    /*
    -webkit-transform: scale(1,1.2);
    transform: scale(1,1.2);*/
}

@media screen and (max-width: 800px) {
    .nav .nav-menu ul li {
        font-size: 3.5vw;
        line-height: 4vw;
        padding: 3vw 0 3vw 0;
    }
}

.wrap .footerBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vw 0 3vw 0;
}

.wrap .footerBox .socialmedia {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 15px 0 15px 0;
}
.wrap .footerBox .socialmedia li {
    position: relative;
    display: inline-block;
    width: 8vw;
    max-width: 55px;
    margin: 0 10px 0 10px;
}
.wrap .footerBox .copyright::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 1px;
    background: #000;
    left: 5%;
    top:0;
}
.wrap .footerBox .copyright {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 15px 0 0 0;
}
.wrap .footerBox .copyright br {
    display: none;
}
@media screen and (max-width: 1000px) {
    .wrap .footerBox .copyright br {
        display: block;
    }
}

.kv-box {
    position: relative;
    display: block;
    width: 100%;
    height: 55vw;
    overflow: hidden;
}
.kv-box .kv-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.kv-box .kv-imgbox {
    position: absolute;
    display: block;
    width: 10vw;
    height: 13vw;
    top:18vw;
    overflow: hidden;
    box-shadow: 0.3vw 0.3vw 0.5vw rgba(0,0,0,0.3);
}
.kv-box .kv-imgbox.kv-imgbox-s {
    box-shadow: none;
}
.kv-box .kv-imgbox.kv-imgbox1 {
    left: 11vw;
}
.kv-box .kv-imgbox.kv-imgbox2 {
    left: 25vw;
}
.kv-box .kv-imgbox.kv-imgbox3 {
    left: 39vw;
}
.kv-box .kv-imgbox.kv-imgbox1s {
    top:37vw;
    left: 11vw;
}
.kv-box .kv-imgbox.kv-imgbox2s {
    top:37vw;
    left: 25vw;
}
.kv-box .kv-imgbox.kv-imgbox3s {
    top:37vw;
    left: 39vw;
}
.kv-box .kv-imgbox .kv-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.kv-box .kv-imgbox .kv-img:nth-child(1) {
    z-index: 4;
}
.kv-box .kv-imgbox .kv-img:nth-child(2) {
    z-index: 3;
}
.kv-box .kv-imgbox .kv-img:nth-child(3) {
    z-index: 2;
}
.kv-box .kv-imgbox .kv-img:nth-child(4) {
    z-index: 1;
}
.kv-box .kv-style-text {
    z-index: 5;
    position: absolute;
    display: block;
    width: 40%;
    left: 5%;
    top:35vw;
}
.kv-box .kv-spring-text {
    position: absolute;
    display: block;
    width: 10%;
    left: 45%;
    top:3vw;
}

.stagebox {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stagebox .intro-text1 {
    position: relative;
    display: block;
    width: 40%;
    margin: 8vw 0 0 -15vw;
}
.stagebox .intro-text2 {
    position: relative;
    display: block;
    width: 45%;
    margin: 5vw 0 0 15vw;
}
.stagebox .intro-text3 {
    position: relative;
    display: block;
    width: 50%;
    margin: 5vw 0 8vw -18vw;
}
@media screen and (max-width: 1000px) {
    .stagebox .intro-text1 {
        position: relative;
        display: block;
        width: 65%;
        margin: 10vw 0 0 -15vw;
    }
    .stagebox .intro-text2 {
        position: relative;
        display: block;
        width: 75%;
        margin: 5vw 0 0 10vw;
    }
    .stagebox .intro-text3 {
        position: relative;
        display: block;
        width: 90%;
        margin: 5vw 0 10vw 0;
    }
}
.stage-video {
    padding: 15vw 0 10vw 0;
    background: url(../images/video-bg.svg) no-repeat center top;
    background-size: cover;
}
.stage-video .video-slider {
    position: relative;
    display: block;
    width: 60vw;
    height: 36vw;
    background: #000;
    overflow: hidden;
}
.stage-video .video-slider::before {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    height: 100%;
    left: 0;
    top: 0;
    border:2vw solid #c3cca3;
    border-right: 0;
    z-index: 1;
    box-sizing: border-box;
}
.stage-video .video-slider::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    border:2vw solid #c3cca3;
    border-left: 0;
    z-index: 1;
    box-sizing: border-box;
}
.stage-video .video-slider:hover::before {
    display: none;
}
.stage-video .video-slider:hover::after {
    display: none;
}
.stage-video .video-slider .video-list {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
.stage-video .video-slider .video-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.stage-video .video-slider .video-list li .video-content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.stage-video .video-arrow-left {
    position: absolute;
    display: block;
    width: 5vw;
    height: 10vw;
    left: 5vw;
    top:calc(50% - 5vw);
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.stage-video .video-arrow-left:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.stage-video .video-arrow-left::before {
    content: "";
    position: absolute;
    display: block;
    width: 150%;
    height: 150%;
    left: -45%;
    top:-25%;
    background: url(../images/video-arrow-left-bg.png) no-repeat center center;
    background-size: contain;
    pointer-events: none;
}
.stage-video .video-arrow-right {
    position: absolute;
    display: block;
    width: 5vw;
    height: 10vw;
    right: 5vw;
    top:calc(50% - 5vw);
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.stage-video .video-arrow-right:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.stage-video .video-arrow-right::before {
    content: "";
    position: absolute;
    display: block;
    width: 150%;
    height: 150%;
    right: -45%;
    top:-25%;
    background: url(../images/video-arrow-right-bg.png) no-repeat center center;
    background-size: contain;
    pointer-events: none;
}
.dot-btn-list {
    position: relative;
    display: flex;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 5vw 0 0 0;
}
.dot-btn-list > ul{
    margin: 5px 0;
}

.dot-btn-list li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #c7c7c7;
    border-radius: 50%;
    margin: 0 10px 0 10px;
    cursor: pointer;
    vertical-align: middle;
}
.dot-btn-list li:hover {
    background: #777;
}
.dot-btn-list li.current {
    background: #fff;
}
.dot-btn-list .arrow-left {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #8d8d8e;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.dot-btn-list .arrow-left:hover {
    background: #333;
}
.dot-btn-list .arrow-left span {
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    left: 35%;
    top:25%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
.dot-btn-list .arrow-right {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #8d8d8e;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.dot-btn-list .arrow-right:hover {
    background: #333;
}
.dot-btn-list .arrow-right span {
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    right: 35%;
    top:25%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}
@media screen and (max-width: 1000px) {
    .dot-btn-list li {
        width: 15px;
        height: 15px;
        margin: 0 8px 0 8px;
    }
}
.logo-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6vw;
    margin: 6vw 0 6vw 0;
}
.logo-list li {
    position: relative;
    display: block;
    height: 100%;
    margin: 0 1vw 0 1vw;
}
.logo-list li img {
    width: auto;
    height: 100%;
}
.logo-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    padding: 4vw 0 4vw 0;
}
.logo-text::before {
    content: "";
    position: absolute;
    display: block;
    width: 85%;
    height: 1px;
    background: #000;
    left: 0;
    top: 0;
}
.logo-text::after {
    content: "";
    position: absolute;
    display: block;
    width: 85%;
    height: 1px;
    background: #000;
    right: 0;
    bottom: 0;
}
.logo-text span {
    position: relative;
    display: block;
    font-size: 2vw;
    line-height: 3vw;
    font-family:'Noto Serif TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
}
.m-br {
    display: none;
}
.brand-box {
    position: relative;
    display: block;
    width: 100%;
}
.brand-slider {
    position: relative;
    display: block;
    width: 50%;
    height: 40vw;
    margin: 3vw 0 3vw 25%;
}
.brand-slider .brand-list {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}
.brand-slider .brand-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.brand-slider .brand-list li .pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.brand-slider .brand-list li .pic img {
    width: 70%;
    opacity: 1;
}
.brand-slider .brand-list li.current .pic img {
    opacity: 1;
}
.brand-slider .brand-list .slick-current .pic img{
    opacity: 1;
}
.brand-arrow-left {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #8d8d8e;
    left: 20%;
    top:calc(50% - 20px);
    cursor: pointer;
    z-index: 99;
}
.brand-arrow-left:hover {
    background: #333;
}
.brand-arrow-left span {
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    left: 35%;
    top:25%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
.brand-arrow-right {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #8d8d8e;
    right: 20%;
    top:calc(50% - 20px);
    cursor: pointer;
    z-index: 99;
}
.brand-arrow-right:hover {
    background: #333;
}
.brand-arrow-right span {
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    right: 35%;
    top:25%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}
@media screen and (max-width: 1000px) {
    .logo-list {
        height: 8.5vw;
    }
    .logo-text {
        width: 100%;
    }
    .logo-text span {
        font-size: 3vw;
        line-height: 4.5vw;
    }
    .m-br {
        display: block;
    }
    .brand-slider {
        width: 80%;
        height: 50vw;
        left: 10%;
        margin: 6vw 0 6vw 0%;
    }
    .brand-arrow-left {
        left: 10%;
    }
    .brand-arrow-right {
        right: 10%;
    }
}
.stage-coverstory {
    padding: 15vw 0 10vw 0;
    background: url(../images/cover-bg.svg) no-repeat center top;
    background-size: cover;
}
.coverstory-slider {
    position: relative;
    display: block;
    width: 90vw;
    height: auto;
    background: #f7f0f4;
    overflow: hidden;
    box-shadow: 0.5vw 0.5vw 1vw rgba(0,0,0,0.3);
}
.coverstory-slider .coverstory-list {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    text-align: left;
}
.coverstory-slider .coverstory-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.coverstory-slider .coverstory-list li .coverstory-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-img {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 100%;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    left: 50%;
    top:0;
}

.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text h1 {
    font-family:didot-bold,'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    position: relative;
    display: block;
    font-size: 2vw;
    line-height: 3vw;
    background: #f7f0f4;
    width: 70%;
    padding: 1vw;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text h1::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 2vw);
    height: calc(100% + 2vw);
    left: -1vw;
    top:-1vw;
    background: #f7f0f4;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    border: 1px solid #000;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text h1 span {
    position: relative;
    display: block;
    text-align: center;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text h1 span:nth-child(2) {
    font-size: 3vw;
    line-height: 4vw;
    font-weight: 700;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text p {
    position: relative;
    display: block;
    font-size: 2vw;
    line-height: 3vw;
    
    width: 90%;
    padding: 1vw;
    white-space: normal;
    margin: 5vw 0 0 0;
    font-family:'Noto Serif TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-size: 1.4vw;
    line-height: 2.5vw;
    font-weight: 700;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text p::before{
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    left: calc(50% - 5px);
    top: 0;
    background: #f7f0f4;
}
.coverstory-slider .coverstory-list li .coverstory-box .coverstory-text p span {
    position: relative;
    display: block;
}
.coverstory-slider .coverstory-list li .coverstory-box .number-text {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 20vw;
}

@media screen and (max-width: 1000px) {
    .stage-coverstory {
        padding: 20vw 0 10vw 0;
        background: url(../images/cover-bg.svg) no-repeat center top;
        background-size: cover;
    }
    .coverstory-slider {
        width: 90vw;
        height: auto;
        background: none;
        box-shadow: none;
    }
    .coverstory-slider .coverstory-list li .coverstory-box {
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .coverstory-slider .coverstory-list li .coverstory-box .coverstory-img {
        width: 90%;
        margin: 0 0 5vw 0;
    }
    .coverstory-slider .coverstory-list li .coverstory-box .coverstory-text {
        width: 90%;
        padding: 7vw 0 12vw 0;
    }

    .coverstory-slider .coverstory-list li .coverstory-box .coverstory-text h1 {
        letter-spacing: 0.2vw;
        font-size: 4vw;
        line-height: 5vw;
        background: #f1e3eb;
        width: 90%;
        padding: 1vw;
    }
    .coverstory-slider .coverstory-list li .coverstory-box .coverstory-text h1::before {
        background: #f1e3eb;
    }
    .coverstory-slider .coverstory-list li .coverstory-box .coverstory-text h1 span:nth-child(2) {
        font-size: 5.5vw;
        line-height: 6.5vw;
    }
    .coverstory-slider .coverstory-list li .coverstory-box .coverstory-text p {
        font-size: 3vw;
        line-height: 5vw;
        padding: 1vw;
        margin: 8vw 0 0 0;
    }
    .coverstory-slider .coverstory-list li .coverstory-box .coverstory-text p::before{
        background: #f1e3eb;
    }
    .coverstory-slider .coverstory-list li .coverstory-box .number-text {
        bottom: 0;
        width: 30%;
    }
}
.contents-title {
    font-family:didot-bold,'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    position: relative;
    display: block;
    font-size: 4vw;
    line-height: 4vw;
    font-weight: 500;
    padding: 2vw 5vw 2vw 5vw;
    border: 1px solid #000;
    margin: 8vw 0 5vw 0;
}
.contents-bar1 {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
}
.contents-bar1::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 100%;
    right: 0;
    background: #000;
}
.contents-bar2 {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
}
.contents-bar2::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 100%;
    left: 0;
    background: #000;
}
.contents-slider {
    position: relative;
    display: block;
    width: 80%;
    overflow: hidden;
}
.contents-slider .contents-list {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}
.contents-slider .contents-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.contents-slider .contents-list li .contents-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3vw 0 3vw 0;
}
.contents-slider .contents-list li .contents-box .contents-pic {
    position: relative;
    display: block;
    width: 45%;
    margin: 0 2.5% 0 2.5%;
    box-shadow: 0.5vw 0.5vw 1vw rgba(0,0,0,0.3);
    cursor: pointer;
}
.contents-slider .contents-list li .contents-box .contents-pic:hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    height: 100%;
    left: 0;
    top: 0;
    border:1vw solid #c3cca3;
    border-right: 0;
    z-index: 1;
    box-sizing: border-box;
}
.contents-slider .contents-list li .contents-box .contents-pic:hover::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    border:1vw solid #c3cca3;
    border-left: 0;
    z-index: 1;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
    .contents-slider .contents-list li .contents-box {
        flex-direction: column;
        width: 100%;
        padding: 3vw 0 3vw 0;
    }
    .contents-slider .contents-list li .contents-box .contents-pic {
        width: 80%;
        margin: 2.5% 0 2.5% 0;
    }
}
.lightbox-contents {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.lightbox-contents.expand {
    opacity: 1;
    pointer-events: auto;
    
}
.lightbox-contents .ligtbox-box {
    position: relative;
    display: block;
    width: 85%;
}
.lightbox-contents .ligtbox-box img {
    display: none;
}
.lightbox-contents.p1 .ligtbox-box img:nth-child(1),
.lightbox-contents.p2 .ligtbox-box img:nth-child(2),
.lightbox-contents.p3 .ligtbox-box img:nth-child(3),
.lightbox-contents.p4 .ligtbox-box img:nth-child(4),
.lightbox-contents.p5 .ligtbox-box img:nth-child(5),
.lightbox-contents.p6 .ligtbox-box img:nth-child(6),
.lightbox-contents.p7 .ligtbox-box img:nth-child(7),
.lightbox-contents.p8 .ligtbox-box img:nth-child(8),
.lightbox-contents.p9 .ligtbox-box img:nth-child(9),
.lightbox-contents.p10 .ligtbox-box img:nth-child(10){
    display: block;
}
.lightbox-contents .closebtn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #000;
}
.lightbox-contents .closebtn:hover {
    background: #555;
}
.lightbox-contents .closebtn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top:50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.lightbox-contents .closebtn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top:50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}
.stage-ig {
    padding: 7vw 0 10vw 0;
    background: url(../images/video-bg.svg) no-repeat center top;
    background-size: cover;
}
.ig-title {
    font-family:didot-bold,'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    position: relative;
    display: block;
    font-size: 4vw;
    line-height: 4vw;
    font-weight: 500;
    padding: 2vw 5vw 2vw 5vw;
    border: 1px solid #000;
    margin: 5vw 0 3vw 0;
}
.ig-bar1 {
    position: relative;
    display: block;
    width: 80%;
    height: 1px;
    background: #000;
}
.ig-list {
    position: relative;
    display: flex;
    width: 70%;
    justify-content: space-between;
    align-items: center;
    margin: 3vw 0 0 0;
}
.ig-list .ig-img {
    position: relative;
    display: block;
    width: 30%;
    cursor: pointer;
}
.ig-list .ig-img::before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 30%;
    left: 0vw;
    top: 0vw;
    border-top:1vw solid #c3cca3;
    border-left: 1vw solid #c3cca3;
    z-index: 1;
    box-sizing: content-box;
    pointer-events: none;
    -webkit-transition: left 0.5s ease , top 0.5s ease;
    transition: left 0.5s ease , top 0.5s ease;
}
.ig-list .ig-img:hover::before {
    left: -1vw;
    top: -1vw;
}
.ig-list .ig-img::after {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 30%;
    right: 0vw;
    bottom: 0vw;
    border-bottom:1vw solid #c3cca3;
    border-right: 1vw solid #c3cca3;
    z-index: 1;
    box-sizing: content-box;
    pointer-events: none;
    -webkit-transition: right 0.5s ease , bottom 0.5s ease;
    transition: right 0.5s ease , bottom 0.5s ease;
}
.ig-list .ig-img:hover::after {
    right: -1vw;
    bottom: -1vw;
}
@media screen and (max-width: 1000px) {
    .ig-list {
        display: block;
        width: 90%;
        height: 70vw;
        margin: 3vw 0 0 0;
    }
    .ig-list .ig-img {
        position: absolute;
        display: block;
    }
    .ig-list .ig-img:nth-child(1) {
        width: 63%;
        left: 0;
        top: 0;
    }
    .ig-list .ig-img:nth-child(2) {
        width: 30%;
        right: 0;
        top: 0;
    }
    .ig-list .ig-img:nth-child(3) {
        width: 30%;
        right: 0;
        top: 37vw;
    }
}




/* Slider */

.slick-slider {
    position: relative;
    display: block;
    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;
    height: 100%;
}

.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;
    height: 100%;
}

.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;
    outline: none;
    /*height: 47vw;*/
    width: 100%;
    height: 100%;
    min-height: 1px;
    position: relative;
}
.slick-slide > div{width: 100%;}
.slick-slide *:focus{
    outline: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    /*height: 100%;*/
    /*width: auto;*/
    /*display: block;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow {
    cursor: pointer;
/*    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    background-position: top;
    z-index: 1;
    text-indent: -9999px;
    border: 0px;*/
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    background: url(../images/kvArrowLeft.png) no-repeat;
    left: 0;
}

.slick-prev::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowLeft.png) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-next {
    background: url(../images/kvArrowRight.png) no-repeat;
    right: 0;
}

.slick-next::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowRight.png) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-arrow:hover:after {
    opacity: 1;
}

ul.slick-dots {
    /*position: absolute;*/
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    bottom:10%;
    text-align: center;
}


ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius:50%;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #c7c7c7;
    border:0px;
    border-radius:50%;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background:#777;
/*    transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: none;

}

.slick-dots li button:before{
    background: #b2b2b2;
}

.slick-dots li.slick-active button{
    background: #fff;
}

.container5 .slick-slide > div{
    width: 100%;
}
button:focus{
    outline: none;
}
/* slider end */

.wrap a{z-index: 1;}
/*.brand-list .slider{
    margin: 0 0 0 0%;
}
.stage5 .wallpaper-viewbox .slider .wallpaper-img{
    margin: 0;
}
.brand-list .slick-slide{
    display: flex;justify-content: center;align-items: center;
}
.brand-list .slider li{
    padding: 0 5px;
    margin: 0;
}*/
@media screen and (max-width: 1000px){
    ul.slick-dots li,ul.slick-dots li{
        width: 15px;
        height: 15px;
        margin: 0 8px 0 8px;
    }

    .slick-dots li button {
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 640px){
    .wallpaper-list .slider li{
        padding: 0 1vw;
        margin: 0;
    }
}