@charset "utf-8";

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}


.container {
    max-width: 1500px !important;
    margin: 0 auto;
}

.container2 {
    max-width: 1700px;
    margin: 0 auto;
}


.wrap {
    margin-top: 0px;
    background-color: #fff;
}


.text-e43038 {
    color: #e43038;
}

.bg-e43038 {
    background-color: #e43038;
}

.border-e43038 {
    border-color: #e43038;
}



.text-efefef {
    color: #efefef;
}

.bg-efefef {
    background-color: #efefef;
}

.border-efefef {
    border-color: #efefef;
}


.text-585858 {
    color: #585858;
}

.bg-585858 {
    background-color: #585858;
}

.border-585858 {
    border-color: #585858;
}


.text-212121 {
    color: #212121;
}

.bg-212121 {
    background-color: #212121;
}

.border-212121 {
    border-color: #212121;
}

ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
}

/*headroom*/
.headerbox {
    background-color: #fff;
    /* background-color: transparent; */
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    align-items: start;
}

.headroom--unpinned,
.headroom--pinned {
    background-color: #ffffff;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.headroom--top {
    /* background-color: transparent; */
    /* background-color: #ffff; */
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0);
}

.headroom--top .logo {
    /* padding-top: 20px; */
}

.headroom--pinned .headtop {
    align-items: start;
}

.headerbox .headtop {
    align-items: start;
}

.headroom--unpinned .headtop {
    /* align-items: center; */
}

.headerbox.isindex {
    background-color: transparent;
}

.headerbox.isindex.headroom.headroom--not-bottom.headroom--not-top.headroom--unpinned {
    background-color: #fff;
}

.headerbox.isindex.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
    background-color: #fff;
}

.headerbox.isindex.headroom.headroom--not-top.headroom--unpinned.headroom--bottom {
    background-color: #fff;
}

/* .headerbox.headroom-top {
    background-color: #fff;
} */

/* 
.headroom--unpinned .dropdown-content,
.headroom--pinned .dropdown-content {
    background-color: #ffffff;
}

.headroom--top .dropdown-content {
    background-color: #ffffff;
} */

.menu {
    display: flex;
}

.menubtn {
    display: none;
}

.rwdmenu {
    display: none;
}

.rwdmenulist {
    display: none;
}

.menu li {
    position: relative;

    padding: 5px 30px;
    /* width: 6rem;
    height: 2rem; */
}

.menu a,
.menu .menuwrd {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu>li>a {
    border-color: transparent;
    border-radius: 25px;
    border-width: 2px;
}

.rwdmenulist li {
    position: relative;
    /* width: 16.4rem;
    padding-left: 10px; */
}


.rwdmenubtn {
    display: none;
}

.wrdwidth {
    letter-spacing: 0.3rem;
    font-weight: 500;
}

.wrdwidth {
    position: relative;
}

.wrdwidth::before {
    position: absolute;
    content: '';
    background-color: tr;
    width: 50%;
    height: 2px;
    bottom: -7px;
    left: 23%;
}

.wrdwidth:hover::before,
.wrdwidth.active::before {
    position: absolute;
    content: '';
    background-color: #e43038;
    width: 50%;
    height: 1px;
    bottom: -7px;
    left: 23%;
}

.wrdwidth:hover,
.wrdwidth.active {
    color: #e43038;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /* display: none; */
    position: absolute;
    background-color: #e430397e;
    width: 140px;
    top: 23px;
    left: -32px;
    border-radius: 15px;
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
}

.dropdown:hover .dropdown-content {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}

.dropdown-content::before {
    content: '';
    position: absolute;
    top: -27px;
    left: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}

.dropdown-content a {
    color: #ffffff;
    padding: 2px 0px;
    text-decoration: none;
    display: block;
}

.dropdown-content>li>a {
    background-color: transparent;
    transition: background-color 0.3s;
}

.dropdown-content>li>a:active,
.dropdown-content>li>a:focus {
    background-color: transparent;
}

.rwdmenuli2 a {
    /* padding: 1px !important; */
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
}

.active+.panel {
    max-height: 100vh;
}

.minus {
    display: none;
}

.qatitle.active .plus {
    display: none;
}

.qatitle.active .minus {
    display: block;
}


/*index*/

.bg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.abscontent {
    position: relative;
    margin-top: 100vh;
    z-index: 3;
}

.topsection {
    display: block;
    position: relative;
    z-index: 3;
}

.bannerwrd {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(35%, 90%, 0px);
    width: 29vw;
}

.line01 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0px, 48%, 0px);
    width: 10vw;
    animation: line01 0.8s ease-in-out forwards;
}

