@charset "utf-8";

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

.en {
    font-family: 'Playfair Display', serif;
    font-optical-sizing: auto;
}

.container {
    max-width: 1700px;
    margin: 0 auto;
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
}

.container2 {
    max-width: 950px;
    margin: 0 auto;
}

.container3 {
    max-width: 1480px;
    margin: 0 auto;
}

/* .wrap {
    margin-top: 71px;
    background-color: #f5f5f5;
} */

.text-13baee {
    color: #13baee;
}

.bg-13baee {
    background-color: #13baee;
}

.border-13baee {
    border-color: #13baee;
}

.text-433f3f {
    color: #433f3f;
}

.bg-433f3f {
    background-color: #433f3f;
}

.border-433f3f {
    border-color: #433f3f;
}

.text-262626 {
    color: #262626;
}

.bg-262626 {
    background-color: #262626;
}

.border-262626 {
    border-color: #262626;
}

ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
}

/*headroom*/
.headerbox {
    background-color: #000000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.headroom--unpinned,
.headroom--pinned {
    background-color: #000000;
}

.headroom--top {
    background-color: #000000;
}

.menu {
    display: flex;
    /* background-color: #ffffffd0; */
    /* border-radius: 25px; */
    /* padding: 10px; */
}

.menubtn {
    display: none;
}

.rwdmenu {
    display: none;
}

.rwdmenulist {
    display: none;
}

/* .menu li {
    position: relative;
} */

.menu a {
    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 a {
    padding: 0px;
}

.rwdmenuli2 a {
    padding: 0px !important;
}

.rwdmenulist li {
    position: relative;
}

.rwdmenulist a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rwdmenulist>li>a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rwdmenulist .rwdmenuli::before {
    content: '';
    position: absolute;
    top: 65px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #ededed;
}

.rwdmenulist .rwdmenuli2::before {
    content: '';
    position: absolute;
    top: 65px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #ededed;
}

.menubox .menuli {
    display: inline-block;
    position: relative;
}

.menubox .menuli::before,
.menubox .menuli2::before {
    content: '';
    position: absolute;
    background: transparent;
    width: 100%;
    /* height: 2px; */
    left: 0;
    bottom: 0;
}

/* .menubox .menuli:hover::before,
.menubox .menuli .active::before,
.menubox .menuli2:hover::before,
.menubox .menuli2 .active::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #ff0080 0%, #0a24f3 100%);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
} */

.language {
    position: absolute;
    bottom: -30px;
    left: 5px;
}

.language {
    display: none;
}

.change:hover .language {
    display: block;
}

.menubox li {
    /* position: relative; */
    font-weight: 500;
}

.menubox li a.active,
.menubox li a:hover,
.menubox li>div:hover,
.menuwrd:hover {
    color: #13baee;
}

.menubox li a .menuwrd2,
.menubox li .menuwrd2 {
    display: none;
}

.menubox li a:hover .menuwrd1,
.menubox li:hover .menuwrd1 {
    display: none;
}

.menubox li a:hover .menuwrd2,
.menubox li:hover .menuwrd2 {
    display: block;
}

.menubox .menuli,
.menubox .menuli2 {
    border-bottom-width: 4px;
    border-color: transparent;
}

.menubox .menuli:hover,
.menubox .menuli2:hover {
    border-bottom-width: 4px;
    border-color: #13baee;
    position: relative;
    transition: all 0.8s ease;
}



.down2 {
    display: none;
}

.menubox li .menuwrd:hover .down2 {
    display: block;
}

.menubox li .menuwrd:hover .down1 {
    display: none;
}

.dropdown {
    /* position: relative; */
    display: grid;
    align-items: center;
    justify-content: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffffbb;
    border-bottom-right-radius: 40px;
    /* width: 100%; */
    width: 150px;
    top: 50px;
    left: 0;
    /* margin: 4px 0px; */
    padding: 4px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: calc((100% - 150px) / 2);
}

.dropdown-content:before {
    content: '';
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

/* .dropdown-content a .techwrd:hover {
    color: #1a2980;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    font-size: 14px;
} */

.dropdown-content.active {
    display: flex;
}

.dropdown-content li {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.dropdown-content li:last-child {
    border-bottom-width: 1px;
    border-color: transparent;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
    background-color: #ffffff7e;
}

.active+.panel {
    max-height: 1000px;
}

.panel li {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.panel li:last-child {
    border-bottom-width: 1px;
    border-color: transparent;
}

.downbtn {
    position: absolute;
    top: 40%;
    right: 7%;
}

.downbtn2 {
    position: absolute;
    top: 50%;
    right: 0px;
}

.techwrd {
    color: #ffffff;
    /* background-color: #969696; */
}

.techwrd:hover,
.techwrd.active,
.menuwrd.active,
.menubox li a.active .techwrd {
    color: #13baee;
    /* background-color: #13baee; */
}

/*head*/
.menubox li:hover>[data-toggle='menudrop']~.dropdown-content {
    display: grid;
}

/*index*/
.bannervideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.bg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.abscontent {
    position: relative;
    margin-top: 100vh;
    z-index: 3;
}

.bannerwrd {
    position: absolute;
    width: 100%;
    top: 50%;
    /* left: 5%; */
    /* transform: translate3d(30%, -100%, 0px);
    width: 27vw; */
    z-index: 2;
}

/*index-about*/

.indexaboutbg {
    background-image: url(/assets/frontend/img/index/bg-01.png);
}

.aboutrightblock .simpleParallax {
    border-top-left-radius: 180px;
    width: 100%;
}

.aboutleftblock {
    border-top-right-radius: 180px;
}

.aboutleftbg {
    background-color: #000000;
    border-top-right-radius: 180px;
    width: 65%;
}

.readbg {
    border-color: #ffffff;
    border-width: 1px;
    border-top-left-radius: 20px;
}

.readbg:hover {
    background-color: #13baee;
    border-color: #13baee;
    position: relative;
    transition: all 0.7s ease;
}

.aboutcolor {
    position: absolute;
    top: 35%;
    right: -35%;
}

.aboutrightmove {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 1;
}

.aboutwrdmov {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.indexteambg {
    background-image: url(/assets/frontend/img/index/bg-03.png);
}

.indexbotbg {
    background-image: url(/assets/frontend/img/index/bg-05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.indexbtline li {
    border-right-width: 1px;
    border-color: #ffffff;
}

.indexbtline li:last-child {
    border-right-width: 1px;
    border-color: transparent;
}

.blockpad {
    padding: 160px 200px 160px 160px;
}

.surtopwrd {
    position: absolute;
    top: 20%;
    width: 100%;
}

.believebg {
    background-image: url(/assets/frontend/img/index/text-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 100%;
}

.profebg {
    background-image: url(/assets/frontend/img/index/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.proline1box {
    position: relative;
    width: 400px;
}

.proline1 {
    background-color: #13baee;
    height: 1px;
    width: 0;
    /* 初始寬度為 0 */
    position: absolute;
    transform-origin: left;
}

/* 當加上 .active 時才觸發動畫 */
.proline1.active {
    animation: proline1 1.2s ease-in-out forwards;
    animation-delay: 0.2s;
    /* 進入視線後稍微延遲一點點跑比較順眼 */
}

@keyframes proline1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.proline2box {
    position: relative;
    width: 1000px;
}

.proline2 {
    background-color: #13baee;
    height: 1px;
    width: 0;
    /* 初始寬度為 0 */
    position: absolute;
    transform-origin: left;
}

/* 當加上 .active 時才觸發動畫 */
.proline2.active {
    animation: proline2 1.2s ease-in-out forwards;
    animation-delay: 0.2s;
    /* 進入視線後稍微延遲一點點跑比較順眼 */
}

@keyframes proline2 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.teamrightblock {
    border-top-left-radius: 180px;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.teamleftblock {
    border-top-right-radius: 180px;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.thumbnail1 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* 確保圖片填滿 */
}

.thumbnail2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* 確保圖片填滿 */
}

.thumbnail3 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* 確保圖片填滿 */
}

.teamleft {
    order: none;
}

.teamright {
    order: none;
}

.teamtitle1 {
    display: none;
}

.scrolling-image1,
.scrolling-image2 {
    will-change: transform;
    /* 加入平滑滾動效果 */
    transition: transform 0.2s cubic-bezier(0.2, 0.1, 0.2, 1);
}

/* 針對左側文字區塊的修正 */
.scrolling-image2 button {
    position: relative;
    /* 必須加定位，z-index 才會生效 */
    z-index: 10;
    /* 確保層級高於右側圖片 */
    pointer-events: auto !important;
    /* 強制啟動點擊事件 */
}

/* 針對按鈕本身的強化 */
.scrolling-image2 a {
    cursor: pointer;
    position: relative;
    z-index: 11;
}

.scrolling-image1 {
    will-change: transform;
    transition: transform 0.2s cubic-bezier(0.2, 0.1, 0.2, 1);
}

/* 左側文字塊：設定較低層級 */
.scrolling-image2 {
    position: relative;
    z-index: 1;
    /* 比右側圖片低，所以圖片會蓋在它上面 */
    will-change: transform;
    transition: transform 0.2s cubic-bezier(0.2, 0.1, 0.2, 1);
    pointer-events: auto;
}

/* 關鍵：將左側按鈕強制提昇到最高層 */
.scrolling-image2 a {
    position: relative;
    z-index: 20 !important;
    /* 比右側圖片更高，確保可以被點擊 */
    cursor: pointer;
    pointer-events: auto;
}

.middlebg {
    background-image: url(/assets/frontend/img/index/bg-06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    background-attachment: fixed;
}

/*about*/
.aboutbannerwrd {
    position: absolute;
    width: 100%;
    top: 50%;
    /* 改用 top */
    transform: translateY(-50%);
    /* 向上位移自身高度的一半，達到真正置中 */
    padding-left: 100px;
    /* 取消原本的 bottom: 50% */
}

.aboutbg {
    background-image: url(/assets/frontend/img/about/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.breadmenu:hover {
    color: #13baee;
}

.breadpic2 {
    display: none;
}

.bread:hover .breadpic2 {
    display: block;
}

.bread:hover .breadpic1 {
    display: none;
}

/*service*/
.serexhbg {
    background-image: url(/assets/frontend/img/service/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.serexhmidbg {
    position: relative;
}

.serexhmidbg::before {
    content: '';
    position: absolute;
    background-color: #7c7c7c7c;
    width: 95%;
    height: 500px;
    top: 30%;
    right: 0;
    border-bottom-right-radius: 400px;
}

.sercsdmidbg {
    position: relative;
}

.sercsdmidbg::before {
    content: '';
    position: absolute;
    background-color: #7c7c7c7c;
    width: 55%;
    height: 500px;
    top: 0;
    right: 0;
    border-bottom-left-radius: 200px;
}

.serisdleftbg {
    background: linear-gradient(to bottom, #000000 0%, #262626 100%);
    border-top-right-radius: 180px;
    width: 60%;
}

.serisdrightbg {
    background: linear-gradient(to right, #303030 0%, #111111 100%);
    border-top-left-radius: 180px;
    width: 65%;
}

.serrightmove {
    position: absolute;
    right: 0;
    bottom: -30%;
    width: 50%;
    z-index: 1;
}

/*project*/
/* .titlebg {
    background-image: url(/assets/frontend/img/case/text-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 688px;
    height: 111px;
} */

.casewrd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 關鍵：向左向上位移自身寬高的一半 */
    width: 100%;
    /* 如果文字要置中，通常建議寬度100%配合 text-center，或是拿掉 width 改用 transform */
}

.articletitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.articleimg {
    border-top-right-radius: 100px;
}

.artbefore {
    position: relative;
}

:hover.problock .artbefore::before {
    content: '';
    position: absolute;
    background-color: #0000007c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 100px;
}

:hover.problock .articletitle {
    color: #13baee;
}

.morebtn {
    display: none;
}

:hover.problock .morebtn {
    display: grid;
}

.wordblock {
    position: absolute;
    bottom: 0;
    border-radius: 25px;
    border-top-left-radius: 0px;
    width: 80%;
}

.morebtn {
    position: absolute;
    width: 100%;
    top: 50%;
}

.moreborder {
    border-radius: 25px;
    border-top-left-radius: 0px;
    border-color: #ffffff;
    border-width: 1px;
}

.pagetitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100px;
}

.casebg {
    background-image: url(/assets/frontend/img/case/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#main-slider {
    margin-bottom: 10px;
}

#main-slider .splide__slide img {
    /* width: 100%; */
    height: auto;
    display: block;
}

/* 縮略圖樣式 */
#thumbnail-slider .splide__slide {
    opacity: 0.6;
    /* 預設半透明 */
    cursor: pointer;
    transition: opacity 0.3s;
}

#thumbnail-slider .splide__slide img {
    /* width: 100%; */
    height: auto;
    display: block;
}

/* 當前選中的縮略圖樣式 */
#thumbnail-slider .splide__slide.is-active {
    opacity: 1;
    border: 2px solid #ffffffa1;
    /* 藍色邊框標示 */
}

.casesplidebg {
    background-color: #262626;
}

.casesplide .splide__arrows .splide__arrow--prev {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 2;
}

.casesplide .splide__arrows .splide__arrow--next {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 2;
}

.backbtn {
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 0px;
    border-top-left-radius: 25px;
}

.backbtn:hover {
    border-color: #13baee;
    background-color: #13baee;
    border-width: 1px;
    border-radius: 0px;
    border-top-left-radius: 25px;
    transition: all 0.5s ease;
}

.otherpic {
    position: relative;
}

:hover.otherblock .otherpic::before {
    content: '';
    position: absolute;
    background-color: #ffffff56;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tagblock:hover .tagwrd {
    color: #13baee;
}

/*contact*/
.contactwrd {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contactbg {
    background-image: url(/assets/frontend/img/contact/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.formblock {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.custom-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    /* 預設外框顏色 */
    border-radius: 50%;
    /* 變成圓形 */
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    background-color: transparent;
    transition: all 0.2s ease;
}

/* 鼠標懸停時的效果 (選填) */
.custom-checkbox:hover {
    border-color: #cccccc;
}

/* 選取後的狀態 */
.custom-checkbox:checked {
    background-color: transparent;
    /* 選取後的底色 (可改為你想要的顏色) */
    border-color: #ffffff;
    /* 邊框同步變色 */
}

/* 選取後的內圈白色圓點 */
.custom-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 絕對居中 */
    width: 8px;
    /* 內圈白色圓點的大小 */
    height: 8px;
    background-color: white;
    border-radius: 50%;
}

/* 讓文字跟按鈕對齊 */
label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
}

/*footer*/
/* .gotop {
    position: fixed;
    right: 15px;
    bottom: 0px;
    outline: none;
    z-index: 9;
} */

.footerbox {
    background-color: #000000;
}

.footinfor:hover {
    background-color: transparent;
    position: relative;
    transition: all 0.52s ease;
}

.footerul li a:hover {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.sidebtn {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 5;
}

.fb2 {
    display: none;
}

.fb:hover .fb2 {
    display: block;
}

.fb:hover .fb1 {
    display: none;
}

.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;
}

/**
* input number 修飾
*/
@layer utilities {

    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

/** 
* articlebox
*/
.articlebox {
    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%;
}

.articlebox ul {
    list-style: inside;
}

/** 
* parsley
*/
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: 1px solid #b94a48;
}

.parsley-errors-list {
    /* position: absolute; */
    margin: 2px 0 3px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #b94a48;
    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;
}

/*pop*/
.swal-custom-confirm {
    background-color: #13baee !important;
    border-color: #13baee !important;
    color: white !important;
}

.swal-custom-confirm:hover,
.swal-custom-confirm:focus {
    background-color: #13baee !important;
    border-color: #13baee !important;
    box-shadow: 0 0 0 0.25rem rgba(180, 27, 30, 0.25) !important;
}

@media screen and (max-width: 1920px) {

    /*index*/
    .aboutrightmove {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        z-index: 1;
    }

    .aboutrightblock .simpleParallax {
        border-top-left-radius: 180px;
        width: 90%;
    }

    .aboutleftbg {
        background-color: #000000;
        border-top-right-radius: 180px;
        width: 60%;
    }

    .blockpad {
        padding: 160px 250px 160px 160px;
    }

    .proline1box {
        position: relative;
        width: 200px;
    }

    .proline2box {
        position: relative;
        width: 750px;
    }
}

@media screen and (max-width: 1440px) {

    /*index*/
    .aboutrightblock .simpleParallax {
        border-top-left-radius: 180px;
        width: 100%;
    }

    .proline1box {
        position: relative;
        width: 200px;
    }

    .proline2box {
        position: relative;
        width: 600px;
    }

    /*service*/
    .serrightmove {
        position: absolute;
        right: 0;
        bottom: -10%;
        width: 50%;
        z-index: 1;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1175px) {
    .bg {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 0;
    }

    .abscontent {
        position: relative;
        margin-top: 100vh;
        z-index: 3;
    }

    /*index*/
    .aboutblock {
        display: block;
    }

    .floleftblock {
        float: none;
    }

    .florightblock {
        float: none;
    }

    .aboutrightmove {
        position: relative;
        right: 0;
        bottom: 0%;
        width: 100%;
        z-index: 2;
        margin-top: -80px;
    }

    .aboutwrdmov {
        margin-bottom: -30px;
        position: relative;
        z-index: 2;
        display: none;
    }

    .aboutleftbg {
        background-color: #000000;
        border-top-right-radius: 180px;
        width: 90%;
    }

    .blockpad {
        padding: 80px 100px 120px 80px;
    }

    .aboutrightblock .simpleParallax {
        border-top-left-radius: 180px;
        width: 90%;
    }

    .proline1box {
        position: relative;
        width: 150px;
    }

    .proline2box {
        position: relative;
        width: 300px;
    }

    .teamtitle2 {
        display: none;
    }

    .teamblock {
        display: grid;
    }

    .teamleft {
        order: 2;
    }

    .teamright {
        order: 1;
    }

    .teamtitle1 {
        display: grid;
    }

    .scrolling-image1 {
        /* 讓變換更平滑，時間不宜過長，否則會感覺延遲太重 */
        transition: none;
        /* 告訴瀏覽器這層會變動，優化渲染效能 */
        will-change: none;
    }

    .scrolling-image2 {
        /* 讓變換更平滑，時間不宜過長，否則會感覺延遲太重 */
        transition: none;
        /* 告訴瀏覽器這層會變動，優化渲染效能 */
        will-change: none;
    }

    .middlebg {
        background-image: url(/assets/frontend/img/index/bg-06.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        background-attachment: fixed;
    }

    /*service*/
    .serexhmidbg::before {
        content: '';
        position: absolute;
        background-color: #7c7c7c7c;
        width: 95%;
        height: 350px;
        top: 30%;
        right: 0;
        border-bottom-right-radius: 400px;
    }

    .serisdleftbg {
        background: linear-gradient(to bottom, #000000 0%, #262626 100%);
        border-top-right-radius: 180px;
        width: 90%;
    }

    .serrightmove {
        position: relative;
        right: 0;
        bottom: 0;
        width: 90%;
        z-index: 1;
    }

    /*case*/
    .wordblock {
        position: absolute;
        bottom: 0;
        border-radius: 25px;
        border-top-left-radius: 0px;
        width: 75%;
    }

    .casesplide .splide__arrows .splide__arrow--prev {
        position: absolute;
        top: 50%;
        left: 1%;
        z-index: 2;
    }

    .casesplide .splide__arrows .splide__arrow--next {
        position: absolute;
        top: 50%;
        right: 1%;
        z-index: 2;
    }

    /*footer*/
    .foottel {
        display: grid;
        justify-content: center;
    }
}

@media screen and (max-width: 820px) {
    .wrap {
        margin-top: 73px;
    }

    /*header*/

    .rwdlogoline {
        border-bottom-width: 2px;
        border-color: #ededed;
    }

    .menubtn {
        display: flex;
        float: right;
        z-index: 999;
        justify-content: end;
        width: 100%;
    }

    .menu {
        display: none;
    }

    .rwdmenulist {
        display: block;
    }

    .rwdmenu {
        display: block;
        background-color: #000000;
        color: #fff;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 990;
        transform: translate(0%, -150%);
        transition: all 1s ease;
    }

    .rwdmenu.active {
        transform: translate(0%, 0%);
    }

    .menubtn.active .close {
        display: block;
    }

    .menubtn.active .open {
        display: none;
    }

    .bannersplide .splide__arrow--next {
        left: 6%;
    }

    .clickdown.active .downbtn {
        transform: rotate(180deg);
    }

    /*index*/
    .profebg {
        background-image: url(/assets/frontend/img/index/rwdbg-02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        background-attachment: unset;
    }

    .proline1box {
        position: relative;
        width: 80px;
    }

    .proline2box {
        position: relative;
        width: 200px;
    }

    .indexbtline li {
        border-right-width: 1px;
        border-color: transparent;
    }

    .indexbotbg {
        background-image: url(/assets/frontend/img/index/rwdbg-05.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }

    /*service*/
    .serexhmidbg::before {
        content: '';
        position: absolute;
        background-color: #7c7c7c7c;
        width: 95%;
        height: 350px;
        top: 30%;
        right: 0;
        border-bottom-right-radius: 400px;
        display: none;
    }

    .sercsdmidbg::before {
        content: '';
        position: absolute;
        background-color: #7c7c7c7c;
        width: 55%;
        height: 500px;
        top: 0;
        right: 0;
        border-bottom-left-radius: 200px;
        display: none;
    }
}

@media screen and (max-width: 760px) {}

@media screen and (max-width: 500px) {

    /*index*/
    .blockpad {
        padding: 0px 15px 75px 15px;
    }

    .aboutleftbg {
        background-color: #000000;
        border-top-right-radius: 75px;
        width: 90%;
    }

    .aboutrightblock .simpleParallax {
        border-top-left-radius: 75px;
        width: 90%;
    }

    .believebg {
        background-image: none;
        background-size: contain;
        background-position: bottom;
        width: 100%;
        height: 100%;
    }

    /*index*/
    .proline1box {
        position: relative;
        width: 100%;
    }

    .proline2box {
        position: relative;
        width: 100%;
    }

    .teamrightblock {
        border-top-left-radius: 80px;
        width: 100%;
    }

    .teamleftblock {
        border-top-right-radius: 80px;
        width: 100%;
    }

    .teamleft {
        float: none;
    }

    .teamright {
        float: none;
    }

    /*about*/
    .aboutbannerwrd {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 10px;
    }

    /*service*/
    .serisdleftbg {
        background: linear-gradient(to bottom, #000000 0%, #262626 100%);
        border-top-right-radius: 60px;
        width: 95%;
    }

    .serisdrightbg {
        background: linear-gradient(to right, #262626 0%, #000000 100%);
        border-top-left-radius: 60px;
    }

    .serrightmove {
        position: relative;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: 1;
    }

    /*case*/
    .articleimg {
        border-top-right-radius: 50px;
    }
}

@media screen and (max-width: 430px) {

    /*case*/
    .wordblock {
        position: absolute;
        bottom: 0;
        border-radius: 25px;
        border-top-left-radius: 0px;
        width: 68%;
    }

    /*footer*/
    .gotop {
        right: 10px;
    }

    .footerline::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0%;
        background-color: #60606070;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 400px) {}