/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	box-sizing: border-box;
}

/* --電腦版型------------------------------------- */

#news-content {
    width: 100%;
}

.content-space {
    display: block;
    width: 100%;
    height: 90px;
}
.new-title{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
}
.new-title-1200{
	display: block;
    width: 1200px;
	margin: 0 auto;
}
.new{
	width: 1100px;
    height: 35px;
    overflow: hidden;
    padding-bottom: 1%;
	margin: 0 auto;
}
.new-space{
   display: block;
   width: 750px;
   height: 35px;
   float: left;	
}
.new-date{
   display: block;
   width: 200px;
   height: 35px;
   float: left;
   padding: 0 0 0 12%;
   position: relative;	
}
.new-date img{
  display: block;	
  width: 35px;
  height: 35px;
  position: absolute;
}
.new-date h1 {
  display: block;
  color: #666666;
  font-size: 18px;
  line-height: 35px;	
  text-align: left;
  letter-spacing: 0.1em;
  padding: 0 0 0 16%;
  position: absolute;	
}
.new-slogan{
	width: 1100px;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}
.new-slogan h1 {
  display: block;
  width: 100%;
  color: #f93e03;
  font-size: 35px;
  line-height: 60px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;		
}
.new-img{
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 2%;
}
.new-img img {
    display: block;
    width: 1200px;
    height: auto;
    margin: 0 auto;
	border-radius: 30px;
}
#Article-Menu{
	width: 1200px;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}

a.anchor {
    display: block;
    position: relative;
    top:-125px;
    visibility: hidden;
}
.menu-container {
    max-width: 700px;
    font-family: "Microsoft JhengHei", sans-serif;
    background-color: #ffffff;
    color: #000000;
	margin: 0 auto;
    font-size: 20px;
  }

  /* 隱藏原生箭頭 */
  details summary::-webkit-details-marker {
    display: none;
  }
  details summary {
    list-style: none;
  }

  /* 幾何邊框設定 */
  details {
    border: 1px solid #000000;
    margin-bottom: -1px; /* 框線重疊，避免邊框變粗 */
	border-radius: 20px;  
  }

  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
	color: #2f2f31;
    font-size: 20px;  
  }

  /* 懸停時的反光效果 */
  summary:hover {
	border-radius: 20px;  
  }

  /* --- 漢堡符號自訂區 --- */
  
  /* 設定符號內容與樣式 */
  summary::after {
    content: "☰"; 
    font-size: 2rem;
    font-weight: bold;
  }

  /* 這裡移除了變成 X 的設定，讓符號在 [open] 狀態下依然維持 content: "☰" */
  /* ---------------------- */

.content {
    padding: 15px 20px;
    border-top: 1px solid #000000;
    line-height: 40px;
  }
.content ul{
	list-style: none;
}
.content li{
	color: #666666;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1em;
}
.content li a{
	color: #333333;
	font-weight: bold;
}
.content li a:hover{
	color: #eb6100;
	font-weight: bold;
}
#Article-1{
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-bottom: 3%;
   margin: 0 auto;
}
#Article-2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-6 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
.Article-1200 {
   display: block;
   width: 1200px;
   margin: 0 auto;
}
.Article-slogan{
	width: 1100px;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}
