@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
@import url("css_editor.css");


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; outline:0; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:12px; overflow-y:scroll; overflow-x:hidden; max-width: 100vw; }
body, td, th, select, input, textarea {font-size:12px;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}

/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.w100{ width:100%; }

#tip_box { position: fixed; line-height:22px; background-image:url(../../images/bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;}
input[type='text'],input[type='password'],input[type='button'],input[type='reset'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
.editor{padding: 0px 0 40px 0;font-size:16px;line-height:30px; text-align:left; }
.editor a{ color:#2258c5; text-decoration:underline; }

/*連結*/
a{ color:#000000;text-decoration:none; }
a:hover{ color:#506267; }


/*表格*/
#css-table { display:table; }
.css-tr {display: table-row;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size:14px;color:#121212;}

/*網站按鈕*/
.btn-1{display:inline-block;color: #ffffff;padding: 10px 30px;margin: 0 5px;font-size: 15px;border: 4px double #4568a2;background: #143874;cursor:pointer;}
.btn-1 i{ padding-right:6px; }
.btn-1:hover{ background:#4568a2; transition: all 0.5s linear; }

.btn-2{display:inline-block;color: #ffffff;background: #143874;padding: 10px 40px;margin: 0 5px;font-size: 14px;border:1px solid #143874;cursor:pointer;}
.btn-2:hover{transition: all 0.5s linear;background: #88619a;}

/*全營幕遮罩*/ 
.bg-overlay{display:block;position:fixed;left:0;top:0;background:rgba(0,0,0,0.7);opacity:0;visibility:hidden;width:100%;height:100%;z-index:9999;
transition: all 0.2s linear;
}
.bg-overlay.visible{opacity:1;visibility:visible} 

/*麵包屑*/
#sitemap{width:100%;margin:0;padding:0 10px;box-sizing: border-box;font-size: 15px;letter-spacing:1px;color: #737373;text-align: left;}
#sitemap .contain{width:100%;max-width: 1200px;overflow:hidden;margin: 0 auto;padding: 20px 20px;text-align:right;}
#sitemap .contain:before{ /*font-family: "Font Awesome 5 Free"; font-weight: 900;  content: "\f015"; padding:0 5px 0 0; color:#378042;*/ }
#sitemap .contain a{color: #6d6d6d; text-decoration:none; }
#sitemap .contain a{ text-decoration:underline; }

/*------image mask--------*/
.photo-mask{opacity:0;position:absolute;left:0;bottom:0;color:#ffffff;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.5);letter-spacing:3px;text-align:center;padding:15px; box-sizing:border-box; line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}
.gallery:hover .photo-mask{ opacity:1; }

/*------image zoom--------*/
.photo-zoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.photo-zoom img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  
}
.photo-zoom:hover img {-moz-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}


/*首頁大標題*/
.b-title{max-width: 1200px;display:flex; /*align-items:center; justify-content: center;*/margin: 0 auto 30px auto;font-family: 'Noto Sans TC', sans-serif;}
.b-title .img{padding:0 20px 0 0;}
.b-title .img img{ width:100%; }
.b-title .title{flex: 1;font-size: 30px; color:#000000; font-weight:bold;background:url(../../images/b-title-line.png) bottom no-repeat;}
.b-title span{ display:block; font-size:44px; color:#5aa7d1; font-weight:normal; letter-spacing:5px; }
.b-title .slogan{ font-size:16px; color:#666666; font-weight:normal; margin-top:8px; letter-spacing:1px; }

/*按鈕*/
.btn1{display:inline-block;color:#FFFFFF;border-radius: 20px;font-size:16px;width:auto;padding: 10px 20px;margin:5px 0;border:0;letter-spacing:2px;cursor:hand;cursor:pointer;background: #5aa7d1;outline:0;text-decoration:none;}
.btn1.on{background:#3c89b3;}
.btn1:hover{ background:#3c89b3; -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 -o-transition: all .4s ease;
 transition: all .4s ease;
 -ms-transition: all .4s ease
}

.fix-top{ margin-top:112px; }

@media screen and (max-width : 768px) {
	.b-title{ font-size:20px; }
	.b-title .slogan{ font-size:14px; }
}

@media screen and (max-width : 480px) {
	.b-title{ text-align:center; }
	.b-title .img{ display:none; }
	.b-title .title{ padding-bottom:20px; }
	.b-title .title span{font-size: 25px;display: block;padding: 10px 0;}
	.b-title .slogan{ font-size:12px; margin-top:5px; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; max-width: 100vw; overflow-x: hidden; }
.container{width:100%;overflow:hidden;}
.container .wrap{width:100%;max-width:1200px;margin: 50px auto 30px auto;overflow:hidden;}

/*左右欄的頁面*/
.container .wrap{position:relative;max-width:1400px;margin: 0px auto 0 auto;padding:40px 0 40px 0;}
.container .wrap .layout-left{width: 20%;min-width: 255px;float:left;box-sizing: border-box;padding: 0 20px 0 10px;}
.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 0 10px;}

/* 全版格式（100% 寬度） */
.container .wrap.layout-full {
    width: 100%;
    max-width: 1400px;
    padding: 40px 5%;
}

.container .wrap.layout-full .layout-left,
.container .wrap.layout-full .layout-right {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
}

/* 清除浮動 */
.container .wrap:after {
    content: "";
    display: table;
    clear: both;
}


/*左邊選單容器*/
.left-menu-container {
    background: #f8f6f2;
    border-radius: 15px;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* 上方四個小圈圈 */
.left-menu-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 20px 15px 20px;
}

.menu-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.menu-dot-yellow {
    background-color: #ffda77;
}

.menu-dot-blue {
    background-color: #00479d;
}

/* 分隔線 */
.left-menu-divider {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0 0 10px 0;
}

/*左邊選單*/
.layout-left > .left-menu-container > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.layout-left > .left-menu-container > ul > li {
    width: 100%;
    font-size: 16px;
    margin-bottom: 2px;
}

.layout-left > .left-menu-container > ul > li > a {
    position: relative;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 8px 10px;
}

.layout-left > .left-menu-container > ul > li > a .menu-star-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    flex-shrink: 0;
}

.layout-left > .left-menu-container > ul > li > a:hover,
.layout-left > .left-menu-container > ul > li > a.active {
    background-color: #ffffff;
    color: #000000;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

/* 舊版選單樣式保留（用於其他頁面） */
.layout-left > ul:not(.left-menu-container > ul) {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 5px solid #143874;
    border-bottom: 5px solid #143874;
}

.layout-left > ul:not(.left-menu-container > ul) > li {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px dashed #cccccc;
}

.layout-left > ul:not(.left-menu-container > ul) > li em {
    font-style: inherit;
    width: 20px;
    display: inline-block;
}

.layout-left > ul:not(.left-menu-container > ul) > li > a {
    position: relative;
    color: #000000;
    text-decoration: none;
    display: block;
    letter-spacing: 3px;
    padding: 23px 30px 23px 30px;
}

.layout-left > ul:not(.left-menu-container > ul) > li > a:before {
    content: url(../../images/menu-icon-1.jpg);
    padding-right: 5px;
    position: absolute;
    left: 5px;
}

.layout-left > ul:not(.left-menu-container > ul) > li ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.layout-left > ul:not(.left-menu-container > ul) > li ul li {
    width: 100%;
    padding: 20px 0px;
    font-size: 16px;
    border-top: 1px dotted #cccccc;
}

.layout-left > ul:not(.left-menu-container > ul) > li ul li:last-child {
    border-bottom: 0;
}

.layout-left > ul:not(.left-menu-container > ul) > li ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 45px;
}

.layout-left > ul:not(.left-menu-container > ul) > li ul li.third {
    padding-left: 20px;
}



#header{width: 100%;background:#ffffff;z-index: 999;position: fixed;top: 0;border-bottom: 1px solid #ebebeb;background: url(../../images/header-bg.png) no-repeat;background-size: cover;}
#header .wrap{position: relative;max-width:1400px;height: 100px;margin:0 auto; padding: 0 0 0 0;}

#header .logo{position:absolute;bottom: 10px;left:10px;display:flex;cursor:pointer;}
#header .logo img{ padding-right:15px; }
#header .logo div span{color: #231815;font-size: 24px;font-weight: bold;border-bottom: 1px solid #e1e1e1;padding-bottom: 7px;margin-bottom: 5px;letter-spacing:1px;display:block;font-family: 'Noto Sans TC', sans-serif;}
#header .logo > .word{color: #231815;font-size: 17px;display:flex;align-items:center;justify-content: center;}
#header .logo > .word div{ letter-spacing:0.5px; }
.logo-b{position:absolute;top: 25%;left: 10%;/* max-width:500px; *//*width:80%;*/}


#header .nav{position:absolute;top: 30px;right:10px;}
#header .nav .searh-area{position:relative;color: #143874;background: #f2f2f2;padding: 5px 10px 5px 30px;margin: 0 5px;font-size: 15px;font-weight: bold;}
#header .nav .searh-area span{position:absolute;left: 10px;top: 8px;cursor:pointer;}
#header .nav .searh-area i{ padding-right:5px; }
#header .nav .searh-area input{border:0;border-left:1px solid #ebebeb;background: #f2f2f2;padding:0 10px;width:100px;}

#header .nav .links-area{display: inline-block;text-align:right;margin-right:10px;padding-right: 10px;border-right: 1px solid #d7d7d7;}
#header .nav .links-area a{font-size:14px;color: #191919;font-weight: bold;text-decoration:none;}
#header .nav .links-area a:not(:first-child):before{ content:" | "; padding:0 5px; }
#header .nav .links-area a i{ padding-right:3px; }

#menu-bar{display: none;position:absolute;right: 15px;top: 50px;color: #01449b;font-size: 30px;cursor:pointer;}


#menu{position: absolute;right: 5%;top: 15%;color: #191919;display: flex;align-items: center;gap: 20px;}
#menu ul{padding: 0;margin: 0;list-style: none;/* margin-right: auto; */margin-left: auto;display: table;padding: 35px 0 5px 0;position: relative;table-layout: fixed;}
#menu ul li{float:left;padding: 0 10px 15px 40px;/* font-weight: bold; */position: relative;vertical-align: top;}
#menu ul li:after{/* content:url(../../images/arrow.png); */vertical-align: middle;}
#menu ul li:last-child:after{ content:''; }
#menu ul li a{color: #191919;font-weight: bold;font-size: 16px;padding-bottom: 8px;position: relative;display: block;white-space: nowrap;border-bottom:8px solid transparent;}
#menu ul li a:hover{ color:#191919; border-bottom:8px solid #fef0cc; }

/* 主選單 hover 時上方顯示 star 圖片 */
#menu ul li a::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../../images/star.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    pointer-events: none;
}

#menu ul li a:hover::before {
    opacity: 1;
}

/* 子選單樣式 */
#menu ul li.has-submenu {
    position: relative;
}

#menu ul li .submenu {
    display: none;
    position: absolute;
    top: calc(100% + -1px);
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px 12px;
    margin: 0;
    min-width: 240px;
    list-style: none;
    z-index: 1000;
    white-space: nowrap;
}

#menu ul li:hover .submenu {
    display: block;
}

#menu ul li .submenu li {
    float: none;
    padding: 0;
    margin: 0;
}

#menu ul li .submenu li:after {
    content: '';
}

#menu ul li .submenu li a {
    display: block;
    padding: 14px 28px;
    color: #191919;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    padding-left: 50px;
    border-bottom: none;
    transition: all 0.3s ease;
    border-radius: 999px;
    margin: 4px 0;
}

#menu ul li .submenu li a::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fbbf24;
    border-radius: 50%;
    display: block;
    opacity: 1;
}

#menu ul li .submenu li a:hover {
    background: #fef0cd;
    color: #191919;
    border-bottom: none;
    border-radius: 999px;
}

#menu ul li .submenu li a:hover::before {
    background: #fbbf24;
    opacity: 1;
}

/* 服務洽詢按鈕 */
.service-inquiry {
    margin-left: 5vw;
    margin-top: 0px;
    flex-shrink: 0;
    position: relative;
}

.inquiry-btn {
    background: transparent;
    color: #ffffff !important;
    padding: 12px 25px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    font-weight: bold !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.inquiry-btn .btn-star-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.inquiry-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border-color: #ffffff;
    border-bottom: 1px solid #ffffff !important;
}

/* 響應式設計 - 小於 1400px 時添加背景色 */
@media screen and (max-width: 1400px) {
    .inquiry-btn {
        background: #0D429A !important;
        border-color: #0D429A !important;
    }
    
    .inquiry-btn:hover {
        background: #0a3578 !important;
        border-color: #0a3578 !important;
    }
}

#footer{width:100%; /* min-height:230px; */ margin-top:30px; }
#footer .footer_wrap {position:relative;max-width:1400px;margin:0 auto;padding: 30px 0 0 0;text-align:center;}
#footer .copyright{width:100%;font-size:16px;letter-spacing:2px;line-height:25px;color: #000000;/* border-top:2px solid #0c4e66; */padding: 0 20px 20px 20px;}
#footer .copyright a{color: #000000;text-decoration:none;}
#footer .copyright a:hover{ text-decoration:underline; }


@media screen and (max-width : 1024px) {
	
	#header .logo div span{ font-size:2vw; }
	#header .logo > .word{ font-size:1.5vw;}
	
	#header .nav .searh-area{ padding-right:0; cursor:pointer; }
	#header .nav .searh-area input{ display:none; }

	#header .nav .btn-1{ padding:12px 10px; font-size:13px; }

	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{ width: 100%; }	

	.container .wrap.flex{ display:block; }
	.container .wrap .layout-search-left{ }
	.container .wrap .layout-search-right{ }	
	
	.letter-title{ width:100%; max-width:370px; margin:0 auto; text-align:left; }
			
}


@media screen and (min-width : 1025px) {
	#mySidenav{ display:none; }
}
@media screen and (max-width : 1024px) {
	#header{ position:fixed; }
	#header .nav{ display:none; }
	#header .wrap{height:90px;box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);}
	#menu{ display:none; }
	#menu-bar{ display:block; top:30px; }
	
	.fix-top{margin-top: 90px;}
	
	.logo-b{max-height:85px;max-width:80%;top: 20%;left: 5%;}
	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/




/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s; }
#wrapper { transition: margin-left .2s; }
.sidenav { display:flex; flex-direction: column; height: 100%;overflow:hidden;width: 0;position: fixed;z-index: 9999;top: 0;right: 0;background-color: rgba(255, 255, 255, 1);overflow-x: hidden;transition: 0.2s;/*padding-top: 60px;*/box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.sidenav .closebtn {font-size: 25px;position: absolute;top: 25px;right: 10px;color: #356684;}
.sidenav .head {width:100%;position: relative;overflow:hidden;height: 90px;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #356684;border-bottom: 1px solid #ebebeb;background: #ffffff;}
.sidenav .head img{max-width: 259px;}

.sidenav .menu-top{ }
.sidenav .menu-bottom{width: 100%;height: 100%;background: #ebebeb;padding: 20px 0 10px 0;display: flex;align-items: flex-end;justify-content: center;}
.sidenav .menu-bottom .search{padding:10px 20px;}
.sidenav .menu-bottom .search .items{
    margin: 20px 0;
    display:flex;
}
.sidenav .menu-bottom .search .items .lefter{
	flex: 1;
	width: 80px;
	font-size: 16px;
	color: #3c3c3c;
	display: flex;
	align-items:center;
	justify-content: center;
}
.sidenav .menu-bottom .search .items .lefter i{color: #0557A1;padding-right:8px;}
.sidenav .menu-bottom .search .items .righter{flex: 1;padding: 0 0 0 10px;}
.sidenav .menu-bottom .search .items .righter .search-items{ display:flex;}
.sidenav .menu-bottom .search .items .righter .search-items .input{flex: 1;}
.sidenav .menu-bottom .search .items .righter .search-items .input input[type="text"]{border:0;outline: 0;max-width: 100px;padding: 15px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.sidenav .menu-bottom .search .items .righter .search-items .button{flex:1;background: #0557A1;color: #ffffff;padding: 15px 20px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomright: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.sidenav .menu-bottom .community{padding: 10px 5px;text-align: center;}
.sidenav .menu-bottom .copyright a{color: #939797;text-decoration:none;}
.sidenav .menu-bottom .copyright a:hover{ text-decoration:underline; }


@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}
/*選單 - 選項*/
#ajax-sidenav > div {position:relative;width: 100%;border-left: 5px solid #356684;border-bottom: 1px solid #ebebeb;color: #000000;padding: 15px 25px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 14px;letter-spacing: 3px;}
#ajax-sidenav > div:before {/*content:url(../../images/header-icon.png);vertical-align:0; padding-right:10px;color: #000000;*/}

#ajax-sidenav > div i {position:absolute;right: 15px;top: 17px;}
#ajax-sidenav > div.title { background: #b19bb5; color: #ffffff; }
#ajax-sidenav > div:hover { /*color:#57708e;*/ }
#ajax-sidenav > div span { position:absolute; right:0; top: 0; display:block; padding: 15px 20px; border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */ }
#ajax-sidenav > div.nav {background:#ECECEC;border-bottom: 1px solid #CDCDCD;color: #333333;}
#ajax-sidenav > div.nav:before { content:""; padding-right:0px; }
#ajax-sidenav > div img { vertical-align:middle; padding-right:8px; }
.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div {position:relative;font-size: 14px;background: #ffffff;line-height: 20px;border-bottom: 1px solid #ebebeb!important;padding: 18px 30px 18px 55px !important;cursor:pointer;}
.submenu-nav div:before{position: absolute;left: 30px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";color: #e2e2e2;padding-right: 8px;}
.submenu-nav div a{font-size: 14px;color: #000000 !important;}
.submenu-nav div i{position:absolute;top:20px;right: 16px;color: #000000;}
.submenu-nav.layer3 div{padding: 18px 10px 18px 80px !important;}
.submenu-nav.layer3 div:before{position: absolute;left: 55px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 100;content: "\f111";color: #e2e2e2;padding-right: 8px;}


.submenu2{background:#ebebeb !important;border-left: 5px solid #9B7354;}
.submenu3{background:#f5f5f5 !important;border-left: 5px solid #9B7354;}

.copyright{text-align: center;color: #939797;line-height: 18px;padding: 20px 10px;}

@media screen and (max-height: 450px) {
 .sidenav { padding-top: 15px;}

 .sidenav a { font-size: 18px;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{position:relative;padding:0 !important;}
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	background: #F2f2f2;

	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 25px;

	box-sizing: border-box;
	letter-spacing:1px;

	color:#333;
	outline:0;
}

.jq-submenu.nav{ border-left:0 !important; }
.jq-submenu.nav i{ position:initial !important; padding-right:8px; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul.bxslider { margin:0; padding:0; }
#home_banner {display: inline-block;width: 100%;margin-top: 102px;overflow: hidden;position: relative;background:#FCF5FF;/*height:625px;*/}
#home_banner ul{ list-style:none; }
#home_banner li { 
    width: 100%; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    background-color: #FCF5FF !important;
    position: relative;
    /*height:625px;*/ 
}
#home_banner img {
    display: block;
    width: 100%;
    height: auto;
    /* background-color: #FCF5FF; */
}
#home_banner .bxslider { 
    opacity: 0; 
    background: #FCF5FF !important;
}

/* 確保所有 banner 相關容器都有一致的背景色，防止 fade 動畫時出現白色閃爍 */
#home_banner .bx-wrapper { 
    background: #FCF5FF !important; 
    position: relative;
    overflow: hidden;
}
#home_banner .bx-wrapper .bx-viewport { 
    background: #FCF5FF !important; 
    position: relative;
}
#home_banner .bxslider { 
    background: #FCF5FF !important; 
}

/* 處理 bxslider fade 動畫時的複製元素和其他子元素 */
#home_banner .bx-clone { 
    background-color: #FCF5FF !important; 
}
#home_banner .bx-clone img {
    background-color: #FCF5FF !important;
}
#home_banner .bx-wrapper img { 
    background-color: #FCF5FF !important; 
}
#home_banner li a { 
    background-color: #FCF5FF !important; 
    display: block;
}
#home_banner .bx-loading { 
    background: #FCF5FF !important; 
}

/* 確保動畫過程中所有元素都有正確的背景色，但不干擾 fade 動畫 */
#home_banner .bx-wrapper .bx-viewport,
#home_banner .bx-wrapper .bx-viewport li,
#home_banner .bx-wrapper .bx-viewport li img,
#home_banner .bx-wrapper .bx-viewport li a {
    background-color: #FCF5FF !important;
}

/* Banner 控制項容器 - 左下角統一容器 */
#home_banner .bx-wrapper .bx-controls {
    position: absolute;
    bottom: 3vw;
    left: 3vw;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 20px;
    border-radius: 50px;
    z-index: 100;
    opacity: 1;
}

/* Pager 點點樣式 */
#home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fbbf24;
    opacity: 1;
}

#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #1e3a8a;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: none;
}

#home_banner .bx-wrapper .bx-pager {
    position: static;
    bottom: auto;
    right: auto;
    opacity: 1;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    order: 3;
}

/* 左右箭頭樣式 */
#home_banner .bx-wrapper .bx-controls-direction {
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    order: 1;
}

#home_banner .bx-prev, 
#home_banner .bx-next {
    position: static;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    transition: color 0.3s ease;
    text-indent: 0;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

/* 隱藏預設箭頭圖示，顯示文字 */
#home_banner .bx-prev a {
    text-indent: 0 !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    color: #666666 !important;
    font-size: 14px !important;
    position: static !important;
    overflow: visible !important;
    text-align: center !important;
}

#home_banner .bx-prev a::before {
    content: '' !important;
    display: none !important;
}

