@charset "UTF-8";
.wrapper {
	max-width: 1920px;
	margin: 0 auto;
}

.wrapper--lg {
	max-width: 1440px;
}

.wrapper--md {
	max-width: 1280px;
}

.wrapper--sm {
	max-width: 768px;
}

.wrapper--xs {
	max-width: 480px;
}

.wrapper--fluid {
	max-width: 100%;
	margin: 0;
}

@media only screen and (max-width: 1950px) {
	.wrapper {
		padding: 0 15px;
	}
}

.hide {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.edit img, .edit iframe {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.edit table {
	width: 100%;
	max-width: 100%;
}

/*IE 滿版背景圖晃動 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html {
		overflow: hidden;
		height: 100%;
	}
	body {
		overflow: auto;
		height: 100%;
	}
}
