@media (min-width: 1025px) {
	body[data-page^="member_center"] [class^="topmenu"] {
		display: none;
	}
}

body[data-page="esg_game"] {
	padding-top: 0 !important;
}



/* V森在母版新增的部分 start */
.errorBorder {
	border-color: red !important;
}

#captcha {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#captcha img {
	width: 100%;
	height: 100%;
}

#loadingMask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	opacity: 0.7;
	z-index: 999;
}

#loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.footerMsgBlog{
	position: fixed;
	bottom: 0%;
	width: 100%;
	height: 50px;
	color: white;
	line-height: 50px;
	text-align: center;
	background-color: #4F4F4F;
	z-index: 999;
}
/* V森在母版新增的部分 end */



/* lightGallery 樣式 start */
.lg-backdrop {
	background: rgba(0,0,0,.75);
	pointer-events: none;
}

.lg-toolbar {
	background-color: rgba(0,0,0,0);
}

.lg-toolbar button:not(.lg-close) {
	display: none;
}

.lg-toolbar .lg-icon {
	color: #fff;
}

#lg-counter {
	color: #fff;
}

.lg-outer .lg-img-wrap {
	/*pointer-events: none;*/
}

.lg-outer .lg-thumb-outer {
	background-color: rgba(0,0,0,.45);
}
/* lightGallery 樣式 end */



/* 文字編輯器的mark樣式 start */
.editor mark {
	background-color: unset;
	background-size: 100% 50%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
/* 文字編輯器的mark樣式 end */



/* G-Search start */
form.gsc-search-box,
table.gsc-search-box {
	margin-bottom: 0 !important;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}

.gsc-input-box {
	border: 0 !important;
}

.gsib_a {
	padding: 0 !important;
}

.gsib_a input {
	padding: 7px 10px !important;
	background: unset !important;
	border: 1px solid #ccc !important;
}

.gsst_a .gscb_a {
	color: #00a89c !important;
}

.gsc-search-button-v2 {
	position: unset !important;
	padding: 8px 15px !important;
	margin-left: 8px !important;
	background-color: #00a89c !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	transform: unset !important;
}

.gsc-search-button-v2 svg {
	display: block !important;
	fill: #fff !important;
	width: auto !important;
	height: 20px !important;
}

.gssb_c {
	display: none !important;
}
/* G-Search end */