@keyframes line01 {
    0% {
        left: -100%;
        /* 從視口外部開始 */
    }

    100% {
        left: 0;
        /* 滑到最終位置 */
    }
}

.line02 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0px, 257%, 0px);
    width: 6vw;
    animation: line02 1s ease-in-out forwards;
}

@keyframes line02 {
    0% {
        left: -100%;
        /* 從視口外部開始 */
    }

    100% {
        left: 0;
        /* 滑到最終位置 */
    }
}

.line03 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0px, 165%, 0px);
    width: 11vw;
    animation: line03 1.1s ease-in-out forwards;
}

@keyframes line03 {
    0% {
        left: -100%;
        /* 從視口外部開始 */
    }

    100% {
        left: 0;
        /* 滑到最終位置 */
    }
}

.line04 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(0px, 50%, 0px);
    width: 13vw;
    animation: line04 1.2s ease-in-out forwards;
}

@keyframes line04 {
    0% {
        top: -100%;
        /* 從視口外部開始 */
    }

    100% {
        top: 0%;
        /* 滑到最終位置 */
    }
}

.line05 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(0px, 200%, 0px);
    width: 11vw;
    animation: line05 1s ease-in-out forwards;
}

@keyframes line05 {
    0% {
        top: -100%;
        /* 從視口外部開始 */
    }

    100% {
        top: 0%;
        /* 滑到最終位置 */
    }
}

.line06 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(-215%, 504%, 0px);
    width: 9vw;
    animation: line06 1.2s ease-in-out forwards;
}

@keyframes line06 {
    0% {
        right: -100%;
        /* 從視口外部開始 */
    }

    100% {
        right: 0%;
        /* 滑到最終位置 */
    }
}

.line07 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(0%, 315%, 0px);
    width: 12vw;
    animation: line07 1s ease-in-out forwards;
}

@keyframes line07 {
    0% {
        right: -100%;
        /* 從視口外部開始 */
    }

    100% {
        right: 0%;
        /* 滑到最終位置 */
    }
}

