.page .ctr img {
	display: block;
	width: 95%;
	margin: 0 auto;
}

.ctr_action a {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

.wrap_QA{
  max-width:85%;
  height: 500px;
  margin:0 auto;
  margin-bottom:150px;
}

.question h3{
  border:1px solid #004e66;
  padding:10px;
  text-align:left;
  font-family:微軟正黑體;
  margin-bottom:5px;
  cursor: pointer;
}
.question p{
	display: none;
  font-family:微軟正黑體;
  text-align:left;
	padding: 6px;
	line-height: 1.5;
}

.question h3:hover,.question h3.active{
  background: #ccddf1;
  color:#274c5e;
}


.wrap_Video{
  max-width:80%;
  height: 500px;
  margin:0 auto;
}

@media (min-width: 992px) {
  /* 在較寬的螢幕上，減小影片之間的水平間距 */
  .yt-item {
    padding-right: 10px;
  }
  
  .yt-item:last-child {
    padding-right: 0;
  }
}

.yt-item {
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}


.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.button {
  display: flex;
  justify-content: center; /* 水平置中 */
  align-items: center; /* 垂直置中 */
  background-color: #202f4e;
  color: #fff;
  padding: 12px 24px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 24pt;
  height: 70px;
  width: 260px;
  transition: all 0.2s ease-in-out;
   margin-bottom: 100px; /* 與下方元素間距 */
}


.button:hover {
  background-color: #fff;
  color: #202f4e;
  border: 2px solid #202f4e;
  text-decoration: none; /* 移除下底線 */
}

@media screen and (max-width: 768px) {
  .button {
    width: 150px;
    font-size: 16pt;
    height: 50px;
  }
}

.ctr::after {
    content: '';
    clear: both;
    display: block;
}


