@charset "utf-8";
/* CSS Document */

/*基本*/
body {
	margin: 0;
	padding: 0;
}

.Area_header_momologo {
	position: relative;
  }

  .Area_header_momologo a {
	display: grid;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	text-align: center;
	vertical-align: top;
	background-color: #fff;
  }

  .Area_header_momologo a svg {
	margin: auto;
	fill: #ea27c2;
  }


/*全BOX版面*/
.WRAPPER {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	/* min-width: 1220px; */
	overflow: hidden;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	background: #67A3D6;
	background-image: url(../images/bg.png?t=1750835577458);
	/* height: 12000px; */
	background-repeat:no-repeat;
	/* background-attachment:fixed; */
	background-position:top;
}


.WRAPPER a {
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.WRAPPER {
		min-width: inherit;
		/* padding-bottom: 150px; */
	}

	.WRAPPER img {
		width: 100%;
		height: auto;
	}
}


@media screen and (max-width:767px) {
	.bgtop {
		min-width: inherit;
		background: url(m_bgtop.jpg?t=1750835577458) no-repeat center 40px;
		background-size: 100%;
	}
}


/*區塊_all*/
.Area {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	text-align: center;
}

.Area a {
	display: block;
}


/* .Area1220 {
	margin: 0 auto;
	width: 1220px;
}

.Area960 {
	margin: 0 auto;
	width: 960px;
} */

@media screen and (max-width:767px) {
	.Area1220 {
		width: 100%;
	}

	.Area960 {
		width: 100%;
	}


}


/*版頭*/
.Area_top {}

.Area_top .momologo {
	z-index: 2;
	position: absolute;
	top: 15px;
	left: 40px;
}

.Area_top .momologo a {
	display: grid;
	width: 115px;
	height: 30px;
	/* background: url(momo_logo.png?t=1750835577458) no-repeat; */
}

.Area_top .momologo a svg{
	fill: #fff;
	margin: auto;
}

/* .Area_top .momologo a:hover svg{
	fill: yellow;
} */

.Area_top .momologo a:hover {
	/* background: url(momo_logo_on.png?t=1750835577458) no-repeat; */
}

@media screen and (max-width:767px) {
	.Area_top {
		height: auto;
	}

	.Area_top .momologo {
		display: none;
	}
}


/*隱鑶*/
.for_pc {
	
}

.for_phone {
	display: none !important;
}

@media screen and (max-width:767px) {
	.for_pc {
		display: none !important;
	}

	.for_phone {
		display: inherit !important;
	}
}


.lightUp:hover {
    filter:brightness(1.2)
}


