@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%;
	overflow: hidden;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
	background: #67A3D6;
	background-image: url(../images/bg.png?t=1775008629801);
	background-repeat: no-repeat;
	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=1775008629801) 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;
}


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

	.Area960 {
		width: 100%;
	}


}


/*版頭*/
.Area_top {}

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

.Area_top .momologo a {
	display: grid;
	width: 115px;
	height: 30px;
}

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


@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)
}