#home_banner .bx-next a {
    text-indent: 0 !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    color: #666666 !important;
    font-size: 14px !important;
    position: static !important;
    overflow: visible !important;
    text-align: center !important;
}

#home_banner .bx-next a::before {
    content: '' !important;
    display: none !important;
}

/* 隱藏預設的箭頭圖示 */
#home_banner .bx-prev a::after,
#home_banner .bx-next a::after {
    display: none !important;
}

#home_banner .bx-prev:hover a,
#home_banner .bx-next:hover a {
    color: #1e3a8a;
}

/* 分隔線 */
#home_banner .bx-controls-separator {
    width: 1px;
    height: 20px;
    background: #d0d0d0;
    margin: 0 4px;
    order: 2;
}

#home_banner .word { font-size: 15px; position: absolute; margin-left: -187px; margin-top: -116px; left: 50%; top: 50%; color: #673D3A; letter-spacing: 25px; opacity: 0.2; }
#home_banner .word b { font-weight: bold; }
#home_banner .down { position: absolute; right: 30px; bottom: 32px; width: 34px; height: 28px; z-index: 99; cursor: pointer; opacity: 0; }
#home_banner .down img { display: block; }

/* Scroll Down 按鈕 */
#home_banner .scroll-down-btn {
    position: absolute;
    right: 20%;
    bottom: 50px;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#home_banner .scroll-down-btn:hover {
    transform: translateY(5px);
    opacity: 0.8;
}

#home_banner .scroll-down-btn img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100px;
}

/*
@media screen and (max-width : 1024px) {
	
	#home_banner .bx-controls-direction
	{
		display:none;	
	}
	
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		 width: 15px;
		 height: 15px;
	}
	#home_banner, #home_banner li {
		max-height: 400px;
		height: 400px;
	}
}
*/

@media screen and (max-width : 1024px) {
	#home_banner{
		margin-top: 90px;
	}
	
	#home_banner .bx-wrapper .bx-controls {
		bottom: 2vw;
		left: 2vw;
		padding: 8px 16px;
		gap: 10px;
	}
}

@media screen and (max-width : 768px) {
	#home_banner .bx-wrapper .bx-controls {
		bottom: 15px;
		left: 15px;
		padding: 6px 12px;
		gap: 8px;
	}
	
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	
	#home_banner .bx-prev, 
	#home_banner .bx-next {
		font-size: 12px;
	}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Banner Inner (內頁 Banner) <<<------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#banner-inner.banner-inner {
    width: 100%;
    height: 250px;
    margin-top: 100px;
    background-image: url(../../images/banner-inner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-inner-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* 標題區塊 */
.banner-inner-title-section {
    position: relative;
    z-index: 2;
    margin-left: 10%;
}

.banner-inner-title {
    margin-bottom: 8px;
}

.banner-inner-subtitle {
    margin-top: 8px;
}

/* 麵包屑導航容器（在 banner 下方） */
.banner-inner-breadcrumb-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 5%;
    display: flex;
    justify-content: flex-end;
}

/* 麵包屑導航 */
.banner-inner-breadcrumb {
    /* display: flex; */
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #999999;
}

.breadcrumb-home {
    color: #999999;
    text-decoration: none;
    /* display: flex; */
    align-items: center;
    transition: color 0.3s ease;
}

.breadcrumb-home:hover {
    color: #00479d;
}

.breadcrumb-home i {
    font-size: 14px;
    margin-right: 5px;
}

.breadcrumb-home-text {
    font-size: 14px;
    font-weight: normal;
    color: inherit;
    display: inline-block;
}

.breadcrumb-separator {
    color: #999999;
    margin: 0 4px;
}

.breadcrumb-current {
    color: #999999;
    text-decoration: underline;
}

/* Banner Inner 響應式設計 */
@media screen and (max-width: 1024px) {
    #banner-inner.banner-inner {
        margin-top: 90px;
        height: 200px;
    }
    
    .banner-inner-title-section {
        margin-left: 5%;
    }
    
    .banner-inner-breadcrumb-wrapper {
        padding: 15px 5%;
    }
}

