[v-cloak] {
    display: none;
}

* {
    position: relative;
}

scrollbar,
*::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

a,
a:hover {
    color: #333;
    text-decoration: none;
}

select:focus,
input:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (min-width: 1320px){
    .container {
        max-width: 1200px;
    }
}
img{
    max-height: 100%;
}
.hide-phone{
    display: block;
}
.hide-web{
    display: none;
}
.default-page{
    width: 100vw;
    min-height: calc(100vh - 490px);
    margin-top: 90px;
    padding: 60px 0px;
}
.default-page .container{
    padding: 60px;
}
.page-body{
    width: 100vw;
    min-height: calc(100vh - 390px);
    margin-top: 90px;
    margin-bottom: -100px;
    background-image: url(/img/bgc.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}
.page-body .container{
    background-color: rgba(255,255,255,0.9);
    /*min-height: calc(100vh - 400px - 180px);*/
    width: 100%;
    border-radius: 30px;
    box-shadow: 2px 5px 10px rgba(0,0,0,0.1);
    padding: 60px;
    z-index: 1;
}
.container {
    /*max-width: 1680px;*/
    /*padding: 0 60px;*/
}
.blockUI{
    z-index: 9999999999 !important;
}
.blockUI.blockMsg{
    padding: 30px 15px !important;
    border: none !important;
    color: #fff !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
}
body {
    /*font-family: "微軟正黑體";*/
    background-color: #f6f6f6;
    color: #666;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
header {
    width: 100vw;
    height: 90px;
    padding: 0px 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.5); /* 半透明底色 */
    backdrop-filter: blur(5px);          /* 毛玻璃關鍵：模糊背景 */
    -webkit-backdrop-filter: blur(5px);  /* Safari 相容性 */
    /*box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);*/
}
header img{
    max-height: 60px;
    width: auto;
}
header .right ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
header .right ul li{
    font-size: 16px;
    border-right: 1px solid #ccc;
    line-height: 1em;
    padding: 0px 30px;
}
header .right ul li:last-child{
    border-right: none;
}
header .right ul li a{
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .02em;
}
header .right ul li a:hover{
    color: #000;
}
/* Dropdown submenu - Desktop */
header .right ul li.has-submenu > a .submenu-arrow{
    font-size: 12px;
    margin-left: 4px;
    transition: transform 0.3s;
}
header .right ul li.has-submenu:hover > a .submenu-arrow{
    transform: rotate(180deg);
}
header .right ul li.has-submenu .submenu{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 8px 0;
    margin: 0;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
    z-index: 10;
    flex-direction: column;
}
header .right ul li.has-submenu:hover .submenu{
    opacity: 1;
    visibility: visible;
}
header .right ul li.has-submenu .submenu li{
    border-right: none;
    padding: 0;
    line-height: normal;
}
header .right ul li.has-submenu .submenu li a{
    display: block;
    padding: 10px 24px;
    white-space: nowrap;
    font-size: 15px;
    color: #333;
    transition: background 0.2s, color 0.2s;
}
header .right ul li.has-submenu .submenu li a:hover{
    /*background: #f1c235;*/
    /*color: #fff;*/
    color: #dd6222;
}
.banner{
    width: 100vw;
    /*height: 100vh;*/
    background-image: url('/img/water.svg');
    background-size: cover;
    background-position: bottom;
    min-height: 950px;
    /*z-index: -1;*/
    /*margin-top: -100px;*/
    /*padding-top: 100px;*/
    /*max-height: 100vw;*/
}
.banner .left{
    position: absolute;
    width: 40vw;
    left: 20vw;
    top: 130px;
}
.banner .right{
    position: absolute;
    width: 52vw;
    right: 0px;
    top: 250px;
}
.banner .text{
    position: absolute;
    left: 10vw;
    top: 32vw;
    width: 35vw;
}
.title h2{
    display: flex;
    align-items: center;
    color: #000;
}
.title h2 img.icon{
    width: 30px;
    margin-right: 10px;
}
.title .sub{
    /*margin-left: 40px;*/
    color: #b28146;
}
.title p{
    /*padding-left: 40px;*/
    margin-top: 30px;
    margin-bottom: 60px;
}
.cards{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.cards .service-card{
    background-color: #fff;
    width: calc(100% / 4 - 15px);
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 400px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    transition: all .5s;
}
.cards .service-card:hover{
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.cards .service-card img{
    width: 95px;
    margin-bottom: 30px;
}
.cards .service-card h4{
    font-size: 18px;
    margin:0px;
    color: #946134;
    margin-bottom: 15px;
    font-weight: bold;
}
.cards .service-card p{
    font-size: 16px;
    margin: 5px 0px;
}
/*section.services{*/
/*    padding-bottom: 250px;*/
/*    background-image: url('/img/light.svg');*/
/*    background-position: -10% 100%;*/
/*    background-size: 35vw;*/
/*    background-repeat: no-repeat;*/
/*}*/
.jc-end{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}
.jc-end h2{
    justify-content: end;
}
.jc-end .sub{
    text-align: right;
}
section.cases{
    padding-bottom: 250px;
    background-image: url('/img/tree.svg');
    background-position: 115% 100%;
    background-size: 35vw;
    background-repeat: no-repeat;
    margin-top: -200px;
}
.case-boxs{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
}
.case-boxs .case-box{
    width: calc(100% / 3 - 25px);
    margin-left: 25px;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transition: all .5s;
}
.case-boxs .case-box:hover{
    transform: translateY(-5px);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}
.case-boxs .case-box .photo{
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: top;
}
.case-boxs .case-box .text{
    padding: 15px;
}
.case-boxs .case-box .text h5{
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}
.cases .btns{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cases .btns .btn{
    background-color: #529cc5;
    color: #fff;
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
    border-radius: 25px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border:2px solid #fff;
    transition: all .5s;
}
.cases .btns .btn:hover{
    transform: scale(1.2);
}
footer{
    background-image: url('/img/footer.svg');
    min-height: 400px;
    width: 100vw;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 30px 5vw;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
footer .content{
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    margin-bottom: 60px;
}
footer .content img{
    width:auto;
    height: 50px;
    margin-bottom: 15px;
}
footer .icons{
    display: flex;
    align-items: center;
}
footer .icons a{
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    background-color: transparent;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
footer .icons a.fb{
    background-color: #0866FF;
    border: 1px solid #0866FF;
}
footer .icons a.line{
    background-color: #00B900;
    border: 1px solid #00B900;
}
footer .right img{
    width:auto;
    height: 150px;
    margin-bottom: -15px;
}
footer .copy-right{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}
footer .center {
    width: 40%;
}
footer .center p{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}
footer .center ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
footer .center ul li{
    /*width: 50%;*/
    margin: 2px 0px;
    margin-right: 30px;
}
.consultant-boxs{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.consultant-box{
    width: calc(100% / 3 - 60px);
    margin: 30px
}
.consultant-box .photo{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.consultant-box .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #529cc5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.consultant-box .name .left{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.consultant{
    padding-top: 100px;
    padding-bottom: 250px;
    background-image: url('/img/light.svg');
    background-position: -10% 100%;
    background-size: 35vw;
    background-repeat: no-repeat;
}
header .left .btn,
header .right .btn{
    display: none;
}
footer a{
    color: #fff;
}
.about-page h1{
    margin-bottom: 15px;
    font-size: 24px;
    font-width: bold;
}
.about-page p{
    margin: 5px 0;
    font-size: 18px;
    margin-left: 40px;
}
.about-page p b{
    color: #d8a13e;
}
.brand-cards{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-cards .brand-card{
    width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    transition: all .5s;
}
.brand-cards .brand-card:hover{
    box-shadow: 2px 10px 10px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}
.brand-cards .brand-card .left{
    width: 100px;
    flex-shrink: 0;
    margin-right: 15px;
}
.brand-cards .brand-card p{
    margin:0px;
}
.brand-cards .brand-card h3{
    font-size: 24px;
    color: #000;
}
.brand-cards .brand-card h4{
    font-size: 18px;
    color: #b28146;
    margin-bottom: 20px;
}
.default-page .info-text{
    margin-left: 40px;
    margin-bottom: 60px;
    line-height: 1.8em;
}
.services-page .info-text{
    background-color: rgba(255,255,255,0.5);
    border:1px solid #eee;
    border-radius: 15px;
    padding: 30px;
}
.services-page .services{
    margin-left: 40px;
}
.services-page .services .cards .service-card p{
    font-size: 15px;
    margin: 2px 0;
}
.about-box{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.about-box .text{
    width: 100%;
    flex-shrink: 0;
    /*margin-right: 15px;*/
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    border:1px solid #eee;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.about-box .img{
    width: 100%;
    min-height: 100px;
    background-color: #eee;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consultant-user{
    margin: 30px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consultant-user .photo{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: top;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 30px;
}
.consultant-user .text{
    /*width: 100%;*/
}
.consultant-user .name{
    margin-bottom: 10px;
}
.consultant-user .name b{
    color: #000;
    margin-right: 10px;
    font-size: 24px;
}
.consultant-user p{
    margin-bottom: 5px;
}
.consultant-user ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    border-left: 2px solid #fadfab;
}
.consultant-user ul li{
    margin-right: 15px;
}
@media(max-width: 1024px){
    .banner{
        max-height: 600px;
    }
    .cards{
        flex-wrap: wrap;
    }
    .cards .service-card{
        width: calc(100% / 2 - 30px);
        margin: 15px;
    }
    .consultant-box{
        width: calc(100% / 3 - 30px);
        margin: 15px;
    }
    .case-boxs .case-box{
        width: calc(100% / 2 - 25px);
    }
    footer .center{
        width: 55%;
    }
}
@media(max-width: 820px){
    header{
        padding: 0px 2vw;
        /*padding-top: 30px;*/
    }
    .banner{
        min-height: 60vw;
        height: 45vh;
        max-height: 100vw;
    }
    .banner .left{
        top: 100px;
    }
    .banner .text{
        top: 35vw;
        width: 40vw;
    }
    footer .right img{
        display: none;
    }
    footer .left{
        flex-shrink: 0;
    }
    footer .center{
        width: 100%;
        padding-left: 30px;
    }
}
@media(max-width: 640px){
    header{
        height: 70px;
        padding: 0px;
    }
    header .right{
        position: fixed;
        right: -200px;
        top: 0px;
        width: 200px;
        height: 100vh;
        z-index: 1;
        padding: 30px 0;
        background-color: #529cc5;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
    }
    header .right.open{
        right: 0px;
        opacity: 1;
        visibility: visible;
    }
    header .right ul{
        flex-direction: column;
    }
    header .right ul li{
        padding: 15px 0;
        border:none;
        text-align: center;
    }
    header .right ul li a{
        color: #fff;
    }
    /* Dropdown submenu - Mobile */
    header .right ul li.has-submenu > a .submenu-arrow{
        font-size: 12px;
        margin-left: 4px;
        transition: transform 0.3s;
    }
    header .right ul li.has-submenu.open > a .submenu-arrow{
        transform: rotate(180deg);
    }
    header .right ul li.has-submenu .submenu{
        position: static;
        list-style: none;
        padding: 5px 0 0 0;
        margin: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        transform: none;
    }
    header .right ul li.has-submenu.open .submenu{
        max-height: 200px;
    }
    header .right ul li.has-submenu .submenu li{
        border: none;
        padding: 0;
    }
    header .right ul li.has-submenu .submenu li a{
        display: block;
        padding: 8px 0;
        font-size: 14px;
        color: #fff;
        opacity: 0.85;
    }
    header .right ul li.has-submenu .submenu li a:hover{
        opacity: 1;
        background: transparent;
        color: #fff;
    }
    header .left{
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.8); /* 半透明底色 */
        backdrop-filter: blur(5px);          /* 毛玻璃關鍵：模糊背景 */
        -webkit-backdrop-filter: blur(5px);  /* Safari 相容性 */
        position: fixed;
        left: 0px;
        top: 0px;
    }
    header .left a.logo img{
        height: 40px;
    }
    .banner{
        max-height: 350px;
    }
    .banner .left{
        top: 80px;
        width: 45vw;
        left: 15vw;
    }
    .banner .right{
        top: 110px;
    }
    .banner .text{
        top: 200px;
        width: 55vw;
        left: 0px;
    }
    .cards .service-card{
        width: 100%;
        margin: 10px 0px;
        height: 350px;
    }
    .title p{
        margin-bottom: 30px;
    }
    .consultant{
        padding-top: 60px;
        padding-bottom: 120px;
        background-size: 55vw;
        background-position: -30% 100%;
    }
    .consultant-boxs{
        justify-content: center;
    }
    .consultant-box{
        width: 80%;
        margin: 15px 0px;
    }
    .consultant-box ul{
        padding-left: 20px;
    }
    .case-boxs .case-box{
        width: 100%;
        margin: 15px 0px;
    }
    section.cases{
        padding-bottom: 120px;
        background-size: 55vw;
        background-position: 125% 100%;
    }
    footer{
        min-height: 400px;
    }
    footer .content img{
        width: 100px;
        height: auto;
    }
    footer .right img{
        display: none;
    }
    footer .content{
        margin-bottom: 15px;
        align-items: start;
    }
    footer .center{
        padding-left: 15px;
    }
    footer .center ul li{
        width: 100%;
        margin: 2px 0px;
        font-size: 12px;
    }
    header .left .btn{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0px;
        font-size: 18px;
        color: #fff;
        background-color: #529cc5;
        position: absolute;
        right: 15px;
    }
    header .right .btn{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0px;
        color: #fff;
        border:1px solid #fff;
        margin-bottom: 15px;
    }
    .page-body .container{
        padding: 30px;
        width: 90vw;
    }
    .default-page .container{
        padding: 30px;
    }
    .brand-cards .brand-card{
        width: 100%;
        margin-bottom: 15px;
        align-items: start;
    }
    .brand-cards .brand-card .left{
        width: 60px;
    }
    .brand-cards .brand-card .right p{
        margin-left: -75px;
    }
    .about-box .text{
        width: 100%;
        margin-bottom: 15px;
    }
    .about-box{
        flex-wrap: wrap;
    }
    .consultant-user{
        flex-direction: column;
    }
    .consultant-user .photo{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .consultant-user .text{
        text-align: center;
    }
    section.cases{
        margin-top: 0;
    }
}
