a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


#MyBanner
{
	1border:solid 1px #990000;
	width:100vw;
	height:4%;
	position:absolute;
	top:0px;
	1opacity:0.8;
	z-index:2000;
	text-align:center;
	font-family:'Arial';
	font-weight:bold;
	font-size:large;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#76b5c5;
	border-bottom:solid 2px #333;
}
#MyMap
{
	1display:none;
	width:100vw;
	height:96%;
	position:absolute;
	bottom:0px;
	z-index:1000;
}
#MyDiv
{
	1border:solid 1px #990000;
	position:absolute;
	z-index:1000;
	bottom:0px;
	z-index:3000;
}
#MyInput
{
	width:160px;
	font-size:small;
	text-align:center;
	color:orangered;
	opacity:50%;
}

.Text01
{
	font-family:'Courier New';
}
.Text02
{
	color:#154c79;
}

.DiV01
{
	float:left;
}

.DivSlogen {
  padding: 30px;
  
  /* 白色半透明 */
  background: rgba(255, 255, 255, 0.2);

  /* 毛玻璃模糊 */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  /* 黑色陰影 */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

  /* 美化 */
  border-radius: 15px;
}

.BK1
{
	1background-image: radial-gradient(circle, #a6d0f5, #9ec9f3, #97c1f0, #91baee, #8cb2eb, #7ca5e9, #6f97e7, #6389e4, #4e71df, #4057d7, #3c3acd, #3f0cbe);
	1background-image: linear-gradient(to right top, #291e25, #341f32, #3b2241, #3d2654, #382c69, #373075, #343482, #2e388f, #3f3893, #4f3796, #5e3599, #6d339b);
	1background-image: linear-gradient(to right top, #d16ba5, #c67bba, #b88ac9, #ab98d4, #a1a4d9, #98afe2, #90bae9, #8ac4ee, #77d2f8, #65e1fc, #59eefa, #5ffbf1);
}
.BK1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../Images/L1210536.jpg") center / cover no-repeat;
  background-size: cover;       /* 填滿整個區塊 */
  background-position: center;  /* 圖片置中 */
  background-repeat: no-repeat; /* 不重複 */
  aspect-ratio: 16 / 9;
  filter: blur(4px);
  transform: scale(1.1); /* 避免模糊後出現白邊 */
  z-index: -1;
}

.BK2
{
	background-image: linear-gradient(to right top, #ff0000, #ff3d66, #ff75ad, #ffa6e0, #f8d1fc, #edcdfd, #e0cafe, #d2c7ff, #b19dff, #8d73ff, #6147ff, #0000ff);
	1background-image: linear-gradient(to right, #0055A4, #ffffff, #EF4135);
	1background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.BK3
{
	background-image: linear-gradient(to left top, #291e25, #341f32, #3b2241, #3d2654, #382c69, #373075, #343482, #2e388f, #3f3893, #4f3796, #5e3599, #6d339b);
}


.great-vibes-regular {
	  font-family: "Great Vibes", cursive;
	  font-weight: 400;
	  font-style: normal;
}
.cairo-play-700 {
  font-family: "Cairo Play", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}