/* .banner {
    animation: banner 8s ease-in-out forwards;
}

@keyframes banner {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
} */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.introbg {
    background-image: url(../../assets/img/index/videobg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.brandbg {
    background-image: url(../../assets/img/index/introbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom;
}

.newsbg {
    background-image: url(../../assets/img/index/newsbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: top;
}

.indexbrandtri {
    height: 0px;
    width: 0px;
    border-top: 30px solid #b92f2f;
    border-right: 30px solid transparent;
    top: 0;
    left: 0;
}

.indexprdwrd {
    position: absolute;
    top: 10px;
    left: 15px;
}

.indexprdicon {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.probg {
    background-color: #e43039b0;
    position: absolute;
    top: 65%;
    padding: 15px;
    width: 80%;
    left: 10%;
}

.aboutpic {
    background-image: url(../../assets/img/index/aboutbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.introwrd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-205px, -80px, 0px);
}

.endwrd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-147px, -37px, 0px);
}

.introsplide .splide__slide {
    transition: transform 0.3s ease;
    height: 450px;
    /* 平滑過渡效果 */
    /* border-radius: 25px; */
}

.introsplide .splide__slide.is-active .prdpic img {
    transform: scale(1);
    padding-top: 0px;
}

.introsplide .splide__slide:not(.is-active) .prdpic img {
    transform: scale(1);
}

.introsplide .splide__slide {
    position: relative;
}

.introsplide .splide__slide a .prdpic:after {
    content: '';
    position: absolute;
    background-color: #0000007a;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.introsplide .splide__slide.is-active a .prdpic::after {
    content: '';
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}


.introsplide .splide__slide:not(.is-active) .probg {
    display: none;
}

.introsplide .splide__slide.is-visible.is-prev {
    /* margin-right: 12px !important; */
}

.introsplide .splide__slide.is-visible.is-next {
    /* margin-left: 12px !important; */
}

.introsplide {
    position: relative;
}

.introsplide .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    justify-content: unset;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    width: 100%;
    z-index: 1;
}

.introsplide .splide__arrow--prev {
    position: absolute;
    top: -17%;
    left: 40%;
    width: 116px;
    height: 26px;
    z-index: 9;
}

.introsplide .splide__arrow--next {
    position: absolute;
    top: -17%;
    right: 38%;
    width: 116px;
    height: 26px;
    z-index: 9;
}

.introsplide .splide__slide .introsplidewrd {
    display: none;
}

.introsplide .splide__slide.is-active .introsplidewrd {
    display: -webkit-box;
    color: #ffffff;
}

.introsplide .splide__slide .introtitle {
    color: #726E6A;
    letter-spacing: 0.13em;
}

.introsplide .splide__slide.is-active .introtitle {
    color: #ffffff;
    letter-spacing: 0.13em;
    /* font-size: 18pt; */
}

.newstltle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hottitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* height: 110px; */
}

.newsmore {
    position: relative;
    transition: all 0.52s ease;
}

.newsmore::after {
    content: '';
    position: absolute;
    /* border: 1px solid #ffffff; */
    background-color: #e43038;
    width: 100%;
    height: 100%;
    top: 0;
    left: -15px;
    -moz-transform-origin: bottom;
    -moz-transform: skewX(-20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-10deg);
    /* z-index: -1; */
}

.newsmore:hover:after {
    content: '';
    background-color: #585858;
    /* z-index: -1; */
}

.newsmore:hover {
    color: #fff;
    z-index: 2;
}

.newsblock1 {
    position: relative;
    background-color: #ffffff;
    width: 20px;
    height: 40px;
    top: 0;
    right: 10px;
    -moz-transform-origin: bottom;
    -moz-transform: skewX(-20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-10deg);
}

.newsblock2 {
    position: relative;
    background-color: #212121;
    width: 20px;
    height: 40px;
    top: 0;
    right: 10px;
    -moz-transform-origin: bottom;
    -moz-transform: skewX(-20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-10deg);
}


/*about*/
.aboutbg {
    background-image: url(../../assets/img/about/aboutbg.png);
    background-size: inherit;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: right;
}

.aboutbannerwrd {
    position: absolute;
    top: 35%;
    left: 6%;
    transform: translate3d(0, 0, 0);
}



.abouttopblock {
    position: absolute;
    top: 0;
    left: 10%;
}

.aboutcolorbg {
    position: relative;
}

.aboutcolorbg::before {
    content: '';
    position: absolute;
    background-color: #be2e2e;
    top: 0;
    left: -80px;
    width: 250px;
    height: 100%;
}

.aboutendbg {
    background: url(../../assets/img/index/endpic.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 460px;
}

.aboutahead {
    position: absolute;
    right: 20%;
    top: 25%;
}

.aboutcircle {
    position: relative;
}

.aboutcircle::before {
    content: '';
    position: absolute;
    background-color: #be2e2e;
    border-radius: 50%;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transition: transform 0.4s ease;
    /* 使用 transform 來進行縮放 */
    transform-origin: center center;
    /* 設定縮放中心為圓形的中心 */
}

.about_a:hover .aboutcircle::before {
    transform: scale(0.5);
    /* 滑鼠懸停時縮小圓形 */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*news*/
.newstitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newspic {
    position: relative;
    overflow: hidden;
}

/* a:hover .newspic img {
    transform: scale(1.1);
} */

.prdhover2 {
    display: none;
}

a:hover .newspic .prdhover2 {
    display: block;
}

a:hover .newspic .prdhover1 {
    display: none;
}

.newsmore2 {
    display: none;
}

a:hover .newsmore2 {
    display: block;
}

a:hover .newsmore1 {
    display: none;
}

.newsbox {
    border-width: 2px;
    border-color: #efefef;
    /* border-top-color: transparent; */
    border-bottom-width: 8px;
    border-bottom-color: #e43038;
}

a:hover .newsbox {
    border-color: #e43038;
    /* border-top-color: transparent; */
    border-bottom-width: 8px;
    border-bottom-color: #e43038;
}

.bannerright {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 70%;
}

.newspage button:hover .pagebtn,
.newspage button.active .pagebtn {
    background-color: #e43038;
    color: #fff;
}



/*brand*/
.brandtri {
    position: relative;
    background-color: #efefef;
    width: 100%;
    height: 600px;
}

.brandbotbg {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 500px;
    z-index: -1;
}

.brandtri::before {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 560px solid #e43038;
    border-right: 400px solid transparent;
    top: 0;
    left: 0;
}

.brandrighttri {
    position: relative;
}

.brandrighttri::before {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 100px solid #e43038;
    border-left: 100px solid transparent;
    top: 0;
    right: 0;
}

.brandtopblock {
    position: absolute;
    top: 20%;
    left: 0;
}

.brandtoppic {
    position: absolute;
    top: -25%;
    right: 45%;
}

.brandendbg {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    z-index: 2;
}

.brandblock1 {
    position: absolute;
    border: 1px solid #efefef;
    background-color: #efefef;
    width: 40px;
    height: 100%;
    top: 0;
    right: 130px;
    -moz-transform-origin: bottom;
    -moz-transform: skewX(-20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-27deg);
    z-index: -1;
}

.brandblock2 {
    position: absolute;
    border: 1px solid #efefef;
    background-color: #efefef;
    width: 40px;
    height: 100%;
    top: 0;
    right: 40px;
    -moz-transform-origin: bottom;
    -moz-transform: skewX(-20deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(-20deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(-20deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(-20deg);
    transform-origin: bottom;
    transform: skewX(-27deg);
    z-index: -1;
}

/*product*/
.productbox {
    border-width: 2px;
    border-color: #efefef;
}

a:hover .productbox {
    border-color: #e43038;
}

.producttitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.prddes {
    position: absolute;
    bottom: 6%;
    right: 6%;
    transform: translate3d(0, 0, 0);
}

.prdtoptitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 70px;
}

.prdsplide .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 0px solid transparent;
}

.outfitsplide.splide__arrows {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}


.outfitsplide .splide__arrow {
    -ms-flex-align: unset;
    align-items: unset;
    /* background: #ccc; */
    border: 0;
    border-radius: 0%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    opacity: .7;
    top: unset;
    padding: 0;
    position: relative;
    bottom: 0;
    transform: translateY(0%);
    width: auto;
    z-index: 1;
}

.splide__arrow--prev {
    left: 0em;
}

.splide__arrow--next {
    right: 0em;
}


/*qa*/
.qaleft {
    width: 30%;
}

.qaright {
    width: 70%;
}

.qaul li:hover,
.qaul li.active {
    background-color: #efefef;
}

.qaul li:hover .qawrd,
.qaul li.active .qawrd {
    color: #e43038;
}

.qaul li:hover button {
    border-bottom-color: #e43038;
    border-bottom-width: 2px;
}

.qaarrow1 {
    display: none;
}

.qaul li:hover .qaarrow1,
.qaul li.active .qaarrow1 {
    display: block;
}

.qaul li:hover .qaarrow2,
.qaul li.active .qaarrow2 {
    display: none;
}

.credropdown {
    position: relative;
    display: inline-block;
}

.credropdown-content {
    position: absolute;
    background-color: #efefef;
    width: 100%;
    top: 50px;
    left: 0px;
    border-radius: 15px;
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
}

.credropdown-content.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}

.credropdown-content a {
    color: #23170f;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-radius: 10px;
}

.credropdown-content li:hover a {
    background-color: #838383;
    color: white;
}

/*contact*/
.contactform {
    position: relative;
}

.contactform::before {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 140px solid #e43038;
    border-right: 140px solid transparent;
    top: 0;
    left: 0;
}

/*footer*/
/* .gotop {
    position: fixed;
    right: 15px;
    bottom: 0px;
    outline: none;
    z-index: 9;
} */


.footerbox1 {
    background-image: url(../../assets/img/index/footbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.footerbox2 {
    background-color: #e43038;
}

/* .footerbox a:hover {
    color: #999382;
} */

.sidebtn {
    position: fixed;
    right: 10px;
    bottom: 350px;
}

.reservation {
    position: fixed;
    right: 0;
    bottom: 200px;
}

.gotop {
    position: fixed;
    bottom: 35px;
    right: 10px;
}

.gotop {
    display: none;
    position: fixed;
}

.gotop.active {
    display: block;
    z-index: 9;
}

.footerline {
    position: relative;
}

.footerline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #60606070;
    width: 1px;
    height: 100%;
}

.button-3 {
    background-color: transparent;
    border: 1px solid #606060;
    box-sizing: border-box;
    color: #00132C;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: default !important;
}

.button-3:before {
    background-color: #acacacb9;
    content: "";
    height: calc(100% + 3px);
    position: absolute;
    right: -7px;
    top: 5px;
    transition: background-color 300ms ease-in;
    width: 100%;
    z-index: -1;
    cursor: default !important;
}

.map:hover a {
    color: #4e84ca;
}

/*articlebox*/
.articlebox {
    min-height: auto;
    word-break: break-word;
}

.articlebox iframe {
    max-width: 100%;
}

.articlebox img {
    max-width: 100%;
    display: inline-block;
}

.articlebox .youtube-embed-wrapper {
    padding-top: 0 !important;
}

.articlebox iframe,
.articlebox object,
.articlebox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** 
* parsley
*/
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: 1px solid #ff0000;
}

.parsley-errors-list {
    /* position: absolute; */
    margin: 2px 0 3px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #ff0000;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/** 
* magnific-popup
*/
.white-popup {
    position: relative;
    background: #fff;
    padding: 40px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /* border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0; */
}

/* .mfp-bg {
    background: #fff;
} */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* 
* scrollbar
*/
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #928692;
}

/* vue */
[v-cloak] {
    display: none;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1440px) {
    .introsplide .splide__arrow--prev {
        position: absolute;
        top: -17%;
        left: 37%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }

    .introsplide .splide__arrow--next {
        position: absolute;
        top: -17%;
        right: 34%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }

    .introsplide .splide__slide {
        transition: transform 0.3s ease;
        height: 400px;
        /* 平滑過渡效果 */
        /* border-radius: 25px; */
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1175px) {
    /*header*/

    .headroom--unpinned,
    .headroom--pinned,
    .headroom--not-bottom {
        background-color: #ffffff;
        box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
    }

    .rwdmenubtn {
        display: block;
    }

    .menubtn {
        display: block;
        float: right;
        z-index: 999;
    }

    .menu {
        display: none;
    }

    .rwdmenulist {
        display: block;
    }

    .rwdmenu {
        display: block;
        background-color: #efefef;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 990;
        transform: translate(0%, -150%);
        transition: all 1s ease;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
            0 4px 6px -4px rgb(0 0 0 / 0.1);
    }

    .rwdmenu.active {
        transform: translate(0%, 0%);
    }

    .menubtn.active .close {
        display: block;
    }

    .menubtn.active .open {
        display: none;
    }

    .headerbox .headtop {
        align-items: center;
    }

    .headroom--top .logo {
        padding-top: 0px;
    }

    .downbtn {
        position: absolute;
        top: 40%;
        right: 43%;
    }


    .menuselect {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    /*index*/

    .bannerabswrd {
        display: none;
    }

    .bg {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 0;
    }

    .abscontent {
        position: relative;
        margin-top: 0vh;
        z-index: 3;
    }

    .topsection {
        display: block;
        position: relative;
        z-index: 3;
    }


    /*about*/
    .aboutbg {
        background-image: url(../../assets/img/about/aboutbg.png);
        background-size: inherit;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        background-position: bottom;
    }

    /*brand*/
    .brandtri {
        position: relative;
        background-color: #ffffff;
        width: 100%;
        height: auto;
    }

    .brandbotbg {
        position: relative;
        background-color: #ffffff;
        width: 100%;
        height: 0px;
        z-index: -1;
    }

    /*intro*/
    .introwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-205px, -88px, 0px);
    }

    .introsplide .splide__arrow--prev {
        position: absolute;
        top: -17%;
        left: 31%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }

    .introsplide .splide__arrow--next {
        position: absolute;
        top: -17%;
        right: 28%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }


}


@media screen and (max-width: 900px) {}

@media screen and (max-width: 820px) {

    /*index*/
    .aboutpic {
        position: relative;
        top: 0%;
        right: 0;
    }

    .aboutpic2 {
        position: relative;
        top: 0%;
        right: 0;
    }

    .aboutpic {
        background-image: url(../../assets/img/index/rwdaboutbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .banner {
        animation: banner 8s ease-in-out forwards;
    }

    @keyframes banner {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1);
        }
    }

    /*intro*/
    .introwrd {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate3d(0px, 0px, 0px);
    }

    /*qa*/
    .qaleft {
        width: 100%;
    }

    .qaright {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {}



@media screen and (max-width: 480px) {
    .downbtn {
        position: absolute;
        top: 40%;
        right: 36%;
    }

    /*index*/

    .introsplide .splide__slide {
        transition: transform 0.3s ease;
        height: 450px;
        /* 平滑過渡效果 */
        /* border-radius: 25px; */
    }

    .case1 {
        order: calc(1);
    }

    .case2 {
        order: calc(2);
    }

    .endwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-90px, -30px, 0px);
    }

    .introsplide .splide__arrow--prev {
        position: absolute;
        top: -17%;
        left: 12%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }

    .introsplide .splide__arrow--next {
        position: absolute;
        top: -17%;
        right: 5%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }

    /*about*/
    .aboutbannerwrd {
        position: absolute;
        top: 13%;
        left: 6%;
        transform: translate3d(0, 0, 0);
    }

    /*brand*/
    .brandtri::before {
        content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        border-top: 260px solid #e43038;
        border-right: 100px solid transparent;
        top: 0;
        left: 0;
    }

}

@media screen and (max-width: 430px) {

    /*footer*/
    .gotop {
        right: 0px;
    }

    .footerline::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        background-color: #60606070;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 350px) {
    .introsplide .splide__slide {
        transition: transform 0.3s ease;
        height: 350px;
        /* border-radius: 25px; */
    }
}