@media screen and (max-width: 768px) {
    #banner-inner.banner-inner {
        height: 180px;
    }
    
    .banner-inner-title {
        font-size: 28px;
    }
    
    .banner-inner-subtitle {
        font-size: 16px;
    }
    
    .banner-inner-subtitle .subtitle-main {
        font-size: 18px;
    }
    
    .banner-inner-breadcrumb {
        font-size: 12px;
        bottom: 10px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Loading 遮罩畫面 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.loading-overlay {
    position: fixed; /* 固定位置，不隨捲動而移動 */
    top: 0;
    left: 0;
    width: 100vw; /* 100% 視窗寬度 */
    height: 100vh; /* 100% 視窗高度 */
    background: rgba(255, 255, 255, 0.85); /* 半透明白色背景 */
    z-index: 9999; /* 確保在最上層 */
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平置中 */
    justify-content: center; /* 垂直置中 */
    transition: opacity 0.4s ease-out; /* 用於淡出效果 */
  }
  
  /* --- Loading 旋轉圖示 --- */
  .loading-spinner {
    border: 8px solid #f3f3f3; /* 淺灰色軌道 */
    border-top: 8px solid #3498db; /* 藍色旋轉部分 */
    border-radius: 50%; /* 圓形 */
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite; /* 旋轉動畫 */
    margin-bottom: 20px;
  }
  
  /* 旋轉動畫定義 */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* --- Loading 文字 --- */
  .loading-text {
    color: #333; /* 深灰色文字 */
    font-size: 1.5em;
    letter-spacing: 2px;
  }

.menu-item::before {
    content: '';
    display: inline-block;
    width: 20px; /* or the width of your image */
    height: 20px; /* or the height of your image */
    background-image: url(../../images/menu-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 5px;
    margin-top: -1px;
    visibility: hidden;
}

.menu-item:hover::before {
    visibility: visible;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common Animation <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/




.scaleZoom {
	-webkit-animation: scaleZoom 2s ease both;
	animation: scaleZoom 2s ease both;
}
@-webkit-keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Loadaction <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:13px;color:#FFFFFF;height: 25px;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Radio/Checkbox <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* Customize the label (the container) */
.container-form {
  display: inline-block;
  /* vertical-align: -28%; */
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;

  background-color: #f9f9f9;
  border: 1px solid #b9b7b7;
  border-radius: 50%;
}


/* On mouse-over, add a grey background color */
.container-form:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-form input:checked ~ .checkmark {
  /* background-color: #F19B20; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-form input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/*
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
*/
/* Style the checkmark/indicator */

.container-form .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #143874;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (max-width : 768px) {
	.container-form { font-size:13px; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.cssa {/* font-family:Verdana; */letter-spacing:1px;font-size: 15px;padding-right:10px;padding-left:10px;}
.cssb { /*font-family:Verdana;*/ letter-spacing:1px; font-size:15px; padding-right:5px; padding-left:5px; }
.cssc { padding-bottom:3px; letter-spacing:1px; font-size:15px; padding-left:10px; padding-right:10px; height:40px }
.cssd { /*font-family:Verdana;*/ font-size:15px; letter-spacing:2px; height:10px; border:1px solid #FFFFFF }
.pageselect{border:1px solid #CCCCCC;padding: 4px 5px;font-size:12px;}
.pageselect:hover{ background:#ebebeb; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #cccccc;padding: 7px 5px;display: inline-block;margin: 5px 0;}
a.pagelink_no:hover{ background:#ebebeb; }

a.pagelink{color:#333333;text-decoration:none;border: 1px solid #CCCCCC;padding: 5px 10px;}
a.pagelink:hover{ background:#ebebeb; }
a.pagelink_ch{color:#333333;padding: 5px 10px;border: 1px solid #cccccc;background: #ebebeb;text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> News Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.news-section {
    /* background: #fafafa; */
    padding: 100px 0 0 0;
    position: relative;
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto;
}

/* 主容器：靠左對齊，佔螢幕80% */
.news-wrapper {
    display: flex;
    max-width: 100%;
    position: relative;
    padding: 0 5% 0 0;
}

.news-main-content {
    width: 80%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

/* 標題與分頁區塊 */
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 20px;
}

.news-header-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 10%;
}

.news-main-title {
    font-size: 36px;
    color: #1b1b1b;
    margin: 0;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* gap: 10px; */
}

.news-main-title .title-first-letter {
    color: #00479d;
}

.news-subtitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
}

.news-subtitle .subtitle-star-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.news-subtitle .subtitle-main {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.news-subtitle .subtitle-separator {
    color: #999999;
}

.news-subtitle .subtitle-desc {
    color: #333333;
    font-size: 14px;
    text-align: left;
}

/* 分頁按鈕區塊 */
.news-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 200px;
    position: relative;
    z-index: 10;
}

.news-pagination-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #00479d;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #00479d;
    transition: all 0.3s ease;
    /* 預留位置，待切圖後可替換為背景圖片 */
}

.news-pagination-btn:hover {
    background: #f0f0f0;
    border-color: #1e3a8a;
}

.news-prev-btn::before {
    content: '<';
}

.news-next-btn::before {
    content: '>';
}

.news-page-info {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding: 0 8px;
}

/* 新聞卡片容器（灰色背景） */
.news-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background: #f8f6f2;
    padding: 60px;
    border-top-left-radius: 0;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 90px;
    position: relative;
    overflow: visible;
    z-index: 2;
}

/* 新聞卡片容器內的閱讀更多按鈕靠右對齊 */
.news-cards-container .service-overview-btn {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

/* 新聞卡片 */
.news-card {
    /* background: #ffffff; */
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

/* 新聞卡片輪播控制 */
.news-card-hidden {
    display: none !important;
}

.news-card-visible {
    display: flex !important;
    animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.news-card-image {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
    background: #f0f0f0;
    border-radius: 25px;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 12px;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.news-card-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-card-star {
    display: flex;
    align-items: center;
}

.news-card-star img {
    width: 20px;
    height: 20px;
    display: block;
}

.news-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    line-height: 1.4;
    position: relative;
    padding-bottom: 10px;
}

.news-card-title::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f8e9c2;
    z-index: -1;
}

.news-card-title a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    /* background: #ffffff; */
    padding-right: 4px;
    display: inline-block;
}

.news-card-title a:hover {
    color: #00479d;
}

.news-card-excerpt {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 0px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-right {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}

/* 卡片右側動作按鈕 */
/* 首頁最新消息的按鈕 */
.home-news-card-action-btn {
    /* width: 35px; */
    /* height: 35px; */
    padding: 0px 8px 5px 9px;
    border-radius: 50%;
    border: 1px solid #00479d;
    background: transparent;
    color: #00479d!important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.home-news-card-action-btn:hover {
    border-color: #00479d;
    transform: scale(1.1);
}

.home-news-card-action-btn:hover .news-card-arrow {
    color: #00479d;
}

/* 活動花絮頁的按鈕 */
.activities-news-card-action-btn {
    width: 35px;
    height: 35px;
    padding: 0px 8px 5px 9px;
    border-radius: 50%;
    border: 1px solid #00479d;
    background: transparent;
    color: #00479d!important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.activities-news-card-action-btn:hover {
    border-color: #00479d;
    transform: scale(1.1);
}

.activities-news-card-arrow {
    font-size: 20px;
    color: #00479d;
    transition: color 0.3s ease;
}

.activities-news-card-action-btn:hover .activities-news-card-arrow {
    color: #00479d;
}

/* 共用按鈕（about-btn 內的） */
.news-card-action-btn {
    /* width: 35px; */
    /* height: 35px; */
    padding: 0px 8px 5px 9px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #00479d!important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.news-card-action-btn:hover {
    border-color: #ffffff;
    transform: scale(1.1);
}

.news-card-arrow {
    font-size: 20px;
    color: #00479d;
    transition: color 0.3s ease;
}

.news-card-action-btn:hover .news-card-arrow {
    color: #ffffff;
}

/* 右側裝飾區塊 */
.news-sidebar {
    position: absolute;
    right: 10%;
    top: -88px;
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 60px;
    z-index: 1;
}

/* 藍色圓形裝飾（在 news-cards-container 右上方） */
.news-main-content {
    position: relative;
}

.news-main-content .news-circle-decoration {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #00479d;
    background-image: url(../../images/news-circle-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    position: absolute;
    top: -50px;
    right: -100px;
    z-index: 0;
    pointer-events: none;
}

.news-circle-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    margin: 0;
    /* padding-left: 20px; */
}

.news-circle-arrows {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 8px;
}

/* 垂直 NEWS 圖片（背景） */
.news-vertical-text {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 0;
    width: 100%;
    height: 100vh;
    max-height: 800px;
    background-image: url('../../images/news-title.png');
    background-repeat: no-repeat;
    background-position: center right;
    /* opacity: 0.1; */
}

.news-vertical-text img {
    display: none;
}

/* 彩色點點裝飾（在灰色背景右側外面） */
.news-cards-container .news-dots-decoration {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
}

.news-sidebar .news-dots-decoration {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: 20px;
    margin-top: 40px;
}

.news-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.news-dot-blue {
    background: #1e3a8a;
}

.news-dot-yellow {
    background: #fbbf24;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .news-section {
        padding: 60px 0;
    }
    
    .news-wrapper {
        padding: 0 3%;
    }
    
    .news-main-content {
        width: 85%;
    }
    
    .news-header-left {
        margin-left: 5%;
    }
    
    .news-pagination {
        margin-right: 50px;
    }
    
    .news-main-title {
        font-size: 36px;
    }
    
    .news-subtitle {
        font-size: 18px;
    }
    
    .news-subtitle .subtitle-main {
        font-size: 22px;
    }
    
    .news-cards-container {
        gap: 20px;
        padding: 40px;
        border-top-left-radius: 0;
        border-top-right-radius: 70px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 70px;
    }
    
    .news-card-title {
        font-size: 19px;
    }
    
    .news-card-excerpt {
        font-size: 14px;
    }
    
    .news-sidebar {
        width: 15%;
    }
    
    .news-main-content .news-circle-decoration {
        width: 180px;
        height: 180px;
        padding: 30px;
        top: 25px;
        right: -145px;
    }
    
    .news-circle-text {
        font-size: 14px;
    }
    
    .news-cards-container .news-dots-decoration {
        right: -35px;
    }
    
    .news-vertical-text {
        font-size: 80px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    /* 隱藏 scroll-down-btn */
    #home_banner .scroll-down-btn {
        display: none;
    }
    
    .news-section {
        padding: 0px 0 10px 0;
    }
    
    .news-wrapper {
        flex-direction: column;
        padding: 0 4%;
    }
    
    .news-main-content {
        width: 100%;
    }
    
    .news-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .news-header-left {
        margin-left: 0;
        width: 100%;
    }
    
    .news-main-title {
        font-size: 28px;
    }
    
    .news-subtitle {
        font-size: 16px;
    }
    
    .news-subtitle .subtitle-star-icon {
        width: 16px;
        height: 16px;
    }
    
    .news-subtitle .subtitle-main {
        font-size: 20px;
    }
    
    .news-subtitle .subtitle-desc {
        font-size: 14px;
    }
    
    .news-pagination {
       
        margin-right: 0;
        width: 100%;
        justify-content: center;
    }
    
    .news-cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 50px;
    }
    
    .news-card-image {
        /* height: 200px; */
    }
    
    .news-card-content {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .news-card-right {
        align-self: flex-end;
    }
    
    .home-news-card-action-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .news-card-action-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .news-card-title {
        font-size: 18px;
    }
    
    .news-card-excerpt {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
    
    .news-sidebar {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 40px;
        align-items: center;
        order: -1;
    }
    
    .news-main-content .news-circle-decoration {
        display: none;
    }
    
    .news-cards-container .news-dots-decoration {
        display: none;
    }
    
    .news-vertical-text {
        display: none;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .news-section {
        padding: 0px 0;
    }
    
    .news-wrapper {
        padding: 0 3%;
    }
    
    .news-header-left {
        margin-left: 0;
    }
    
    .news-main-title {
        font-size: 24px;
    }
    
    .news-subtitle {
        font-size: 14px;
    }
    
    .news-subtitle .subtitle-star-icon {
        width: 14px;
        height: 14px;
    }
    
    .news-subtitle .subtitle-main {
        font-size: 18px;
        min-width: 81px;
    }
    
    .news-pagination-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .home-news-card-action-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .news-page-info {
        font-size: 14px;
    }
    
    .news-cards-container {
        padding: 20px 12px;
        gap: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0px;
    }
    
    .news-card-image {
        /* height: 180px; */
    }
    
    .news-card-content {
        padding: 12px;
    }
    
    .news-card-title {
        font-size: 16px;
    }
    
    .news-card-excerpt {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .news-card-action-btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .news-main-content .news-circle-decoration {
        display: none;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Activities Gallery (活動花絮相簿) <<<----------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 活動花絮相簿容器 */
.activities-gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /* padding: 60px; */
    position: relative;
    overflow: visible;
    z-index: 2;
}

/* 活動花絮相簿項目 */
.activities-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

/* 相簿圖片連結樣式 */
.activities-gallery-item .news-card-image a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.activities-gallery-item .news-card-image a img {
    transition: transform 0.3s ease;
}

.activities-gallery-item:hover .news-card-image a img {
    transform: scale(1.05);
}

/* 響應式設計 */
@media screen and (max-width: 1024px) {
    .activities-gallery-container {
        padding: 40px;
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .activities-gallery-container {
        grid-template-columns: 1fr;
        padding: 30px 20px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Services List (服務項目列表) <<<-------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 服務項目列表容器（三欄布局） */
.services-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 60px 0;
    position: relative;
}

/* 服務項目卡片 */
.service-item-card {
    background: #f8f6f2;
    border-radius: 20px;
    overflow: visible;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* 服務項目內容（在上方） */
.service-item-content {
    padding: 25px 25px 5px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    min-height: 200px;
}

/* 服務項目圖片（在下方） */
.service-item-image {
    padding: 20px;
    width: 100%;
    /* height: 250px; */
    overflow: hidden;
    background: transparent;
    position: relative;
    box-sizing: border-box;
}

.service-item-image a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.service-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.service-item-card:hover .service-item-image img {
    transform: scale(1.05);
}

/* 星星圖示 */
.service-item-star {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.service-item-star img {
    width: 20px;
    height: 20px;
    display: block;
}

/* 服務項目標題 */
.service-item-title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    line-height: 1.4;
    position: relative;
    padding-bottom: 10px;
}

.service-item-title a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 4px;
}

.service-item-title a:hover {
    color: #00479d;
}

.service-item-title::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #f8e9c2;
    z-index: 0;
}

/* 服務項目描述 */
.service-item-description {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* MORE 按鈕（在右下角） */
.service-item-more {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
}

.service-more-btn {
    display: inline-block;
    /* background: #ffffff; */
    color: #2260aa;
    border: 1px solid #2260aa;
    padding: 10px 24px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.service-more-btn:hover {
    background: #2260aa;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(34, 96, 170, 0.3);
}

/* 響應式設計 */
@media screen and (max-width: 1024px) {
    .services-list-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .services-list-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 0;
    }
    
    .service-item-image {
        /* height: 200px; */
        padding: 15px;
    }
    
    .service-item-content {
        padding: 20px;
        min-height: 180px;
    }
    
    .service-item-title {
        font-size: 20px;
    }
    
    .service-item-description {
        font-size: 14px;
    }
    
    .service-item-image img {
        border-radius: 15px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Service Detail Top Section (服務項目內頁頂部區塊) <<<---------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 服務項目頂部介紹區塊 */
.service-detail-top-section {
    width: 80%;
    margin: 40px 0;
    padding: 0;
    position: relative;
}

/* 當螢幕寬度超過 2500px 時，區塊置中並限制最大寬度 */
@media screen and (min-width: 2500px) {
    .service-detail-top-section {
        max-width: 2000px;
        margin: 40px auto;
    }
}

.service-detail-top-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    min-height: 400px;
}

/* 左欄：圖片 */
.service-detail-top-image {
    flex: 1;
    overflow: hidden;
    position: relative;
    /* max-height: 400px; */
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail-top-image img {
    width: 100%;
    height: auto;
    /* max-height: 400px; */
    object-fit: contain;
    display: block;
    border-radius: 0 20px 20px 0;
}

/* 右欄：圓圈容器 */
.service-detail-top-circle {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef7e5;
    border-radius: 50%;
    position: relative;
    width: 500px;
    height: 500px;
    flex: 0 0 500px;
}

/* 左下方小圓圈 */
.service-detail-circle-small-dot {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fef7e5;
    z-index: 1;
}

.service-detail-circle-content {
    text-align: center;
    padding: 60px 40px;
    margin: 0 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 100;
}

/* 三顆漸層星星 */
.service-detail-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.service-detail-star {
    width: 20px;
    height: 20px;
    display: block;
}

.service-detail-star-1 {
    opacity: 1;
}

.service-detail-star-2 {
    opacity: 0.6;
}

.service-detail-star-3 {
    opacity: 0.3;
}

/* 標題 */
.service-detail-circle-title {
    font-size: 32px;
    font-weight: bold;
    color: #00479d;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

/* 描述文字 */
.service-detail-circle-description {
    font-size: 16px;
    text-align: left;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .service-detail-top-section {
        width: 95%;
        margin: 30px auto 0 auto;
    }
    
    .service-detail-top-wrapper {
        min-height: 350px;
        align-items: center;
        gap: 30px;
    }
    
    .service-detail-top-image {
        flex: 1;
        max-height: 350px;
        min-width: 0;
    }
    
    .service-detail-top-image img {
        max-height: 350px;
        object-fit: contain;
        width: 100%;
    }
    
    .service-detail-circle-small-dot {
        bottom: 25px;
        left: 25px;
        width: 35px;
        height: 35px;
    }
    
    .service-detail-top-circle {
        width: 380px;
        height: 380px;
        flex: 0 0 380px;
        min-width: 0;
    }
    
    .service-detail-circle-content {
        padding: 45px 30px;
        margin: 0 25px;
    }
    
    .service-detail-circle-title {
        font-size: 26px;
    }
    
    .service-detail-circle-description {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .service-detail-star {
        width: 20px;
        height: 20px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .service-detail-top-section {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0 20px;
    }
    
    .service-detail-top-wrapper {
        flex-direction: column;
        min-height: auto;
        align-items: stretch;
        gap: 25px;
    }
    
    .service-detail-circle-small-dot {
        bottom: 20px;
        left: 20px;
        width: 30px;
        height: 30px;
    }
    
    .service-detail-top-image {
        width: 100%;
        height: auto;
        max-height: 280px;
        border-radius: 20px;
        flex: none;
    }
    
    .service-detail-top-image img {
        /* max-height: 280px; */
        object-fit: contain;
        border-radius: 20px;
        width: 100%;
    }
    
    .service-detail-top-circle {
        width: 100%;
        max-width: 350px;
        height: 350px;
        flex: none;
        margin: 0 auto;
        aspect-ratio: 1 / 1;
    }
    
    .service-detail-circle-content {
        padding: 35px 20px;
        margin: 0 20px;
    }
    
    .service-detail-circle-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .service-detail-circle-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .service-detail-stars {
        gap: 6px;
        margin-bottom: 15px;
    }
    
    .service-detail-star {
        width: 18px;
        height: 18px;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .service-detail-top-section {
        padding: 0 15px;
        margin: 15px 0 0 0;
    }
    
    .service-detail-top-wrapper {
        gap: 20px;
    }
    
    .service-detail-top-image {
        max-height: 220px;
        border-radius: 15px;
    }
    
    .service-detail-top-image img {
        /* max-height: 220px; */
        border-radius: 125px;
    }
    
    .service-detail-top-circle {
        width: 100%;
        max-width: 300px;
        height: 300px;
        aspect-ratio: 1 / 1;
    }
    
    .service-detail-circle-content {
        padding: 30px 15px;
        margin: 0 15px;
    }
    
    .service-detail-circle-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .service-detail-circle-description {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .service-detail-stars {
        gap: 5px;
        margin-bottom: 12px;
    }
    
    .service-detail-star {
        width: 16px;
        height: 16px;
    }
    
    .service-detail-circle-small-dot {
        bottom: 15px;
        left: 15px;
        width: 25px;
        height: 25px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Service Detail Text Section (服務項目描述文字區塊) <<<-------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 服務項目描述文字區塊 */
.service-detail-text-section {
    width: 90%;
    margin: 40px auto;
    padding: 0;
}

.service-detail-text-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.service-detail-text ,.service-detail-text-wrapper {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin: 0 auto;
    text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Service Detail Divider (服務項目區隔線) <<<-------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 區隔線（中間三個星星，兩邊灰色線） */
.service-detail-divider {
    width: 90%;
    max-width: 1400px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.divider-line {
    flex: 1;
    height: 1px;
    background-color: #cccccc;
}

.divider-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
}

.divider-star {
    width: 16px;
    height: 16px;
    display: block;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Service Detail Video Section (精彩影音區塊) <<<--------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 精彩影音區塊 */
.service-detail-video-section {
    width: 100%;
    /* max-width: 1400px; */
    margin: 60px auto;
    padding: 0;
    background-image: url(../../images/activities-video.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    position: relative;
}

/* 影音標題區塊（兩欄，置中） */
.service-video-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.service-video-header-left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.service-video-header-left img {
    max-width: 100%;
    height: auto;
    display: block;
}

.service-video-header-right {
    flex: 1;
    display: flex;
}

.service-video-title {
    margin-bottom: 10px;
}

.service-video-subtitle {
    margin-top: 10px;
}

/* YouTube 影片區塊（2x2 網格，置中） */
.service-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

/* 返回列表頁按鈕 */
.service-detail-back-btn-wrapper {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.service-detail-back-btn-container {
    display: inline-block;
}

.service-video-item {
    position: relative;
    width: 100%;
}

.service-video-link {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.service-video-link:hover {
    transform: translateY(-5px);
}

.service-video-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 比例 */
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.service-video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-video-icon img {
    width: 100%;
    height: 100%;
    width: 60px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

/* 響應式設計 */
@media screen and (max-width: 1024px) {
    .service-detail-text-section,
    .service-detail-divider,
    .service-detail-video-section {
        width: 95%;
    }
    
    .service-video-header {
        gap: 30px;
    }
    
    .service-video-grid {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .service-detail-text-section {
        width: 100%;
        margin: 25px auto;
        padding: 0 15px;
    }
    
    .service-detail-divider {
        width: 100%;
        margin: 25px auto;
        padding: 0 15px;
    }
    
    .service-detail-video-section {
        width: 100%;
        margin: 30px auto;
        padding: 0 15px;
    }
    
    .service-detail-text {
        font-size: 14px;
    }
    
    .service-video-header {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .service-video-header-left {
        width: 100%;
        text-align: center;
    }
    
    .service-video-header-right {
        width: 100%;
        text-align: center;
    }
    
    .service-detail-back-btn-wrapper {
        padding: 30px 0;
    }
    
    .service-video-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .service-video-icon {
        width: 60px;
        height: 60px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Service Highlight Header (精彩影像標題區塊) <<<---------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 精彩影像標題區塊 */
.service-highlight-header {
    text-align: center;
    /* margin-bottom: 50px; */
    padding: 40px 0 0 0;
}

.service-highlight-header-image {
    margin-bottom: 20px;
    display: inline-block;
}

.service-highlight-header-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.service-highlight-title {
    margin-bottom: 10px;
}

.service-highlight-subtitle {
    margin-top: 10px;
}

/* 響應式設計 */
@media screen and (max-width: 768px) {
    .service-highlight-header {
        padding: 20px 0 0 0;
        margin-bottom: 20px;
    }
    
    .service-highlight-header-image {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 480px) {
    .service-highlight-header {
        padding: 15px 0 0 0;
        margin-bottom: 15px;
    }
    
    .service-highlight-header-image {
        margin-bottom: 10px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Contact Page (聯絡我們頁面) <<<-------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 服務洽詢區塊 */
.contact-info-section {
    max-width: 1200px;
    background: #f8f6f2;
    margin: 40px auto 0px auto;
    border-radius: 50px;
    padding: 40px 60px;
}

.contact-info-header-image {
    margin-bottom: 40px;
    text-align: left;
}

.contact-info-header-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 聯絡資訊兩欄布局 */
.contact-info-content {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
    padding: 0;
}

.contact-info-left,
.contact-info-right {
    flex: 1;
}

.contact-info-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #f8e9c2; */
}

/* 聯絡資訊列表 */
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 0 0 0px;
}

.contact-phone-item {
    align-items: stretch;
}

.contact-phone-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffda77;
    padding: 0px 20px;
    border-radius: 50px;
    width: 100%;
}

.contact-info-star {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.contact-info-label {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    min-width: 80px;
}

.contact-info-value {
    font-size: 16px;
    color: #666666;
    flex: 1;
}

.contact-phone {
    background: transparent;
    color: #333333;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    font-weight: bold;
}

/* 社群平台列表 */
.contact-social-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contact-social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease;
}

.contact-social-item:hover {
    transform: translateY(-5px);
}

.social-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 20px;
}

.social-facebook {
    background: #1877f2;
}

.social-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-line {
    background: #00c300;
}

.social-line .line-text {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.social-name {
    font-size: 15px;
    color: #333333;
}

/* Google 地圖容器 */
.contact-map-container {
    width: 100%;
    margin-top: 40px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
    border-radius: 20px;
}

/* 線上洽詢區塊 */
.contact-form-section {
    margin: 60px auto;
    padding: 40px 0;
    max-width: 1100px;
}

.contact-form-header-image {
    margin-bottom: 30px;
    text-align: center;
}

.contact-form-header-image img {
    max-width: 100%;
    height: auto;
    display: block;
    /* margin: 0 auto; */
}

.contact-form-header {
    margin-bottom: 30px;
    /* text-align: center; */
}

.contact-form-subtitle {
    margin-bottom: 15px;
}

.contact-form-required-note {
    font-size: 14px;
    color: #ff0000;
    margin: 10px 0 0 0;
}

/* 表單樣式 */
.contact-form {
    /* max-width: 800px; */
    /* margin: 0 auto; */
    padding: 0 20px;
}

.contact-form-row {
    margin-bottom: 25px;
}

.contact-form-group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-form-group.contact-form-textarea-group {
    align-items: flex-start;
}

.contact-form-group.contact-form-textarea-group .contact-form-label {
    margin-top: 12px;
}

.contact-form-label {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
    margin-right: 0;
    font-weight: 500;
    min-width: 100px;
    flex-shrink: 0;
    vertical-align: middle;
}

.contact-form-label .required {
    color: #ff0000;
    margin-left: 2px;
}

.contact-form-input,
.contact-form-select,
.contact-form-textarea {
    flex: 1;
    padding: 8px 16px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-form-input:focus,
.contact-form-select:focus,
.contact-form-textarea:focus {
    outline: none;
    border-color: #00479d;
    box-shadow: 0 0 0 3px rgba(0, 71, 157, 0.1);
}

.contact-form-textarea {
    resize: vertical;
    min-height: 120px;
}

/* 姓名欄位特殊布局 */
.contact-form-name-group {
    width: 100%;
}

.contact-form-name-wrapper {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.contact-form-name-wrapper .contact-form-input {
    flex: 1;
}

.contact-form-radio-group {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-shrink: 0;
}

.contact-radio-label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}

.contact-radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* 按鈕區 */
.contact-form-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 40px;
}

/* 清除重填按鈕（灰色） */
.contact-btn-reset {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #999999;
    color: #ffffff;
    padding: 10px 20px 10px 30px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-btn-reset:hover {
    background: #777777;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(153, 153, 153, 0.3);
}

.contact-btn-star {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}

.contact-btn-text {
    flex: 1;
}

.contact-btn-icon {
    font-size: 18px;
    margin-left: 10px;
}

/* 確認送出按鈕（共用樣式） */
.contact-btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .contact-info-section {
        max-width: 95%;
        padding: 35px 50px;
        border-radius: 40px;
        margin: 40px auto 0 auto;
    }
    
    .contact-info-header-image {
        margin-bottom: 35px;
    }
    
    .contact-info-content {
        gap: 50px;
    }
    
    .contact-info-left,
    .contact-info-right {
        flex: 1;
    }
    
    .contact-info-list {
        max-width: 100%;
    }
    
    .contact-social-list {
        gap: 25px;
        justify-content: flex-start;
    }
    
    .contact-map-container {
        margin-top: 35px;
        border-radius: 25px;
    }
    
    .contact-map-container iframe {
        height: 400px;
        border-radius: 25px;
    }
    
    .contact-form-section {
        max-width: 95%;
        margin: 50px auto;
        padding: 35px 0;
    }
    
    .contact-form {
        padding: 0 15px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .contact-info-section {
        max-width: 95%;
        padding: 30px 25px;
        border-radius: 30px;
        margin: 30px auto 0 auto;
    }
    
    .contact-info-header-image {
        margin-bottom: 30px;
    }
    
    .contact-info-header-image img {
        max-width: 100%;
    }
    
    .contact-info-content {
        flex-direction: column;
        gap: 35px;
        padding: 0;
    }
    
    .contact-info-left,
    .contact-info-right {
        width: 100%;
    }
    
    .contact-info-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .contact-info-list {
        max-width: 100%;
        gap: 18px;
    }
    
    .contact-info-item {
        gap: 8px;
    }
    
    .contact-phone-wrapper {
        padding: 8px 18px;
        border-radius: 40px;
        flex-wrap: nowrap;
    }
    
    .contact-info-star {
        width: 14px;
        height: 14px;
    }
    
    .contact-info-label {
        font-size: 15px;
        min-width: 75px;
    }
    
    .contact-info-value {
        font-size: 15px;
    }
    
    .contact-social-list {
        justify-content: center;
        gap: 25px;
        flex-wrap: wrap;
    }
    
    .contact-social-item {
        gap: 8px;
    }
    
    .social-icon-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .social-name {
        font-size: 14px;
    }
    
    .contact-map-container {
        margin-top: 30px;
        border-radius: 25px;
    }
    
    .contact-map-container iframe {
        height: 350px;
        border-radius: 25px;
    }
    
    .contact-form-section {
        max-width: 95%;
        margin: 40px auto;
        padding: 30px 0;
    }
    
    .contact-form-header-image {
        margin-bottom: 25px;
    }
    
    .contact-form-header-image img {
        max-width: 100%;
    }
    
    .contact-form-header {
        margin-bottom: 25px;
    }
    
    .contact-form {
        padding: 0 15px;
    }
    
    .contact-form-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .contact-form-group.contact-form-textarea-group {
        align-items: flex-start;
    }
    
    .contact-form-group.contact-form-textarea-group .contact-form-label {
        margin-top: 0;
    }
    
    .contact-form-label {
        display: block;
        margin-bottom: 8px;
        margin-right: 0;
        min-width: auto;
        font-size: 15px;
    }
    
    .contact-form-input,
    .contact-form-select,
    .contact-form-textarea {
        width: 100%;
        display: block;
        font-size: 15px;
    }
    
    .contact-form-name-wrapper {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    
    .contact-form-name-wrapper .contact-form-input {
        width: 100%;
    }
    
    .contact-form-radio-group {
        width: 100%;
        justify-content: flex-start;
        gap: 15px;
    }
    
    .contact-form-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        margin-top: 30px;
    }
    
    .contact-btn-reset,
    .contact-btn-submit {
        width: 100%;
        justify-content: center;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .contact-info-section {
        max-width: 100%;
        padding: 25px 20px;
        border-radius: 25px;
        margin: 25px auto 0 auto;
    }
    
    .contact-info-header-image {
        margin-bottom: 25px;
    }
    
    .contact-info-header-image img {
        max-width: 100%;
    }
    
    .contact-info-content {
        gap: 30px;
    }
    
    .contact-info-title {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .contact-info-list {
        gap: 15px;
    }
    
    .contact-info-item {
        gap: 6px;
    }
    
    .contact-phone-wrapper {
        padding: 6px 15px;
        border-radius: 35px;
        flex-wrap: wrap;
        gap: 6px;
    }
    
    .contact-info-star {
        width: 12px;
        height: 12px;
    }
    
    .contact-info-label {
        font-size: 14px;
        min-width: 65px;
    }
    
    .contact-info-value {
        font-size: 14px;
    }
    
    .contact-phone {
        font-size: 14px;
    }
    
    .contact-social-list {
        gap: 20px;
        justify-content: center;
    }
    
    .contact-social-item {
        gap: 6px;
    }
    
    .social-icon-circle {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .social-line .line-text {
        font-size: 12px;
    }
    
    .social-name {
        font-size: 13px;
    }
    
    .contact-map-container {
        margin-top: 25px;
        border-radius: 20px;
    }
    
    .contact-map-container iframe {
        height: 300px;
        border-radius: 20px;
    }
    
    .contact-form-section {
        max-width: 95%;
        margin: 30px auto;
        padding: 25px 0;
    }
    
    .contact-form-header-image {
        margin-bottom: 20px;
    }
    
    .contact-form-header {
        margin-bottom: 20px;
    }
    
    .contact-form-subtitle .news-subtitle {
        font-size: 13px;
    }
    
    .contact-form-subtitle .subtitle-main {
        font-size: 16px;
    }
    
    .contact-form-required-note {
        font-size: 13px;
        margin-top: 10px;
    }
    
    .contact-form {
        padding: 0 0px;
    }
    
    .contact-form-group {
        margin-bottom: 18px;
        gap: 8px;
    }
    
    .contact-form-label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .contact-form-input,
    .contact-form-select,
    .contact-form-textarea {
        font-size: 14px;
        padding: 10px 14px;
    }
    
    .contact-form-textarea {
        padding: 8px 14px;
    }
    
    .contact-form-radio-group {
        gap: 12px;
    }
    
    .contact-radio-label {
        font-size: 14px;
    }
    
    .contact-form-buttons {
        gap: 12px;
        margin-top: 25px;
    }
    
    .contact-btn-reset,
    .contact-btn-submit {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Services Detail Gallery (服務項目內頁畫廊) <<<----------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* flex-images 自定義樣式 */
.flex-images {
    padding: 40px 0;
    margin: 0 auto;
    max-width: 1400px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.flex-images.flex-images-initialized {
    opacity: 1;
}

.flex-images .item {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    background: #f0f0f0;
}

.flex-images .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.flex-images .item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flex-images .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.flex-images .item:hover img {
    transform: scale(1.05);
}

/* 響應式設計 */
@media screen and (max-width: 1024px) {
    .flex-images {
        padding: 30px 20px;
    }
    
    .flex-images .item {
        margin: 6px;
    }
}

@media screen and (max-width: 768px) {
    .flex-images {
        padding: 15px 10px;
        margin: 0;
    }
    
    .flex-images .item {
        margin: 4px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 480px) {
    .service-detail-text-section {
        margin: 20px auto;
    }
    
    .service-detail-divider {
        margin: 20px auto;
    }
    
    .service-detail-video-section {
        margin: 50px auto 25px auto;
    }
    
    .service-video-header {
        margin-bottom: 20px;
    }
    
    .service-video-grid {
        gap: 12px;
    }
    
    .flex-images {
        padding: 10px 5px;
    }
    
    .service-highlight-header {
        padding: 15px 0 0 0;
        margin-bottom: 15px;
    }
    
    .service-detail-back-btn-wrapper {
        padding: 25px 0 50px 0;
    }
}

/* 麵包屑連結樣式 */
.breadcrumb-link {
    color: #999999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #00479d;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> About Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.about-section {
    padding: 0px 0 60px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    max-width: 2000px;
    margin: 0 auto;
}

/* 主容器：靠右對齊，佔螢幕80% */
.about-wrapper {
    display: flex;
    max-width: 100%;
    position: relative;
    padding: 60px 0 0 5%;
}

/* 左側垂直 ABOUT US 圖片 */
.about-vertical-image {
    position: absolute;
    left: 0;
    top: 140px;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 0;
}

.about-title-image {
    height: 100vh;
    max-height: 800px;
    width: auto;
    object-fit: contain;
    /* opacity: 0.1; */
}

/* 右側主內容區（佔80%） */
.about-main-content {
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

/* 頂部標題區塊 */
.about-header {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    margin-bottom: 30px;
}

.about-header-left {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* margin-left: 10%; */
}

.about-main-title {
    font-size: 48px;
    font-weight: bold;
    color: #1e3a8a;
    margin: 0 0 12px 0;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
}

.about-subtitle {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-subtitle .subtitle-star-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/* 活動人圖片 */
.about-header-right {
    flex-shrink: 0;
    margin-left: 100px;
}

.activity-person-image {
    /* max-width: 200px; */
    height: auto;
    /* opacity: 0.3; */
}

/* 大標題（黃色） */
.about-hero-title {
    margin-bottom: 30px;
}

.about-hero-text {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', sans-serif;
    display: flex;
    align-items: center;
    gap: 0;
}

.about-hero-yellow {
    color: #f8b500;
}

.about-hero-white {
    color: #ffffff;
}

/* 內容區塊（有背景） */
.about-content-block {
    background: #f8f9fa;
    background-image: url(../../images/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 60px;
    border-radius: 80px 0px 0px 80px;
    position: relative;
    margin-bottom: 40px;
}

.about-content-text {
    margin-bottom: 150px;
    max-width: 500px;
}

.about-content-text p {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.about-content-text p:last-child {
    margin-bottom: 0;
}

/* 精緻按鈕 */
.about-cta-button {
    margin-top: 30px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #00479d;
    color: #ffffff;
    padding: 10px 20px 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    /* font-weight: bold; */
    border: 0;
    transition: all 0.3s ease;
    font-family: 'Noto Sans TC', sans-serif;
    position: relative;
}

.about-btn .news-card-action-btn,
.about-btn .about-btn-arrow {
    margin-left: 20px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;
}

.about-btn .about-btn-arrow .news-card-arrow {
    font-size: 20px;
    color: #ffffff;
}

.about-btn:hover {
    background: #1e40af;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
}

.about-btn-star {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}

.about-btn-text {
    flex: 1;
}

.arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

/* 右下角人物圖片 */
.about-person-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 500px;
    z-index: 1;
}

.person-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .about-section {
        padding: 60px 0;
    }
    
    .about-wrapper {
        padding: 0 0 0 3%;
    }
    
    .about-main-content {
        width: 85%;
    }
    
    .about-header-left {
        margin-left: 5%;
    }
    
    .about-header-right {
        margin-left: 50px;
    }
    
    .about-main-title {
        font-size: 36px;
    }
    
    .about-hero-text {
        font-size: 36px;
    }
    
    .about-content-block {
        padding: 40px 30px;
        border-radius: 70px 0 0 70px;
    }
    
    .about-content-text p {
        font-size: 13px;
    }
    
    .about-btn {
        padding: 12px 26px;
        font-size: 15px;
    }
    
    .about-person-image {
        width: 300px;
        height: 400px;
    }
    
    .activity-person-image {
        max-width: 180px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .about-section {
        padding: 50px 0 40px 0;
    }
    
    .about-wrapper {
        flex-direction: column-reverse;
        padding: 0 4%;
        margin-top: 0px;
    }
    
    .about-vertical-image {
        /* position: relative; */
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        order: -1;
    }
    
    .about-title-image {
        height: 150px;
        max-height: none;
        width: 100%;
        object-fit: contain;
    }
    
    .about-main-content {
        width: 100%;
        margin-left: 0;
    }
    
    .about-header {
        flex-direction: column;
        /* gap: 20px; */
        margin-bottom: 0px;
    }
    
    .about-header-left {
        /* margin-left: 0; */
        /* margin: 0 auto; */
    }
    
    .about-header-right {
        margin-left: 0;
        margin-top: 0px;
    }
    
    .activity-person-image {
        max-width: 120px;
        width: 100%;
        height: auto;
    }
    
    .about-main-content .news-main-title {
        font-size: 26px;
    }
    
    .about-main-content .news-subtitle {
        font-size: 14px;
    }
    
    .about-main-content .news-subtitle .subtitle-main {
        font-size: 18px;
    }
    
    .about-main-title {
        font-size: 32px;
    }
    
    .about-subtitle {
        font-size: 14px;
    }
    
    .about-hero-text {
        font-size: 24px;
    }
    
    .about-content-block {
        padding: 25px 15px;
        margin-bottom: 30px;
        border-radius: 0 50px 50px 0;
    }
    
    .about-content-text p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .about-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .about-btn .news-card-action-btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .about-section {
        padding: 50px 0 0px 0;
    }
    
    .about-wrapper {
        padding: 0 3%;
    }
    
    .about-title-image {
        height: 120px;
    }
    
    .about-main-content .news-main-title {
        font-size: 22px;
    }
    
    .about-main-content .news-subtitle {
        font-size: 12px;
    }
    
    .about-main-content .news-subtitle .subtitle-main {
        font-size: 16px;
    }
    
    .about-hero-text {
        font-size: 20px;
    }
    
    .about-content-block {
        padding: 30px 20px;
        border-radius: 0 0px 0px 0;
    }
    
    .about-content-text p {
        font-size: 14px;
    }
    
    .about-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .about-btn .news-card-action-btn {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
    
    .activity-person-image {
        max-width: 100px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Service Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.service-section {
    padding: 0px 0;
    position: relative;
    overflow: visible;
    /* background: #fafafa; */
    max-width: 2000px;
    margin: 0 auto;
}

.service-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-image: url(../../images/service-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    /* z-index: -1; */
    pointer-events: none;
}

.service-wrapper {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 0 0;
    padding: 60px 40px 134px 180px;
    position: relative;
    background: #f8f6f2;
    border-radius: 0 120px 120px 0;
}


/* 上方兩欄區域 */
.service-top-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.service-top-image {
    flex-shrink: 0;
}

.service-top-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Slogan */
.service-slogan {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.slogan-text {
    font-size: 14px;
    color: #b8a46e;
    line-height: 1.3;
    /* font-style: italic; */
    letter-spacing: 2px;
}

.slogan-icon {
    font-size: 16px;
    color: #b8a46e;
    margin-left: 10px;
}

/* 主內容區 */
.service-main-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* 下方兩欄區域 */
.service-bottom-row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.service-header-area {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.service-header-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 10%;
}

.service-header-left .service-content-box {
    margin-top: 20px;
}

/* 左側圓形圖片 */
.service-image-container {
    flex-shrink: 0;
    width: 460px;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.service-outer-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-circle-frame {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

/* 服務項目圖片輪播 */
.service-image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.service-image-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.service-image-slide img,
.service-event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 裝飾圓圈 */
.service-decoration-circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: transparent;
    z-index: 1;
}

.service-circle-top-right {
    width: 60px;
    height: 60px;
    top: -10px;
    right: -10px;
}

.service-circle-bottom-left {
    width: 80px;
    height: 80px;
    bottom: -10px;
    left: -10px;
}

/* 右側內容區塊 */
.service-content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-main-title {
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
}

.service-subtitle {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

/* 服務項目輪播容器 */
.service-carousel-container {
    position: relative;
    width: 100%;
    min-height: 300px;
}

/* 白色內容區塊 */
.service-content-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all 0.4s ease-in-out;
}

/* 當前顯示的服務項目 */
.service-content-box.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
}

.service-box-header {
    background: #ffda77;
    padding: 14px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    text-align: center;
}

.service-box-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.service-box-text {
    margin-bottom: 40px;
    min-height: 90px;
    display: block;
}

.service-box-text p {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}

/* MORE 按鈕 */
/* 首頁服務項目的 MORE 按鈕 */
.home-service-more-btn {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

/* 服務列表頁的 MORE 按鈕 */
.service-more-btn {
    display: inline-block;
    /* background: #ffffff; */
    color: #2260aa;
    border: 1px solid #2260aa;
    padding: 10px 24px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.service-more-btn:hover {
    background: #2260aa;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(34, 96, 170, 0.3);
}

.more-button {
    display: inline-block;
    background: #ffffff;
    color: #2260aa;
    border: 1px solid #2260aa;
    padding: 10px 24px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.more-button:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

/* 輪播導航 */
.service-carousel-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.carousel-prev-btn,
.carousel-next-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #00479d;
    background: #ffffff;
    color: #00479d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s ease;
}

.carousel-prev-btn:hover,
.carousel-next-btn:hover {
    background: #5dade2;
    color: #ffffff;
}

.carousel-items {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.carousel-current {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
}

.carousel-page {
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    letter-spacing: 3px;
}

.carousel-next {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
}

/* 分頁導航 */
.service-header-left .service-carousel-nav {
    margin-top: 30px;
}

/* 底部按鈕 */
.service-header-left .service-overview-btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.service-overview-btn {
    position: relative;
    z-index: 10;
}

.service-wrapper .service-overview-btn {
    position: absolute;
    bottom: 40px;
    right: -20px;
    z-index: 10;
    /* transform: rotate(-5deg); */
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
    transition: all 0.3s ease;
}

.service-wrapper .service-overview-btn:hover {
    transform: rotate(0deg) translateY(-5px);
    
}

.btn-star {
    font-size: 20px;
    color: #fbbf24;
}

.btn-text {
    flex: 1;
}

.btn-arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

/* 響應式設計 - 大螢幕 */
@media screen and (max-width: 1800px) {
    .service-wrapper {
        padding-left: 120px;
    }
}

/* 響應式設計 - 中等螢幕 */
@media screen and (max-width: 1500px) {
    .service-wrapper {
        width: 90%;
        padding-left: 80px;
    }
    
    .service-bottom-row {
        gap: 50px;
    }
    
    .service-image-container {
        flex: 2;
        width: 380px;
        height: 380px;
        max-width: 380px;
        flex-shrink: 0;
        aspect-ratio: 1 / 1;
    }
    
    .service-header-area {
        flex: 3;
        min-width: 0;
    }
    
    .service-header-left {
        margin-left: 2%;
    }
    
    .service-content-box {
        padding: 30px 25px;
    }
    
    .carousel-items {
        gap: 40px;
    }
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .service-section {
        /* padding: 60px 0; */
    }
    
    .service-section::before {
        top: -80px;
        height: 250px;
    }
    
    .service-wrapper {
        width: 95%;
        padding: 50px 40px 100px 40px;
        border-radius: 0 90px 90px 0;
    }
    
    .service-top-row {
        gap: 30px;
        margin-bottom: 45px;
        align-items: center;
    }
    
    .service-top-image {
        flex-shrink: 0;
    }
    
    .service-top-image img {
        max-width: 160px;
    }
    
    .service-slogan {
        flex: 1;
    }
    
    .slogan-text {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .service-bottom-row {
        gap: 40px;
        align-items: flex-start;
    }
    
    .service-image-container {
        flex: 2;
        width: 320px;
        height: 320px;
        max-width: 320px;
        flex-shrink: 0;
        aspect-ratio: 1 / 1;
    }
    
    .service-header-area {
        flex: 3;
        min-width: 0;
    }
    
    .service-header-left {
        margin-left: 2%;
        width: 100%;
    }
    
    .service-header-left .news-main-title {
        font-size: 30px;
    }
    
    .service-header-left .news-subtitle {
        font-size: 15px;
    }
    
    .service-header-left .news-subtitle .subtitle-main {
        font-size: 19px;
    }
    
    .service-content-box {
        padding: 28px 22px;
        margin-top: 25px;
    }
    
    .service-box-title {
        font-size: 19px;
    }
    
    .service-box-text p {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .service-header-left .service-carousel-nav {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 15px 0;
    }
    
    .carousel-prev-btn,
    .carousel-next-btn {
        width: 38px;
        height: 38px;
        font-size: 15px;
        flex-shrink: 0;
        order: 1;
    }
    
    .carousel-prev-btn {
        order: 1;
    }
    
    .carousel-next-btn {
        order: 3;
    }
    
    .carousel-items {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: auto;
        min-width: 0;
        order: 2;
        margin: 12px 0;
        padding: 0;
    }
    
    .carousel-current {
        font-size: 15px;
        text-align: center;
        white-space: nowrap;
        padding-bottom: 6px;
        border-bottom: 1px solid #333333;
        margin-bottom: 4px;
        flex-shrink: 0;
    }
    
    .carousel-page {
        font-size: 13px;
        padding: 0;
        width: 100%;
        text-align: center;
        margin: 4px 0;
        letter-spacing: 2px;
    }
    
    .carousel-next {
        font-size: 15px;
        text-align: center;
        white-space: nowrap;
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #333333;
        margin-top: 4px;
        flex-shrink: 0;
    }
    
    .service-wrapper .service-overview-btn {
        bottom: 35px;
        right: -8px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .service-section {
        padding: 20px 0;
    }
    
    .service-section::before {
        top: -60px;
        height: 200px;
        background-size: contain;
    }
    
    .service-wrapper {
        width: 100%;
        padding: 30px 20px 80px 20px;
        border-radius: 0 50px 50px 0;
        margin: 0;
    }
    
    .service-top-row {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .service-top-image {
        width: 100%;
        text-align: center;
    }
    
    .service-top-image img {
        max-width: 180px;
    }
    
    .service-slogan {
        justify-content: center;
        text-align: center;
    }
    
    .slogan-text {
        font-size: 12px;
    }
    
    .service-bottom-row {
        flex-direction: column;
        gap: 30px;
    }
    
    .service-image-container {
        width: 280px;
        height: 280px;
        max-width: 280px;
        margin: 0 auto;
        aspect-ratio: 1 / 1;
    }
    
    .service-decoration-circle {
        width: 50px;
        height: 50px;
    }
    
    .service-circle-bottom-left {
        width: 60px;
        height: 60px;
    }
    
    .service-header-left {
        margin-left: 0;
        width: 100%;
    }
    
    .service-header-left .news-main-title {
        font-size: 24px;
    }
    
    .service-header-left .news-subtitle {
        font-size: 14px;
    }
    
    .service-header-left .news-subtitle .subtitle-main {
        font-size: 18px;
    }
    
    .service-header-left .subtitle-star-icon {
        width: 16px;
        height: 16px;
    }
    
    .service-content-box {
        padding: 20px 15px;
        margin-top: 20px;
        min-height: auto;
    }
    
    .service-box-title {
        font-size: 18px;
    }
    
    .service-box-text p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .service-more-btn {
        bottom: 15px;
        right: 20px;
    }
    
    .service-header-left .service-carousel-nav {
        margin-top: 0px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 15px 0;
    }
    
    .carousel-prev-btn,
    .carousel-next-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
        flex-shrink: 0;
        order: 1;
    }
    
    .carousel-prev-btn {
        order: 1;
    }
    
    .carousel-next-btn {
        order: 3;
    }
    
    .carousel-items {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: auto;
        min-width: 0;
        order: 2;
        margin: 12px 0;
        padding: 0;
    }
    
    .carousel-current {
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        padding-bottom: 6px;
        border-bottom: 1px solid #333333;
        margin-bottom: 4px;
        flex-shrink: 0;
    }
    
    .carousel-page {
        font-size: 12px;
        padding: 0;
        width: 100%;
        text-align: center;
        margin: 4px 0;
        letter-spacing: 2px;
    }
    
    .carousel-next {
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #333333;
        margin-top: 4px;
        flex-shrink: 0;
    }
    
    .service-wrapper .service-overview-btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .service-section {
        padding: 15px 0;
    }
    
    .service-section::before {
        top: -40px;
        height: 150px;
    }
    
    .service-wrapper {
        padding: 25px 15px 60px 15px;
        border-radius: 0 40px 40px 0;
    }
    
    .service-top-row {
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .service-top-image img {
        max-width: 150px;
    }
    
    .slogan-text {
        font-size: 14px;
    }
    
    .service-bottom-row {
        gap: 25px;
    }
    
    .service-image-container {
        width: 240px;
        height: 240px;
        max-width: 240px;
        aspect-ratio: 1 / 1;
    }
    
    .service-header-left .news-main-title {
        font-size: 22px;
    }
    
    .service-header-left .news-subtitle {
        font-size: 12px;
    }
    
    .service-header-left .news-subtitle .subtitle-main {
        font-size: 16px;
    }
    
    .service-header-left .subtitle-star-icon {
        width: 14px;
        height: 14px;
    }
    
    .service-content-box {
        padding: 18px 12px;
        border-radius: 0;
    }

    .service-box-title {
        font-size: 16px;
    }

    .service-box-text p {
        font-size: 14px;
    }

    .carousel-current,
    .carousel-next {
        font-size: 14px;
    }

    .carousel-page {
        font-size: 12px;
    }

    /* 手機版隱藏輪播資訊 */
    .carousel-items {
        display: none;
    }

    /* 調整服務項目輪播容器 */
    .service-carousel-container {
        min-height: 280px;
    }

    /* 重新定位輪播導航為絕對定位 */
    .service-header-left .service-carousel-nav {
        position: relative;
        top:20px;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        pointer-events: none;
        z-index: 10;
    }

    /* 左右箭頭按鈕樣式優化 */
    .carousel-prev-btn,
    .carousel-next-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #00479d;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        pointer-events: auto;
        transition: all 0.3s ease;
    }

    .carousel-prev-btn {
        margin-left: -5px;

    }

    .carousel-next-btn {
        position: absolute;
        left: 50px;
    }

    .carousel-prev-btn:hover,
    .carousel-next-btn:hover {
        background: #5dade2;
        transform: scale(1.1);
    }
    
    .more-button {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    .service-wrapper .service-overview-btn .about-btn {
        padding: 10px 20px;
        font-size: 13px;
        position: absolute;
        bottom:15px;
        right: 0;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Footer <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#main-footer {
    background: #003474;
    background-image: url(../../images/footer-bg-2.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #ffffff;
    /* margin-top: 50px; */
    font-family: 'Noto Sans TC', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* 左右兩欄布局 */
.footer-content {
    display: flex;
    padding: 40px 20px;
    gap: 100px;
}

/* 左欄樣式 */
.footer-left-column {
    flex: 1;
    max-width: 500px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    /* max-width: 250px; */
    height: auto;
}

.contact-phone {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    font-size: 20px;
    gap: 8px;
    background: #ffda77;
    color: #000000;
    padding: 15px 20px;
    border-radius: 35px;
    font-weight: bold;
    max-width: 400px;
}

.contact-star-icon {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}

.contact-label {
    color: #000000;
    font-weight: normal;
}

.phone-number {
    color: #000000;
    font-size: 18px;
}

.contact-details {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-size: 14px;
    gap: 8px;
    color: #ffffff;
}

.footer-copyright {
    margin-top: auto;
    padding-top: 30px;
}

.footer-copyright p {
    margin: 4px 0;
    font-size: 13px;
    color: #4d719e;
}

.copyright-link {
    color: #4d719e;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copyright-link:hover {
    text-decoration: underline;
	color: #4d719e;
}

/* 右欄樣式 */
.footer-right-column {
    flex: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

/* 部落格區塊 */
.blog-section {
    margin-bottom: 10px;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4d719e;
}

.blog-header h3 {
    font-size: 18px;
    font-weight: normal;
    color: #ffda77;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-header h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-header h3 a:hover {
    color: #00479d;
}

.blog-more-btn {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #ffda77;
    border-radius: 20px;
    color: #ffda77;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.blog-more-btn:hover {
    background: #ffda77;
    color: #1e3a8a;
}

.blog-list {
    margin-bottom: 0;
}

.blog-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 12px;
}

.blog-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f8b500;
    flex-shrink: 0;
    margin-top: 6px;
}

.blog-title {
    font-size: 14px;
    color: #e5e7eb;
    line-height: 1.6;
    flex: 1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-item:hover .blog-title {
    color: #ffffff;
    cursor: pointer;
}

.blog-title:hover {
    color: #ffda77;
}

/* 社群媒體 */
.footer-social {
    margin-top: auto;
    padding-top: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.social-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.social-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-icon-item:hover .social-icon-circle {
    background: #ffffff;
    color: #1e3a8a;
    transform: translateY(-2px);
}

.social-label {
    font-size: 12px;
    color: #ffffff;
    /* text-transform: uppercase; */
    min-width: 60px;
    text-align: center;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> GoTop Button <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.gotop-btn {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gotop-btn.show {
    opacity: 1;
    visibility: visible;
}

.gotop-btn:hover {
    transform: translateY(-5px);
}

.gotop-btn img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    #main-footer {
        background-position: top center;
        background-size: cover;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 40px;
        padding: 30px 15px;
    }
    
    .footer-left-column,
    .footer-right-column {
        max-width: 100%;
    }
    
    .contact-phone {
        font-size: 22px;
    }
    
    .case-study-section h3 {
        font-size: 16px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .footer-content {
        padding: 20px 10px;
        gap: 30px;
    }
    
    .footer-logo img {
        max-width: 250px;
        width: 100%;
    }
    
    .contact-phone {
        font-size: 20px;
    }
    
    .contact-item {
        font-size: 14px;
    }
    
    .case-study-section h3 {
        font-size: 15px;
    }
    
    .case-date {
        font-size: 13px;
    }
    
    .case-title {
        font-size: 14px;
    }
    
    .social-icons {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .social-icon-item {
        flex-direction: column;
        align-items: center;
    }
    
    .social-icon-circle {
        width: 45px;
        height: 45px;
        font-size: 18px;
        flex-shrink: 0;
    }
    
    .social-label {
        font-size: 11px;
        margin-top: 5px;
    }
    
    .footer-copyright p {
        font-size: 12px;
        text-align: center;
    }
    
    /* 手機版 Header 優化 */
    #header .logo img {
        max-width: 150px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Featured Cases Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* About 頁面的精選案例區塊 - 調整 padding-top */
.about-featured-cases-section {
    padding-top: 0px !important;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Featured Cases Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.featured-cases-section {
    padding: 0px 0 0 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #f8f6f2 40%, #f8f6f2 100%);
}

.featured-cases-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    background-image: url(../../images/feature-img.png);
    background-repeat: no-repeat;
    background-position: center 170px;
    /* background-size: contain; */
}

/* 標題區塊（置中） */
.featured-cases-header {
    text-align: center;
    position: relative;
    padding: 60px 40px 70px 40px;
    z-index: 1;
}

.featured-cases-title {
    justify-content: center;
    margin-bottom: 12px;
}

.featured-cases-subtitle {
    justify-content: center;
}

/* 輪播容器 */
.featured-cases-carousel {
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.featured-case-item {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.featured-case-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.featured-case-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 80px;
}

.featured-case-info {
    padding: 0 20px;
}

.featured-case-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.featured-case-title-text {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.featured-case-star {
    width: 14px;
    height: 14px;
    display: block;
    flex-shrink: 0;
}

.featured-case-title-text .featured-case-star:nth-child(1) {
    opacity: 1;
}

.featured-case-title-text .featured-case-star:nth-child(2) {
    opacity: 0.6;
}

.featured-case-title-text .featured-case-star:nth-child(3) {
    opacity: 0.3;
}

.featured-case-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.6;
    flex: 1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-case-title:hover {
    color: #326aae;
}

.featured-case-more-btn {
    display: inline-block;
    background: #ffffff;
    color: #326aae;
    border: 1px solid #326aae;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.featured-case-more-btn:hover {
    background: #326aae;
    color: #ffffff;
    transform: translateY(-2px);
}

/* 標語圖片區塊 */
.featured-cases-slogan {
    display: flex;
    justify-content: center;
    /* margin: 40px 0; */
}

.featured-cases-slogan img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 底部按鈕（置中） */
.featured-cases-bottom-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

/* Owl Carousel 自訂樣式 */

.featured-cases-carousel .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.featured-cases-carousel .owl-buttons .owl-prev {
    background: url(../../images/carousel-prev.png) no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: -9999px;
}

.featured-cases-carousel .owl-buttons .owl-next {
    background: url(../../images/carousel-next.png) no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -20px;
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: -9999px;
}

.featured-cases-carousel .owl-buttons .owl-prev:hover,
.featured-cases-carousel .owl-buttons .owl-next:hover {
    opacity: 0.7;
}

.featured-cases-carousel .owl-pagination {
    display: none;
}

/* 覆寫 Owl Carousel 預設圖片樣式 */
.featured-cases-carousel .owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .featured-cases-section {
        padding: 60px 0 0 0;
    }
    
    .featured-cases-wrapper {
        background-position: center top;
        background-size: 90%;
    }
    
    .featured-cases-header {
        padding: 50px 30px;
        /* margin-bottom: 50px; */
    }
    
    .featured-cases-title .news-main-title {
        font-size: 32px;
    }
    
    .featured-cases-subtitle .news-subtitle {
        font-size: 16px;
    }
    
    .featured-cases-subtitle .news-subtitle .subtitle-main {
        font-size: 20px;
    }
    
    .featured-case-title {
        font-size: 15px;
    }
    
    .featured-case-more-btn {
        padding: 7px 18px;
        font-size: 12px;
    }
    
    .featured-cases-carousel {
        max-width: 85%;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .featured-cases-section {
        padding: 40px 0 0 0;
    }
    
    .featured-cases-wrapper {
        padding: 0 4%;
        background-position: center top;
        background-size: 80%;
    }
    
    .featured-cases-header {
        padding: 40px 20px;
        /* margin-bottom: 40px; */
    }
    
    .featured-cases-title .news-main-title {
        font-size: 26px;
    }
    
    .featured-cases-subtitle .news-subtitle {
        font-size: 14px;
    }
    
    .featured-cases-subtitle .news-subtitle .subtitle-main {
        font-size: 18px;
    }
    
    .featured-cases-subtitle .subtitle-star-icon {
        width: 16px;
        height: 16px;
    }
    
    .featured-case-image img {
        border-radius: 0;
    }
    
    .featured-case-title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .featured-case-title-text {
        width: 100%;
    }
    
    .featured-case-title {
        font-size: 14px;
    }
    
    .featured-case-more-btn {
        padding: 6px 16px;
        font-size: 13px;
        white-space: nowrap;
        align-self: flex-start;
    }
    
    .featured-cases-carousel {
        max-width: 95%;
    }
    
    .featured-case-info {
        padding: 0 15px;
    }
    
    .featured-cases-carousel .owl-buttons .owl-prev {
        top: -30px;
    }
    
    .featured-cases-carousel .owl-buttons .owl-next {
        top: -30px;
    }
    
    .featured-cases-bottom-btn .about-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .featured-cases-bottom-btn .about-btn .news-card-action-btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .featured-cases-section {
        padding: 30px 0 0 0;
    }
    
    .featured-cases-wrapper {
        padding: 0 3% 50px 3%;
        background-position: center top;
        background-size: 70%;
    }
    
    .featured-cases-header {
        padding: 30px 15px;
        /* margin-bottom: 30px; */
    }
    
    .featured-cases-title .news-main-title {
        font-size: 22px;
    }
    
    .featured-cases-subtitle .news-subtitle {
        font-size: 12px;
    }
    
    .featured-cases-subtitle .news-subtitle .subtitle-main {
        font-size: 16px;
    }
    
    .featured-cases-subtitle .subtitle-star-icon {
        width: 14px;
        height: 14px;
    }
    
    .featured-case-title {
        font-size: 14px;
    }
    
    .featured-case-more-btn {
        padding: 5px 14px;
        font-size: 12px;
        margin: 0 auto;
    }
    
    .featured-cases-carousel {
        max-width: 100%;
    }
    
    .featured-case-info {
        padding: 0 10px;
    }
    
    .featured-cases-bottom-btn .about-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .featured-cases-bottom-btn .about-btn .news-card-action-btn {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Organization Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.organization-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.organization-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* 左右兩欄容器 */
.organization-top-row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    width: 100%;
}

/* 左欄：大圓圈 */
.organization-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.organization-circle {
    width: 85%;
    max-width: 500px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fef7e5;
    padding: 120px 64px;
    position: relative;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
}

/* 右上方小圈圈 */
.organization-circle-small-dot {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fef7e5;
}

.organization-stars-top {
    display: flex;
    gap: 8px;
    align-self: flex-start;
    margin-bottom: auto;
}

.organization-star {
    width: 20px;
    height: 20px;
    display: block;
}

/* 星星從左到右由深到淺 */
.organization-star-1 {
    opacity: 1;
}

.organization-star-2 {
    opacity: 0.6;
}

.organization-star-3 {
    opacity: 0.3;
}

.organization-star-4 {
    opacity: 0.6;
}

.organization-star-5 {
    opacity: 0.6;
}

.organization-star-6 {
    opacity: 1;
}

.organization-circle-title-yellow {
    font-size: 36px;
    font-weight: bold;
    color: #f8b500;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 20px 0;
    text-align: left;
    line-height: 1.2;
    align-self: flex-start;
}

.organization-circle-title-blue-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: flex-start;
    margin: 0 0 30px 0;
}

.organization-circle-title-blue {
    font-size: 36px;
    font-weight: bold;
    color: #00479d;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    text-align: left;
    line-height: 1.2;
}

.organization-stars-bottom {
    display: flex;
    gap: 8px;
}

.organization-circle-divider {
    width: 80%;
    height: 1px;
    background: #d0d0d0;
    margin: 20px 0;
    align-self: flex-start;
}

.organization-circle-text {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    align-self: flex-start;
}

.organization-circle-text-content {
    font-size: 18px;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.6;
    text-align: left;
}

.organization-dog-icon {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

/* 右欄：背景圖片和內文 */
.organization-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.organization-right-image {
    width: 100%;
}

.organization-right-image img {
    width: 100%;
    height: auto;
    display: block;
}

.organization-right-content {
    padding: 0 20px;
}

.organization-right-title {
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.organization-right-content  {
    font-size: 16px;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 2;
    margin-bottom: 25px;
}

.organization-right-content p:last-child {
    margin-bottom: 0;
}

.organization-text-underline {
    text-decoration: underline;
}

/* 兩張圖片（一欄，有圓角） */
.organization-images-row {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
}

.organization-image-item {
    flex: 1;
    max-width: calc(50% - 15px);
    border-radius: 20px;
    overflow: hidden;
}

.organization-image-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Organization Structure Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.organization-structure-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.organization-structure-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* 上方背景圖片 */
.organization-structure-top-image {
    width: 100%;
    text-align: center;
}

.organization-structure-top-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 標題區塊（置中） */
.organization-structure-header {
    text-align: center;
    width: 100%;
}

.organization-structure-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* 下方圖片 */
.organization-structure-bottom-image {
    width: 100%;
    text-align: center;
}

.organization-structure-bottom-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .organization-section {
        padding: 60px 0;
    }
    
    .organization-wrapper {
        padding: 0 4%;
        gap: 50px;
    }
    
    .organization-top-row {
        flex-direction: column;
        gap: 50px;
    }
    
    .organization-left {
        width: 100%;
    }
    
    .organization-circle {
        max-width: 450px;
        padding: 50px 40px;
    }
    
    .organization-circle-small-dot {
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
    
    .organization-circle-title-yellow {
        font-size: 42px;
    }
    
    .organization-circle-title-blue {
        font-size: 48px;
    }
    
    .organization-circle-text-content {
        font-size: 16px;
    }
    
    .organization-dog-icon {
        width: 70px;
    }
    
    .organization-right {
        width: 100%;
    }
    
    .organization-right-title {
        font-size: 42px;
    }
    
    .organization-right-content {
        padding: 0;
    }
    
    .organization-images-row {
        flex-direction: column;
        gap: 25px;
    }
    
    .organization-image-item {
        max-width: 100%;
    }
    
    .organization-structure-section {
        padding: 60px 0;
    }
    
    .organization-structure-wrapper {
        padding: 0 4%;
        gap: 35px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .organization-section {
        padding: 40px 0;
    }
    
    .organization-wrapper {
        padding: 0 3%;
        gap: 40px;
    }
    
    .organization-top-row {
        gap: 40px;
    }
    
    .organization-circle {
        /* max-width: 100%; */
        padding: 40px 30px;
    }
    
    .organization-circle-small-dot {
        top: 12px;
        right: 12px;
        width: 20px;
        height: 20px;
    }
    
    .organization-star {
        width: 16px;
        height: 16px;
    }
    
    .organization-circle-title-yellow {
        font-size: 36px;
        margin: 15px 0;
    }
    
    .organization-circle-title-blue-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        margin: 0 0 20px 0;
    }
    
    .organization-circle-title-blue {
        font-size: 40px;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .organization-circle-divider {
        margin: 15px 0;
    }
    
    .organization-circle-text {
        flex-direction: column;
        gap: 10px;
        margin: 15px 0;
        text-align: left;
    }
    
    .organization-circle-text-content {
        font-size: 15px;
    }
    
    .organization-dog-icon {
        width: 60px;
    }
    
    .organization-right-title {
        font-size: 36px;
    }
     .organization-right-content {
         padding:0 15px;
    }
    
    .organization-right-content p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 20px;

    }
    
    .organization-images-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .organization-image-item {
        max-width: 100%;
    }
    
    .organization-structure-section {
        padding: 40px 0;
    }
    
    .organization-structure-wrapper {
        padding: 0 3%;
        gap: 30px;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .organization-section {
        padding: 30px 0;
    }
    
    .organization-wrapper {
        padding: 0 3%;
        gap: 30px;
    }
    
    .organization-top-row {
        gap: 30px;
    }
    
    .organization-circle {
        padding: 30px 20px;
    }
    
    .organization-circle-small-dot {
        top: 10px;
        right: 10px;
        width: 18px;
        height: 18px;
    }
    
    .organization-star {
        width: 14px;
        height: 14px;
    }
    
    .organization-circle-title-yellow {
        font-size: 28px;
        margin: 10px 0;
    }
    
    .organization-circle-title-blue-wrapper {
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 0 15px 0;
    }
    
    .organization-circle-title-blue {
        font-size: 32px;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .organization-circle-divider {
        margin: 10px 0;
    }
    
    .organization-circle-text-content {
        font-size: 14px;
    }
    
    .organization-dog-icon {
        width: 50px;
    }
    
    .organization-right-title {
        font-size: 28px;
    }
    
    .organization-right-content p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 18px;

    }
    
    .organization-images-row {
        gap: 15px;
    }
    
    .organization-structure-section {
        padding: 30px 0;
    }
    
    .organization-structure-wrapper {
        padding: 0 3%;
        gap: 25px;
    }
    .featured-cases-carousel {
        margin-bottom: 30px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Customers Page Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.customers-page-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.customers-page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

.customers-page-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* 左欄：圖片（原尺寸） */
.customers-page-left {
    flex-shrink: 0;
}

.customers-page-left img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}

/* 右欄：Logo 網格（佔據剩餘寬度） */
.customers-page-right {
    flex: 1;
    min-width: 0;
}

.customers-page-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.customers-page-logo-item {
    width: 100%;
    /* aspect-ratio: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f8f8f8; */
    /* border-radius: 10px; */
    margin: 0 0px 30px 0px;
    padding: 10px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customers-page-logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.customers-page-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .customers-page-section {
        padding: 60px 0;
    }
    
    .customers-page-wrapper {
        padding: 0 4%;
    }
    
    .customers-page-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .customers-page-left {
        display: none;
    }
    
    .customers-page-right {
        width: 100%;
    }
    
    .customers-page-logos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .customers-page-section {
        padding: 40px 0;
    }
    
    .customers-page-wrapper {
        padding: 0 3%;
    }
    
    .customers-page-content {
        gap: 30px;
    }
    
    .customers-page-left {
        display: none;
    }
    
    .customers-page-right {
        width: 100%;
    }
    
    .customers-page-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .customers-page-section {
        padding: 30px 0;
    }
    
    .customers-page-wrapper {
        padding: 0 3%;
    }
    
    .customers-page-left {
        display: none;
    }
    
    .customers-page-right {
        width: 100%;
    }
    
    .customers-page-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .customers-page-logo-item {
        padding: 10px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Blog Detail Section (部落格內頁) <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.blog-detail-section {
    padding: 100px 0;
    /* background: #ffffff; */
    position: relative;
}

.blog-detail-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

.blog-detail-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* 左欄：圖片（原尺寸） */
.blog-detail-left {
    flex-shrink: 0;
}

.blog-detail-left img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}

/* 右欄：內容 */
.blog-detail-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* 標題區塊（灰色背景，圓角，星星+標題，底部黃線） */
.blog-detail-title-section {
    /* background: #f5f5f5; */
    border-radius: 20px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-bottom: 20px;
}

.blog-detail-title-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #fef0cc;
    border-radius: 0 0 20px 20px;
}

.blog-detail-title-star {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.blog-detail-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

/* 內文區塊 */
.blog-detail-text-section {
    padding: 0;
}

.blog-detail-text-section p {
    font-size: 16px;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 2;
    margin-bottom: 25px;
}

.blog-detail-text-section p:last-child {
    margin-bottom: 0;
}

/* 灰線分隔 */
.blog-detail-divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 20px 0;
}

/* 返回列表按鈕 */
.blog-detail-back-btn-wrapper {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .blog-detail-section {
        padding: 60px 0;
    }
    
    .blog-detail-wrapper {
        padding: 0 4%;
    }
    
    .blog-detail-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .blog-detail-left {
        display: none;
    }
    
    .blog-detail-right {
        width: 100%;
    }
    
    .blog-detail-title-section {
        padding: 25px 30px;
        padding-bottom: 35px;
    }
    
    .blog-detail-title {
        font-size: 24px;
    }
    
    .blog-detail-back-btn-wrapper {
        text-align: center;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .blog-detail-section {
        padding: 40px 0;
    }
    
    .blog-detail-wrapper {
        padding: 0 3%;
    }
    
    .blog-detail-content {
        gap: 30px;
    }
    
    .blog-detail-title-section {
        padding: 20px 25px;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .blog-detail-title-star {
        width: 20px;
        height: 20px;
    }
    
    .blog-detail-title {
        font-size: 20px;
    }
    
    .blog-detail-text-section p {
        font-size: 15px;
        line-height: 1.8;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .blog-detail-section {
        padding: 30px 0;
    }
    
    .blog-detail-wrapper {
        padding: 0 3%;
    }
    
    .blog-detail-title-section {
        padding: 15px 20px;
        padding-bottom: 25px;
    }
    
    .blog-detail-title {
        font-size: 18px;
    }
    
    .blog-detail-text-section p {
        font-size: 14px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Activities Detail Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* 標題區塊（灰色背景，圓角，星星+標題） */
.activities-detail-title-section {
    width: 100%;
    max-width: 1400px;
    margin: 40px auto;
    padding: 0;
}

.activities-detail-title-wrapper {
    background: #f8f6f2;
    border-radius: 60px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.activities-detail-title-star {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.activities-detail-title {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    line-height: 1.4;
}

/* 文宣區塊 */
.activities-detail-content-section {
    width: 100%;
    max-width: 1400px;
    margin: 40px auto;
    padding: 0;
}

.activities-detail-content-wrapper {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.activities-detail-content-wrapper p{
    font-size: 16px;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 2;
    margin-bottom: 25px;
}

.activities-detail-content {
    font-size: 16px;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 2;
    margin-bottom: 25px;
}

.activities-detail-content:last-child {
    margin-bottom: 0;
}

/* 精彩影音區塊 */
.activities-detail-video-section {
    width: 100%;
    margin: 60px 0;
    padding: 0;
    position: relative;
}

/* 背景圖片延伸到100%寬度 */
.activities-detail-video-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-image: url(../../images/activities-video.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    pointer-events: none;
    z-index: 0;
}

/* 影音標題區塊（兩欄，置中） */
.activities-detail-video-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
    text-align: center;
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.activities-detail-video-header-left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.activities-detail-video-header-left img {
    max-width: 100%;
    height: auto;
    display: block;
}

.activities-detail-video-header-right {
    flex: 1;
    display: flex;
}

.activities-detail-video-subtitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

/* 單一 YouTube 影片（100% 寬度，置中） */
.activities-detail-video-single {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom:40px;
}

.activities-detail-video-link {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 比例 */
    overflow: hidden;
    border-radius: 15px;
}

.activities-detail-video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.activities-detail-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.activities-detail-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.activities-detail-video-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.activities-detail-video-link:hover .activities-detail-video-thumbnail img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* 精彩影像區塊 */
.activities-detail-images-section {
    width: 100%;
    margin: 60px 0;
    padding: 0;
    position: relative;
}

/* 左上背景 - 延伸到100%寬度 */
.activities-detail-images-section::before {
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-100%);
    width: 50vw;
    height: 100%;
    background-image: url(../../images/strategy-bg-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 70%;
    pointer-events: none;
    z-index: 0;
}

/* 右上背景 - 延伸到100%寬度 */
.activities-detail-images-section::after {
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
    width: 50vw;
    height: 100%;
    background-image: url(../../images/strategy-bg-2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70%;
    pointer-events: none;
    z-index: 0;
}

.activities-detail-images-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 0 0 0;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.activities-detail-images-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* 圖片網格（三列） */
.activities-detail-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.activities-detail-image-item {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.activities-detail-image-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.activities-detail-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.activities-detail-image-item:hover img {
    transform: scale(1.05);
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .activities-detail-title-wrapper {
        padding: 25px 30px;
    }
    
    .activities-detail-title {
        font-size: 28px;
    }
    
    .activities-detail-video-section {
        width: 95%;
        margin: 50px auto;
    }
    
    .activities-detail-video-header {
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .activities-detail-images-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .activities-detail-title-wrapper {
        padding: 20px 25px;
        /* flex-direction: column; */
        align-items: center;
        gap: 12px;
    }
    
    .activities-detail-title-star {
        width: 20px;
        height: 20px;
    }
    
    .activities-detail-title {
        font-size: 24px;
    }
    
    .activities-detail-content-wrapper {
        padding: 0 10px;
    }
    
    .activities-detail-content {
        font-size: 15px;
        line-height: 1.8;
    }
    
    .activities-detail-video-section {
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 32px 15px;
    }
    
    .activities-detail-video-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .activities-detail-video-header-left {
        justify-content: center;
    }
    
    .activities-detail-video-header-right {
        justify-content: center;
    }
    
    .activities-detail-video-subtitle {
        justify-content: center;
    }
    
    .activities-detail-video-icon {
        width: 60px;
        height: 60px;
    }
    
    .activities-detail-images-section {
        margin: 0px auto;
        padding: 0 15px;
    }
    
    .activities-detail-images-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .activities-detail-title-wrapper {
        padding: 15px 20px;
    }
    
    .activities-detail-title {
        font-size: 20px;
    }
    
    .activities-detail-content {
        font-size: 14px;
    }
    
    .activities-detail-video-icon {
        width: 50px;
        height: 50px;
    }
    
    .activities-detail-images-grid {
        gap: 15px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Case List Section (精選案例列表) <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.case-list-section {
    padding: 50px 0;
    /* background: #ffffff; */
    position: relative;
}

.case-list-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
}

/* 案例項目 */
.case-list-item {
    width: 100%;
}

.case-item-content {
    display: flex;
    gap: 40px;
    align-items: center;
    background: #f8f6f2;
    border-radius: 20px;
    padding: 20px 40px;
    min-height: 215px;
}

/* 左欄：星星、標題、內文、按鈕 */
.case-item-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.case-item-star-wrapper {
    display: flex;
    align-items: center;
}

.case-item-star {
    width: 20px;
    height: 20px;
    display: block;
}

.case-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    line-height: 1.5;
}

.case-item-title a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.case-item-title a:hover {
    color: #00479d;
}

.case-item-excerpt {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-item-btn-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.case-item-btn {
    display: inline-flex;
    width: 35px;
    height: 35px;
}

/* 右欄：圖片 */
.case-item-right {
    flex: 1;
}

.case-item-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.case-item-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .case-list-section {
        padding: 60px 0;
    }
    
    .case-list-wrapper {
        padding: 0 4%;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    
    .case-item-content {
        flex-direction: column;
        gap: 20px;
        padding: 20px 25px;
    }
    
    .case-item-left {
        order: 2;
    }
    
    .case-item-right {
        order: 1;
    }
    
    .case-item-title {
        font-size: 18px;
    }
    
    .case-item-excerpt {
        font-size: 14px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .case-list-section {
        padding: 40px 0;
    }
    
    .case-list-wrapper {
        padding: 0 3%;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .case-item-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .case-item-left {
        order: 2;
    }
    
    .case-item-right {
        order: 1;
        width: 100%;
    }
    
    .case-item-title {
        font-size: 20px;
    }
    
    .case-item-excerpt {
        font-size: 14px;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .case-list-section {
        padding: 30px 0;
    }
    
    .case-list-wrapper {
        padding: 0 3%;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .case-item-content {
        gap: 25px;
    }
    
    .case-item-title {
        font-size: 18px;
    }
    
    .case-item-excerpt {
        font-size: 14px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Core Strategy Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.core-strategy-section {
    padding: 100px 0 0 0;
    background: #ffffff;
    position: relative;
    background-image: url(../../images/strategy-bg-1.png), url(../../images/strategy-bg-2.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%, 30%;
}

.core-strategy-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

/* 上方圖片 */
.core-strategy-top-image {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.core-strategy-top-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 內容區塊（標題、項目、按鈕） */
.core-strategy-content-block {
    background: #f8f6f2;
    background-image: url(../../images/strategy-bg-3.png);
    background-position: right 10% top;
    background-repeat: no-repeat;
    padding: 60px 40px;
    border-radius: 80px;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

/* 標題區塊（置左） */
.core-strategy-header {
    margin-bottom: 60px;
}

.core-strategy-title {
    display: flex;
    justify-content: flex-start;
}

.core-strategy-subtitle {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

/* 三欄策略項目 */
.core-strategy-items {
    display: flex;
    /* gap: 70px; */
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.core-strategy-item {
    flex: 1;
    max-width: 250px;
    text-align: center;
    position: relative;
    margin: 0 30px;
}

.core-strategy-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #cccccc;
}

/* 圖標樣式 */
.core-strategy-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-strategy-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* 項目標題 */
.core-strategy-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #00479d;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: 'Noto Sans TC', sans-serif;
}

/* 項目描述文字 */
.core-strategy-item-text {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    font-family: 'Noto Sans TC', sans-serif;
}

/* 底部按鈕（貼在右邊線上） */
.core-strategy-bottom-btn {
    position: absolute;
    bottom: 40px;
    right: -20px;
    z-index: 10;
    transition: all 0.3s ease;
}

.core-strategy-bottom-btn:hover {
    transform: translateY(-5px);
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .core-strategy-section {
        padding: 60px 0 0 0;
    }
    
    .core-strategy-top-image {
        margin-bottom: 40px;
    }
    
    .core-strategy-content-block {
        padding: 50px 35px;
        border-radius: 70px;
        max-width: 95%;
    }
    
    .core-strategy-header {
        margin-bottom: 50px;
    }
    
    .core-strategy-title .news-main-title {
        font-size: 32px;
    }
    
    .core-strategy-subtitle {
        font-size: 16px;
    }
    
    .core-strategy-subtitle .subtitle-main {
        font-size: 20px;
    }
    
    .core-strategy-items {
        gap: 50px;
        margin-bottom: 50px;
    }
    
    .core-strategy-item {
        max-width: 220px;
    }
    
    .core-strategy-icon {
        width: 100px;
        height: 100px;
    }
    
    .core-strategy-item-title {
        font-size: 18px;
    }
    
    .core-strategy-item-text {
        font-size: 13px;
    }
    
    .core-strategy-bottom-btn {
        bottom: 30px;
        right: -15px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .core-strategy-section {
        padding: 40px 0 0 0;
        background-size: 20%, 20%;
    }
    
    .core-strategy-wrapper {
        padding: 0 4%;
    }
    
    .core-strategy-top-image {
        margin-bottom: 30px;
    }
    
    .core-strategy-top-image img {
        max-width: 80%;
    }
    
    .core-strategy-content-block {
        padding: 40px 25px;
        border-radius: 50px;
        max-width: 100%;
    }
    
    .core-strategy-header {
        margin-bottom: 40px;
    }
    
    .core-strategy-title .news-main-title {
        font-size: 26px;
    }
    
    .core-strategy-subtitle {
        font-size: 14px;
    }
    
    .core-strategy-subtitle .subtitle-main {
        font-size: 18px;
    }
    
    .core-strategy-subtitle .subtitle-star-icon {
        width: 16px;
        height: 16px;
    }
    
    .core-strategy-items {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }
    
    .core-strategy-item {
        max-width: 100%;
    }
    
    .core-strategy-item:not(:last-child)::after {
        display: none;
    }
    
    .core-strategy-icon {
        width: 90px;
        height: 90px;
    }
    
    .core-strategy-item-title {
        font-size: 18px;
    }
    
    .core-strategy-item-text {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .core-strategy-bottom-btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        text-align: right;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .core-strategy-section {
        padding: 30px 0 0 0;
    }
    
    .core-strategy-wrapper {
        padding: 0 3%;
    }
    
    .core-strategy-top-image {
        margin-bottom: 25px;
    }
    
    .core-strategy-content-block {
        padding: 30px 20px;
        border-radius: 40px;
    }
    
    .core-strategy-title .news-main-title {
        font-size: 22px;
    }
    
    .core-strategy-subtitle {
        font-size: 12px;
    }
    
    .core-strategy-subtitle .subtitle-main {
        font-size: 16px;
        min-width: 75px;
    }
    
    .core-strategy-subtitle .subtitle-star-icon {
        width: 14px;
        height: 14px;
    }
    
    .core-strategy-items {
        gap: 30px;
    }
    
    .core-strategy-icon {
        width: 80px;
        height: 80px;
    }
    
    .core-strategy-item-title {
        font-size: 16px;
    }
    
    .core-strategy-item-text {
        font-size: 14px;
    }
    
    .core-strategy-bottom-btn .about-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .core-strategy-bottom-btn .about-btn .news-card-action-btn {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Process Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.process-section {
    padding: 100px 0 30px 0;
    background: #ffffff;
    position: relative;
}

.process-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

/* 標題區塊（兩欄布局） */
.process-header {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.process-header-left {
    flex-shrink: 0;
}

.process-header-left img {
    max-width: 100%;
    height: auto;
    display: block;
}

.process-header-right {
    flex: 1;
}

.process-title {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.process-subtitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

/* 流程卡片容器 */
.process-cards-container {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
}

/* 單個流程卡片 */
.process-card {
    flex: 1;
    min-width: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* 卡片上方區塊（深藍色） */
.process-card-top {
    background: #00479d;
    padding: 30px 25px;
    position: relative;
    min-height: 170px;
}

.process-card-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.process-card-number {
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-size: 48px;
    font-weight: bold;
    color: #f8b500;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1;
}

.process-card-title {
    position: absolute;
    bottom: 20px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

/* 卡片下方區塊（淺米色） */
.process-card-bottom {
    background: #f8f6f2;
    padding: 30px 25px;
}

.process-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.process-item {
    font-size: 16px;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}

.process-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #ffd700;
    border-radius: 50%;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .process-section {
        padding: 60px 0;
    }
    
    .process-wrapper {
        padding: 0 4%;
    }
    
    .process-header {
        gap: 40px;
        margin-bottom: 60px;
    }
    
    .process-cards-container {
        gap: 25px;
        flex-wrap: wrap;
    }
    
    .process-card {
        min-width: calc(50% - 12.5px);
    }
    
    .process-card-top {
        padding: 25px 20px;
    }
    
    .process-card-icon {
        width: 50px;
        height: 50px;
    }
    
    .process-card-number {
        font-size: 40px;
    }
    
    .process-card-title {
        font-size: 18px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .process-card-bottom {
        padding: 25px 20px;
    }
    
    .process-item {
        font-size: 15px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .process-section {
        padding: 40px 0;
    }
    
    .process-wrapper {
        padding: 0 3%;
    }
    
    .process-header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;
    }
    
    .process-header-left {
        width: 100%;
    }
    
    .process-header-right {
        width: 100%;
    }
    
    .process-title {
        justify-content: flex-start;
    }
    
    .process-subtitle {
        justify-content: flex-start;
    }
    
    .process-cards-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .process-card {
        min-width: 100%;
    }
    
    .process-card-top {
        padding: 20px;
        min-height: 70px;
    }
    
    .process-card-icon {
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
    
    .process-card-number {
        bottom: 15px;
        left: 20px;
        font-size: 36px;
    }
    
    .process-card-title {
        bottom: 18px;
        font-size: 16px;
        padding-left: 31px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        width: calc(100% - 62px);
        line-height: 1.6;
    }
    
    .process-card-bottom {
        padding: 20px;
    }
    
    .process-item {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .process-section {
        padding: 30px 0;
    }
    
    .process-wrapper {
        padding: 0 3%;
    }
    
    .process-header {
        margin-bottom: 40px;
    }
    
    .process-card-top {
        padding: 18px;
    }
    
    .process-card-icon {
        width: 40px;
        height: 40px;
    }
    
    .process-card-number {
        font-size: 32px;
    }
    
    .process-card-title {
        font-size: 15px;
        padding-left: 35px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        width: calc(100% - 70px);
    }
    
    .process-card-bottom {
        padding: 18px;
    }
    
    .process-item {
        font-size: 14px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Customers Section <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.customers-section {
    padding: 100px 0 0px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    background-image: url(../../images/customer-img-1.png);
    background-position: 15% -60%;
    background-repeat: no-repeat;
}

/* Footer 背景圖片 */
.footer-bg {
    position: relative;
    background-image: url(../../images/footer-bg-1.png);
    background-position: bottom center;
    /*background-size: 100% 50%;*/
    background-repeat: no-repeat;
}

/* 標題區塊外框（100%寬度） */
.customers-header-wrapper {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.customers-header-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 1px;
    background: #cccccc;
}

/* 標題區塊容器（1200px置中） */
.customers-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

/* 標題區塊（文字置右） */
.customers-header {
    text-align: right;
}

.customers-title {
    display: flex;
    justify-content: flex-end;
}

.customers-subtitle {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

/* 主容器：置中，最大寬度1200px */
.customers-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5% 80px 5%;
    position: relative;
}

/* 兩欄布局 */
.customers-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* 左欄：圖片 */
.customers-image-column {
    flex: 0 0 auto;
    /* width: 45%; */
}

.customers-image-column img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* 右欄：Logo 網格、按鈕 */
.customers-right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Logo 網格 */
.customers-logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.customer-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    /* background: #ffffff; */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.customer-logo-item:hover {
    transform: translateY(-5px);
}

.customer-logo-item img {
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
}

/* 底部按鈕（靠右） */
.customers-bottom-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

/* 響應式設計 - 平板 */
@media screen and (max-width: 1024px) {
    .customers-section {
        padding: 60px 0 0 0;
    }
    
    .customers-header-wrapper {
        margin-bottom: 50px;
    }
    
    .customers-header-container {
        padding: 0 3%;
    }
    
    .customers-title .news-main-title {
        font-size: 32px;
    }
    
    .customers-subtitle {
        font-size: 16px;
    }
    
    .customers-subtitle .subtitle-main {
        font-size: 20px;
    }
    
    .customers-wrapper {
        padding: 0 3% 60px 3%;
    }
    
    .customers-content {
        gap: 40px;
    }
    
    .customers-image-column {
        max-width: 300px;
    }
    
    .customers-logos-grid {
        gap: 25px;
    }
    
    .customers-bottom-btn .about-btn {
        padding: 12px 26px;
        font-size: 15px;
    }
}

/* 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    .customers-section {
        padding: 40px 0 0 0;
        background-image: none;
    }
    
    .footer-bg {
        background-image: none;
    }
    
    .customers-header-wrapper {
        margin-bottom: 40px;
    }
    
    .customers-header-wrapper::after {
        width: 80%;
    }
    
    .customers-header-container {
        padding: 0 4%;
    }
    
    .customers-header {
        text-align: center;
    }
    
    .customers-title {
        justify-content: center;
    }
    
    .customers-subtitle {
        justify-content: center;
        font-size: 14px;
    }
    
    .customers-title .news-main-title {
        font-size: 26px;
    }
    
    .customers-subtitle .subtitle-main {
        font-size: 18px;
    }
    
    .customers-subtitle .subtitle-star-icon {
        width: 16px;
        height: 16px;
    }
    
    .customers-wrapper {
        padding: 0 4% 60px 4%;
    }
    
    .customers-content {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    
    .customers-image-column {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .customers-image-column img {
        max-width: 280px;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    
    .customers-right-column {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .customers-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .customer-logo-item {
        padding: 10px 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .customer-logo-item img {
        max-width: 140px;
        width: 100%;
        height: auto;
    }
    
    .customers-bottom-btn {
        margin-top: 20px;
        justify-content: center;
        width: 100%;
    }
    
    .customers-bottom-btn .about-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .customers-bottom-btn .about-btn .news-card-action-btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

/* 響應式設計 - 小手機 */
@media screen and (max-width: 480px) {
    .container .wrap.layout-full {
        padding-top:0;
    }

    .customers-section {
        padding: 30px 0 0 0;
    }
    
    .customers-header-wrapper {
        margin-bottom: 30px;
    }
    
    .customers-header-wrapper::after {
        width: 90%;
    }
    
    .customers-header-container {
        padding: 0 3%;
    }
    
    .customers-title .news-main-title {
        font-size: 22px;
    }
    
    .customers-subtitle {
        font-size: 12px;
    }
    
    .customers-subtitle .subtitle-main {
        font-size: 16px;
    }
    
    .customers-subtitle .subtitle-star-icon {
        width: 14px;
        height: 14px;
    }
    
    .customers-wrapper {
        padding: 0 3% 40px 3%;
    }
    
    .customers-content {
        gap: 30px;
    }
    
    .customers-image-column img {
        max-width: 220px;
    }
    
    .customers-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .customer-logo-item {
        padding: 8px 6px;
    }
    
    .customer-logo-item img {
        max-width: 120px;
    }
    
    .customers-bottom-btn .about-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .customers-bottom-btn .about-btn .news-card-action-btn {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
}

/* Footer 響應式設計 - 手機 */
@media screen and (max-width: 768px) {
    #main-footer {
        background-image: none;
    }
    
    .footer-container {
        padding: 0;
    }
    
    .footer-content {
        display: flex;
        flex-direction: column;
        padding: 40px 20px 30px 20px;
        gap: 50px;
    }
    
    /* Logo 置中 */
    .footer-logo {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .footer-logo img {
        margin: 0 auto;
        max-width: 300px;
    }
    
    /* 左欄樣式 */
    .footer-left-column {
        order: 1;
        max-width: 100%;
        text-align: center;
    }
    
    /* 連絡電話樣式 */
    .contact-phone {
        /* justify-content: center; */
        /* margin-bottom: 25px; */
        padding: 12px 20px;
        font-size: 16px;
    }
    
    .phone-number {
        font-size: 16px;
    }
    
    /* 聯絡資訊樣式 */
    .contact-details {
        margin-bottom: 30px;
    }
    
    .contact-item {
        /* justify-content: center; */
        margin: 15px 0;
        font-size: 14px;
        text-align: center;
    }
    
    /* 右欄樣式（在左欄之後） */
    .footer-right-column {
        order: 2;
        max-width: 100%;
    }
    
    /* 隱藏左欄的 copyright */
    .footer-left-column .footer-copyright {
        display: none;
    }
    
    /* 部落格區塊樣式 */
    .blog-section {
        margin-bottom: 30px;
    }
    
    .blog-header {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .blog-header h3 {
        font-size: 18px;
    }
    
    .blog-more-btn {
        font-size: 13px;
        padding: 5px 15px;
    }
    
    .blog-list {
        gap: 15px;
    }
    
    .blog-item {
        padding: 0px 0;
    }
    
    .blog-title {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* 社群媒體樣式 */
    .footer-social {
        margin-top: 0;
        padding-top: 0;
        /* margin-bottom: 25px; */
    }
    
    .social-icons {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .social-icon-item {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .social-icon-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
        flex-shrink: 0;
        border-width: 2px;
    }
    
    .social-label {
        font-size: 11px;
        min-width: auto;
        color: #ffffff;
    }
    
    /* 在右欄的 footer-social 後面顯示 copyright */
    .footer-right-column .footer-copyright-mobile {
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }
    
    .footer-right-column .footer-copyright-mobile p {
        font-size: 12px;
        color: #4d719e;
        text-align: center;
        margin: 5px 0;
        line-height: 1.6;
    }
    
    .footer-right-column .footer-copyright-mobile .copyright-link {
        color: #4d719e;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .footer-right-column .footer-copyright-mobile .copyright-link:hover {
        text-decoration: underline;
        color: #6b8fc7;
    }
}


.contact-details a{color:#fff;}
.contact-phone a{display: inline-flex}
.contact-info-item a{color:#666;}
.captcha-group{display: flex;}
img.default-img  {
    filter: grayscale(100%);
}

.editor-area img{max-width: 100%;}
.editor-area{line-height: 1.6;font-size:1rem;}


.activities-detail-video-single:not(:first-child) {
    margin-top: 10px;
}

.cursor-pointer{
    cursor:pointer;
}
.text-ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 顯示 3 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2; /* 顯示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-word;
}
.text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 顯示 3 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 顯示 3 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1400px) and (max-width: 1660px) {
    #menu {
    right:8% ;
        }
}