body{margin:0;font-family:"Microsoft JhengHei",sans-serif;line-height:1.6;color:#fff;background-color:#000}.navbar{background:#000;padding:10px 0}#menu ul{display:flex;justify-content:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}#menu li{margin:0 15px}#menu a{color:#fff;text-decoration:none;font-weight:500}#menu a:hover,#menu .active a{color:#fc0}#main-banner{width:100%;height:780px;margin:0 auto;background-image:url(../images/h_banner.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}#main-banner H4{font-size:58px;font-weight:700;color:#fff;font-family:'Noto Sans TC','Microsoft JhengHei',sans-serif;margin-bottom:10px}#main-banner H5{font-size:38px;font-weight:400;color:#fff;font-family:'Noto Sans TC','Microsoft JhengHei',sans-serif}.section-light{background:#fff;color:#000;padding:40px 0}.section-light H5{margin:20px 0}.banner h4{font-size:28px;margin-bottom:10px}.banner h5{font-size:20px;font-weight:300}.service-grid{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.service-card{background:#f9f9f9;color:#000;text-align:center;padding:20px;border-radius:8px;flex:1 1 calc(33.333% - 20px);min-width:280px}.service-card img{width:100%;border-radius:8px}.service-card h1{font-size:22px;margin:15px 0}.btn{display:inline-block;padding:10px 20px;background:#000;color:#fff;text-decoration:none;border-radius:4px}.btn:hover{background:#fc0;color:#000}.about-inner{display:flex;align-items:center;margin:100px auto}.about-image img{width:100%;max-width:600px;border-radius:8px}.about-text{flex:1;padding:40px}.about-text H5{text-align:center;font-size:28px;margin:20px 0}.about-text H4{text-align:justify;margin:20px 0}.about-text hr{border:1px solid #fc0;margin:10px auto}.footer{background:#000;padding-top:40px;color:#fff}.footer-inner{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start}.footer-info{min-width:300px}.footer-menu{flex:1;text-align:center}.footer-menu ul{list-style:none;padding:0}.footer-menu li{margin:5px 0}.footer-menu a{color:#fff;text-decoration:none}.footer-menu a:hover{color:#fc0}.footer-map{width:600px;height:450px;border-radius:3px;overflow:hidden;margin:0 auto}.footer-map iframe{width:100%;height:100%;border:0}.social-icons a{margin-right:10px;color:#fff;font-size:20px}.social-icons a:hover{color:#fc0}.footer-bottom{text-align:center;padding:15px;background:#111;font-size:14px;padding-top:20px}.carousel{position:relative;width:100%;max-width:600px;overflow:hidden;border-radius:8px}.carousel-wrapper{display:flex;transition:transform 0.5s ease-in-out}.carousel-slide{min-width:100%;box-sizing:border-box}.carousel-slide img{width:100%;height:auto;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .5);border:none;color:#fff;padding:10px;cursor:pointer;z-index:10;font-size:20px;border-radius:50%}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-btn:hover{background:rgb(0 0 0 / .7)}form{display:flex;flex-direction:column}form input,form textarea{margin:10px 0;padding:12px;border:1px solid #ccc;border-radius:5px}form button{background-color:#222;color:#fff;border:none;padding:12px;cursor:pointer;border-radius:5px;transition:background 0.3s}form button:hover{background-color:#555}