.Article-slogan h1 {
  display: block;
  width: 100%;
  color: #00549e;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  border-left: 5px solid #00549e;
  padding: 0 0 0 2%;
}
.Article-img{
  display: block;
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  padding-bottom: 2%;
}
.Article-img img {
  display: block;
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  border-radius: 30px;
}
.Article-content{
  display: block;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.Article-content-2{
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #dfe3e3;	
  padding: 2%;
}
.Article-content-3{
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;	
  padding: 2%;
}
.Queue-YT {
    position: relative;
    width: 80%;
    height: 600px;
    margin: 6% 10% 0% 10%;
}
.Queue-play {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.Queue-play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Article-content p {
    display: block;
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-content-2 p {
    display: block;
    width: 90%;
    height: auto;
    color: #404040;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-content-2 p a {
    color: #2196F3;
    text-decoration: none;
    word-break: break-all;
}
.Article-content-2 span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #c7161d;
    font-weight: bolder;
    letter-spacing: 0.2em;
    width: 90%;
    margin: 0 auto;
}
.Article-content-3 p {
    display: block;
    width: 90%;
    height: auto;
    color: #404040;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 1%;
}
.Article-content-3 p a {
    color: #2196F3;
    text-decoration: none;
    word-break: break-all;
}
.Article-content-3 span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #c7161d;
    font-weight: bolder;
    letter-spacing: 0.2em;
    width: 90%;
}
.Article-content ul{
	list-style: disc;
    padding: 0 0 3% 5%;
}

.Article-content li{
	color: #404040;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1em;
	line-height: 40px;
}
.Article-img-p{
	display: block;
    width: 50%;
    height: auto;
    float: left;
}
.Article-img-2{
	display: block;
    width: 100%;
    position: relative;
	padding: 0 0 3% 0;
}
.Article-img-2 img{
	display: block;
    width: 100%;
	height: auto;
	border-radius: 30px;
}
.Article-p{
	display: block;
    position: relative;
    height: 40px;
    padding: 0 0 0 16%;
}
.Article-p p{
	display: block;
    width: 90%;
    height: auto;
    color: #404040;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    position: absolute;
    padding: 0 0 0 10%;
}
.triangle01 {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #000000;
  display:inline-block;
  position: absolute;
  margin: 2%;
}
.Article-text{
  display: block;
  width: 50%;
  height: 580px;
  float: left;
}
.Article-text p{
  display: block;
  width: 90%;
  height: 250px;
    color: #404040;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    padding: 40% 0 0 8%;
}
.Article-text-2{
  display: block;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 5% 0;	
}
.h2-text{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 3% 0;
}
.h2-text ul{
	list-style: square;
    padding: 0 0 3% 5%;
}
.h2-text li{
	color: #222222;
    font-size: 22px;
    text-align: left;
    letter-spacing: 0.1em;
	line-height: 40px;
}
.h2-text p{
	color: #535353;
    font-size: 20px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0.1em;
}
.h2-text span{
	color: #f24500;
    font-size: 25px;
    text-align: left;
    line-height: 45px;
    letter-spacing: 0.1em;
}
.Article-text-3{
  display: block;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.Article-text-3 h3 {
    display: block;
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-text-3 h3 a {
    color: #2196F3;
    text-decoration: none;
    word-break: break-all;
}
.Article-text-3 p {
    display: block;
    width: 95%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.05em;
    padding-bottom: 1%;
    text-align: left;
}
.Article-text-3 span {
    display: initial;
    font-size: 18px;
    line-height: 40px;
    color: #c7161d;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 0.2em;
}
.Article-text-right{
  display: block;
  width: 45%;
  height: auto;
  float: left;
  margin: 0 0 0 2%;
}
.Article-text-right ul{
  list-style: disc;
  padding: 30% 0 3% 6%;
}
.Article-text-right li{
  color: #404040;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.Article-text-right-2{
  display: block;
  width: 45%;
  height: auto;
  float: left;
  margin: 0 0 0 2%;
}
.Article-text-right-2 ul{
  list-style: none;
  padding: 20% 0 3% 6%;
}
.Article-text-right-2 li{
  color: #000000;
  font-size: 22px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.Article-text-4{
  display: block;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.Article-text-4 ul{
  list-style: disc;
  padding: 0 0 3% 3%;
}
.Article-text-4 li{
  color: #404040;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 45px;
}
.Article-text-5{
  display: block;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.Article-text-5 h3 {
    display: block;
    width: 100%;
    height: auto;
    color: #1a1a1a;
    font-size: 22px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-text-6 {
    display: block;
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.content-btn{
	display: block;
    width: 1000px;
    height: 120px;
    margin: 0 auto;
	padding: 5% 0 0 0;
}
.web-btn{
  display: block;
  width: 350px;
  height: 100px;
  float: left;
  background-color: #00549e;
  border-radius: 20px;	
}
.web-btn .consultation-btn a{
	text-decoration: none;
}
.web-btn:hover{
background-color: #004482;	
}
.consultation-btn:hover{
background-color: #dd4c13;	
}

.logo-icon{
  display: block;
  width: 110px;
  height: 50px;
  float: left;
  padding: 8% 0 0 5%;	
}
.web-btn h2{
    display: block;
    width: 50%;
    height: auto;
    color: #ffffff;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    padding-bottom: 3%;
	float: left;
	padding: 8% 0% 5% 6%;
}
.consultation-btn{
    display: block;
    width: 350px;
    height: 100px;
    float: left;
    background-color: #eb6100;
    border-radius: 20px;
    margin: 0 0 0 5%;
}
.consultation-icon{
  display: block;
  width: 70px;
  height: 50px;
  float: left;
  padding: 8% 0 0 10%;	
}
.consultation-btn h2 {
    display: block;
    width: 50%;
    height: auto;
    color: #ffffff;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    padding-bottom: 3%;
	float: left;
	padding: 8%;
}
.latest-news{
	display: block;
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    padding: 2% 0 3% 0;
}
.latest-space{
	display: block;
    width: 750px;
    height: 50px;
    float: left;
}
.latest-link{
	display: block;
    width: 250px;
    height: 50px;
    float: left;
}
.link-btn{
    display: block;
    width: 250px;
    height: 50px;
    float: left;
    border-radius: 20px;
    margin: 0 0 0 5%;
}
.arrow-icon{
  display: block;
  width: 40px;
  height: 40px;
  float: left;	
}
.arrow-icon img{
  display: block;
  width: 40px;
  height: 40px;
}
.link-btn h2 {
    display: block;
    width: 70%;
    height: auto;
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
	float: left;
}
.link-btn h2:hover{
	color: #004482;
}


/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
.content-space {
    display: block;
    width: 100%;
    height: 60px;
}	
.new-title{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
}
.new-title-1200{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.new{
	width: 90%;
    height: auto;
    overflow: hidden;
    padding-bottom: 1%;
	margin: 0 auto;
}
.new-space{
   display: none;	
}
.new-date{
   display: block;
   width: 100%;
   height: 50px;
   float: none;
   padding: 3% 0 0 0;
   position: relative;	
}
.new-date img{
  display: block;	
  width: 35px;
  height: 35px;
  position: absolute;
}
.new-date h1 {
  display: block;
  color: #666666;
  font-size: 18px;
  line-height: 35px;	
  text-align: left;
  letter-spacing: 0.1em;
  padding: 0 0 0 16%;
  position: absolute;	
}
.new-slogan{
	width: 90%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}
.new-slogan h1 {
  display: block;
  width: 100%;
  color: #f93e03;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;		
}
.new-img{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 2%;
}
.new-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
	border-radius: 30px;
}
#Article-Menu{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}

a.anchor {
    display: block;
    position: relative;
    top:-125px;
    visibility: hidden;
}
.menu-container {
    max-width: 90%;
    font-family: "Microsoft JhengHei", sans-serif;
    background-color: #ffffff;
    color: #000000;
	margin: 0 auto;
    font-size: 5px;
  }

  /* 隱藏原生箭頭 */
  details summary::-webkit-details-marker {
    display: none;
  }
  details summary {
    list-style: none;
  }

  /* 幾何邊框設定 */
  details {
    border: 1px solid #000000;
    margin-bottom: -1px; /* 框線重疊，避免邊框變粗 */
	border-radius: 20px;  
  }

  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
	color: #2f2f31;
    font-size: 20px;  
  }

  /* 懸停時的反光效果 */
  summary:hover {
	border-radius: 20px;  
  }

  /* --- 漢堡符號自訂區 --- */
  
  /* 設定符號內容與樣式 */
  summary::after {
    content: "☰"; 
    font-size: 2rem;
    font-weight: bold;
  }

  /* 這裡移除了變成 X 的設定，讓符號在 [open] 狀態下依然維持 content: "☰" */
  /* ---------------------- */

.content {
    padding: 10px 15px;
    border-top: 1px solid #000000;
    line-height: 40px;
  }
.content ul{
	list-style: none;
}
.content li{
	color: #666666;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1em;
}
.content li a{
	color: #333333;
	font-weight: bold;
}
.content li a:hover{
	color: #eb6100;
	font-weight: bold;
}
#Article-1{
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-bottom: 3%;
   margin: 0 auto;
}
#Article-2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-6 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}	
.Article-1200 {
   display: block;
   width: 100%;
   margin: 0 auto;
}
.Article-slogan{
	width: 90%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}
.Article-slogan h1 {
  display: block;
  width: 100%;
  color: #00549e;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  border-left: 5px solid #00549e;
  padding: 0 0 0 2%;
}
.Article-img{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 2%;
}
.Article-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 30px;
}
.Article-content{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.Article-content-2 {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.Article-content-3 {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}	
.Article-content p {
    display: block;
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-content-3 p {
    display: block;
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Queue-YT {
    position: relative;
    width: 100%;
    height: auto;
    margin: 6% 0% 0% 0%;
}
.Queue-play {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.Queue-play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
.Article-content ul{
	list-style: disc;
    padding: 0 0 3% 5%;
}
.Article-content li{
	color: #404040;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.1em;
	line-height: 36px;
}
.Article-img-p{
	display: block;
    width: 100%;
    height: auto;
    float: none;
}
.Article-text-right-2 {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 0 2%;
}	
.Article-img-2{
	display: block;
    width: 100%;
    position: relative;
	padding: 0 0 3% 0;
}
.Article-img-2 img{
	display: block;
    width: 100%;
	height: auto;
	border-radius: 30px;
}
.Article-text-right-2 ul {
    list-style: none;
    padding: 10% 0 3% 0;
}
.Article-content-2 p {
    display: block;
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-content-2 span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #c7161d;
    font-weight: bolder;
    letter-spacing: 0.2em;
    width: 100%;
    margin: 0 auto;
}
.Article-content-3 span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #c7161d;
    font-weight: bolder;
    letter-spacing: 0.2em;
    width: 100%;
    margin: 0 auto;
}	
.Article-p{
	display: block;
    position: relative;
    height: 40px;
    padding: 0 0 0 5%;
}
.Article-p p{
	display: block;
    width: 90%;
    height: auto;
    color: #404040;
    font-size: 17px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    position: absolute;
    padding: 0 0 0 10%;
}
.triangle01 {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #000000;
  display:inline-block;
  position: absolute;
  margin: 2%;
}
.Article-text{
  display: block;
  width: 100%;
  height: auto;
  float: none;
}
.Article-text p{
  display: block;
  width: 100%;
  height: auto;
    color: #404040;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    padding: 2% 0 0 0;
}
.Article-text-2{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 5% 0;	
}
.h2-text{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 3% 0;
}
.h2-text ul{
	list-style: square;
    padding: 0 0 3% 6%;
}
.h2-text li{
	color: #222222;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.1em;
	line-height: 35px;
}
.h2-text p{
	color: #535353;
    font-size: 18px;
    text-align: left;
    line-height: 35px;
    letter-spacing: 0.1em;
}
.h2-text span{
	color: #f24500;
    font-size: 25px;
    text-align: left;
    line-height: 45px;
    letter-spacing: 0.1em;
}	
.Article-text-3{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.Article-text-3 h3 {
    display: block;
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 5%;
}
.Article-text-right{
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin: 0 0 0 2%;
}
.Article-text-right ul{
  list-style: disc;
  padding: 3% 0 3% 6%;
}
.Article-text-right li{
  color: #404040;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 35px;
}
.Article-text-4{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.Article-text-4 ul{
  list-style: disc;
  padding: 0 0 3% 6%;
}
.Article-text-4 li{
  color: #404040;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 35px;
}
.Article-text-5{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.Article-text-5 h3 {
    display: block;
    width: 100%;
    height: auto;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-text-6 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.content-btn{
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 5% 0 0 0;
}
.web-btn{
  display: block;
  width: 300px;
  height: 80px;
  float: none;
  background-color: #00549e;
  border-radius: 20px;
  margin: 5% 12%;	
}
.web-btn .consultation-btn a{
	text-decoration: none;
}
.web-btn:hover{
background-color: #004482;	
}
.consultation-btn:hover{
background-color: #dd4c13;	
}

.logo-icon{
  display: block;
  width: 110px;
  height: 50px;
  float: left;
  padding: 6% 0 0 6%;	
}
.logo-icon img{
  display: block;
  width: 110px;
  height: auto;	
}	
.web-btn h2{
    display: block;
    width: 60%;
    height: auto;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    padding-bottom: 3%;
	float: left;
	padding: 8% 0% 5% 8%;
}
.consultation-btn{
    display: block;
    width: 300px;
    height: 80px;
    float: none;
    background-color: #eb6100;
    border-radius: 20px;
    margin: 5% 12%;
}
.consultation-icon{
  display: block;
  width: 70px;
  height: 50px;
  float: left;
  padding: 6% 0 0 10%;	
}
.consultation-btn h2 {
    display: block;
    width: 70%;
    height: auto;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    padding-bottom: 3%;
	float: left;
	padding: 8% 5% 8% 20%;
}
.latest-news{
	display: block;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 2% 0 3% 0;
}
.latest-space{
	display: none;
    
}
.latest-link{
	display: block;
    width: 250px;
    height: 40px;
    float: right;
}
.link-btn{
    display: block;
    width: 250px;
    height: 40px;
    float: left;
    border-radius: 20px;
    margin: 0 0 0 10%;
}
.arrow-icon{
  display: block;
  width: 40px;
  height: 40px;
  float: left;	
}
.arrow-icon img{
  display: block;
  width: 40px;
  height: 40px;
}
.link-btn h2 {
    display: block;
    width: 60%;
    height: auto;
    color: #333333;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
	float: left;
}
.link-btn h2:hover{
	color: #004482;
}

}

/* --ipad版型------------------------------------- */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
#news-content {
    width: 100%;
}

.content-space {
    display: block;
    width: 100%;
    height: 90px;
}
.new-title{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
}
.new-title-1200{
	display: block;
    width: 95%;
	margin: 0 auto;
}
.new{
	width: 100%;
    height: 50px;
    overflow: hidden;
    padding-bottom: 1%;
	margin: 0 auto;
}
.new-space{
   display: block;
   width: 700px;
   height: 35px;
   float: left;	
}
.new-date{
   display: block;
   width: 250px;
   height: 35px;
   float: left;
   padding: 0 0 0 9%;
   position: relative;	
}
.new-date img{
  display: block;	
  width: 35px;
  height: 35px;
  position: absolute;
}
.new-date h1 {
  display: block;
  color: #666666;
  font-size: 18px;
  line-height: 35px;	
  text-align: left;
  letter-spacing: 0.1em;
  padding: 0 0 0 16%;
  position: absolute;	
}
.new-slogan{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}
.new-slogan h1 {
  display: block;
  width: 100%;
  color: #f93e03;
  font-size: 35px;
  line-height: 60px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;		
}
.new-img{
  display: block;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  padding-bottom: 2%;
}
.new-img img {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
	border-radius: 30px;
}
#Article-Menu{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}

a.anchor {
    display: block;
    position: relative;
    top:-125px;
    visibility: hidden;
}
.menu-container {
    max-width: 700px;
    font-family: "Microsoft JhengHei", sans-serif;
    background-color: #ffffff;
    color: #000000;
	margin: 0 auto;
    font-size: 20px;
  }

  /* 隱藏原生箭頭 */
  details summary::-webkit-details-marker {
    display: none;
  }
  details summary {
    list-style: none;
  }

  /* 幾何邊框設定 */
  details {
    border: 1px solid #000000;
    margin-bottom: -1px; /* 框線重疊，避免邊框變粗 */
	border-radius: 20px;  
  }

  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
	color: #2f2f31;
    font-size: 20px;  
  }

  /* 懸停時的反光效果 */
  summary:hover {
	border-radius: 20px;  
  }

  /* --- 漢堡符號自訂區 --- */
  
  /* 設定符號內容與樣式 */
  summary::after {
    content: "☰"; 
    font-size: 2rem;
    font-weight: bold;
  }

  /* 這裡移除了變成 X 的設定，讓符號在 [open] 狀態下依然維持 content: "☰" */
  /* ---------------------- */

.content {
    padding: 15px 20px;
    border-top: 1px solid #000000;
    line-height: 40px;
  }
.content ul{
	list-style: none;
}
.content li{
	color: #666666;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1em;
}
.content li a{
	color: #333333;
	font-weight: bold;
}
.content li a:hover{
	color: #eb6100;
	font-weight: bold;
}
#Article-1{
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-bottom: 3%;
   margin: 0 auto;
}
#Article-2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
#Article-6 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
    margin: 0 auto;
}
.Article-1200 {
   display: block;
   width: 95%;
   margin: 0 auto;
}
.Article-slogan{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3%;
	margin: 0 auto;
}
.Article-slogan h1 {
  display: block;
  width: 100%;
  color: #00549e;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  border-left: 5px solid #00549e;
  padding: 0 0 0 2%;
}
.Article-img{
  display: block;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  padding-bottom: 2%;
}
.Article-img img {
  display: block;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border-radius: 30px;
}
.Article-content{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.Article-content p {
    display: block;
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-content ul{
	list-style: disc;
    padding: 0 0 3% 5%;
}
.Article-content li{
	color: #404040;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1em;
	line-height: 40px;
}
.Article-img-p{
	display: block;
    width: 50%;
    height: auto;
    float: left;
}
.Article-img-2{
	display: block;
    width: 100%;
    position: relative;
	padding: 0 0 3% 0;
}
.Article-img-2 img{
	display: block;
    width: 100%;
	height: auto;
	border-radius: 30px;
}
.Article-p{
	display: block;
    position: relative;
    height: 40px;
    padding: 0 0 0 16%;
}
.Article-p p{
	display: block;
    width: 90%;
    height: auto;
    color: #404040;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    position: absolute;
    padding: 0 0 0 10%;
}
.triangle01 {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #000000;
  display:inline-block;
  position: absolute;
  margin: 2%;
}
.Article-text{
  display: block;
  width: 50%;
  height: auto;
  float: left;
}
.Article-text p{
  display: block;
  width: 90%;
  height: auto;
  color: #404040;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 2px;
  padding: 40% 0 0 8%;
}
.Article-text-2{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 5% 0;	
}
.h2-text{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 3% 0;
}
.h2-text ul{
	list-style: square;
    padding: 0 0 3% 5%;
}
.h2-text li{
	color: #222222;
    font-size: 22px;
    text-align: left;
    letter-spacing: 0.1em;
	line-height: 40px;
}
.h2-text p{
	color: #535353;
    font-size: 20px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0.1em;
}
.Article-text-3{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.Article-text-3 h3 {
    display: block;
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 5%;
}
.Article-text-right{
  display: block;
  width: 45%;
  height: auto;
  float: left;
  margin: 0 0 0 2%;
}
.Article-text-right ul{
  list-style: disc;
  padding: 30% 0 3% 6%;
}
.Article-text-right li{
  color: #404040;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.Article-text-4{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.Article-text-4 ul{
  list-style: disc;
  padding: 0 0 3% 3%;
}
.Article-text-4 li{
  color: #404040;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 45px;
}
.Article-text-5{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.Article-text-5 h3 {
    display: block;
    width: 100%;
    height: auto;
    color: #1a1a1a;
    font-size: 22px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Article-text-6 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.content-btn{
	display: block;
    width: 100%;
    height: 120px;
    margin: 0 auto;
	padding: 5% 0 0 0;
}
.web-btn{
  display: block;
  width: 350px;
  height: 100px;
  float: left;
  background-color: #00549e;
  border-radius: 20px;	
}
.web-btn .consultation-btn a{
	text-decoration: none;
}
.web-btn:hover{
background-color: #004482;	
}
.consultation-btn:hover{
background-color: #dd4c13;	
}

.logo-icon{
  display: block;
  width: 110px;
  height: 50px;
  float: left;
  padding: 8% 0 0 5%;	
}
.web-btn h2{
    display: block;
    width: 60%;
    height: auto;
    color: #ffffff;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    padding-bottom: 3%;
	float: left;
	padding: 8% 0% 5% 10%;
}
.consultation-btn{
    display: block;
    width: 350px;
    height: 100px;
    float: left;
    background-color: #eb6100;
    border-radius: 20px;
    margin: 0 0 0 5%;
}
.consultation-icon{
  display: block;
  width: 70px;
  height: 50px;
  float: left;
  padding: 8% 0 0 10%;	
}
.consultation-btn h2 {
    display: block;
    width: 70%;
    height: auto;
    color: #ffffff;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    padding-bottom: 3%;
	float: left;
	padding: 8% 10%;
}
.latest-news{
	display: block;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 2% 0 3% 0;
}
.latest-space{
	display: none;
}
.latest-link{
	display: block;
    width: 250px;
    height: 50px;
    float: right;
}
.link-btn{
    display: block;
    width: 250px;
    height: 50px;
    float: left;
    border-radius: 20px;
    margin: 0 0 0 5%;
}
.arrow-icon{
  display: block;
  width: 40px;
  height: 40px;
  float: left;	
}
.arrow-icon img{
  display: block;
  width: 40px;
  height: 40px;
}
.link-btn h2 {
    display: block;
    width: 70%;
    height: auto;
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
	float: left;
}
.link-btn h2:hover{
	color: #004482;
}
	
}	