

.total-header {
	position: inherit;
}

.me-text-color ul {
	color: #585858 !important;
}

.me-banner-width {
	height: 479px;
	background-color: #f5f5f5;
}

.me-banner-width img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.me-system-experience {
	height: 885px;
	background-image: url(images/headers/system_con.jpg);
	background-size: 100% 100%;
}



.me-experience-title {
	text-align: center;
	padding-top: 60px;
}

.me-experience-title p:nth-child(1) {
	font-size: 2.375rem;
	color: #fff;
	font-weight: 700;
}

.me-experience-title p:nth-child(2) {
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.54);
	padding-top: 10px;
}

.me-experience-con {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.me-experience-con span {
	display: inline-block;
	width: 29%;
	height: 146px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.54);
	margin-bottom: 12px;
	margin-right: 12px;
	padding: 20px;
	transition: 1.25s;
	cursor: pointer;

}

.me-mask{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height:100%;
	background-color: rgba(25,25,25,0.54);
	z-index: 5;
}

.me-experience-con span:nth-child(3n) {
	margin-right: 0px;
}

.me-experience-con span:nth-child(1) {
	background-color: rgba(26, 173, 71, 0.54);
}

.me-experience-con span:nth-child(2) {
	background-color: rgba(26, 68, 173, 0.54);
}

.me-experience-con span:nth-child(3) {
	background-color: rgba(78, 26, 173, 0.54);
}

.me-experience-con span:nth-child(4) {
	background-color: rgba(26, 173, 157, 0.54);
}

.me-experience-con span:nth-child(5) {
	background-color: rgba(173, 112, 26, 0.54);
}

.me-experience-con span:nth-child(6) {
	background-color: rgba(36, 26, 173, 0.54);
}

.me-experience-con span:nth-child(7) {
	background-color: rgba(88, 26, 173, 0.54);
}

.me-experience-con span:nth-child(8) {
	background-color: rgba(26, 130, 173, 0.54);
}

.me-experience-con span:nth-child(9) {
	background-color: rgba(54, 173, 26, 0.54);
}

.me-experience-con span {
	overflow: hidden;
	position: relative;

}

.me-fill:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition: 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}

.me-fill:hover::before {
	transform: translateX(0);
}

.me-fill-remove:before {
	transform: translateX(-100%);
}

.me-fill:before {
	background-image: linear-gradient(to right, rgba(225, 152, 34, 1), rgba(225, 152, 34, 0.1));
}

.me-ab {
	position: absolute;
	z-index: 2;
	width: 92%;
}

.me-ab p:nth-child(1) {
	font-size: 1.375rem;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 14px;
}

.me-ab p:nth-child(2) {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.78);
	line-height: 22px;
}

.me-system-btn {
	display: inline-block;
	width: 190px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 6px;
	font-size: 1.125rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.me-btn-fill:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent,
			rgba(255, 156, 39, 1),
			transparent);
	transform: translateX(-100%);
	transition: 0.6s;

}

.me-btn-hover:hover {
	background: transparent;
	box-shadow: 0 0 20px 10px rgba(255, 156, 39, 1);
	color: rgba(255, 156, 39, 1);
}

.me-btn-hover:hover::before {
	transform: translateX(100%);
}

.me-btn-fill1:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent,
			rgba(26, 173, 157, 1),
			transparent);
	transform: translateX(-100%);
	transition: 0.6s;

}

.me-btn-hover1:hover {
	background: transparent;
	box-shadow: 0 0 20px 10px rgba(26, 173, 157, 1);
	color: rgba(26, 173, 157, 1);
}

.me-btn-hover1:hover::before {
	transform: translateX(100%);
}

.me-system-center {
	text-align: center;
	margin-top: 20px;
}

.me-scene-block {
	display: inline-block;
	width: 25%;
	height: 320px;
	background-color: #f5f5f5;
	border-radius: 10px;
	text-align: center;
	margin-left: 20px;
}
.me-bg-btn {
	background-color: rgba(26, 173, 157, 1);
	color: #ffffff;
}

.me-scene-block p:nth-child(1) {
	padding-top: 40px;
	font-size: 1.625rem;
	font-weight: 700;
	padding-bottom: 6px;
}

.me-scene-block p:nth-child(2) {
	padding-top: 10px;
	font-size: 1.25rem;
	color: #585858;
}

.me-scene-title {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.me-scene-title p:nth-child(1) {
	font-size: 2.375rem;
	font-weight: 700;
}

.me-scene-block img {
	padding-top: 52px;
}

.me-popup-a{
	background-color: #ffffff;
	border-radius: 20px;
	width: 500px;
	height: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	z-index: 22;
}

.me-input-a{
	background-color: #f5f5f5;
	height: 52px;
	border-radius: 10px;
	width: 100%;
	border: none;
	text-indent: 1em;
}

.me-input-name{
	margin-bottom: 10px;
	color: #585858;
}

.me-input-tatol{
	text-align: left;
	margin-top: 40px;
}

.me-btn-a{
	height: 52px;
	width: 100%;
	background-color: #1EB6B9;
	border-radius: 6px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	margin-top: 40px;
}

@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 768px) {
	body{
		background-color: #f5f5f5;
	}
	.total-header{
		position: absolute;
	}
	.me-web-img{
		display: none;
	}
	.total-phone{
		display: block;
		position: relative;
		height: 479px;
	}
	.total-main{
		width: 94%;
	}
	.me-experience-con span{
		width: 100%;
		margin-right: 0px;
		height: 102px;
	}
	.me-system-experience{
		height: auto;
	}
	.me-wrap-a{
		flex-wrap: wrap;
	}
	.me-scene-block{
		width: 48%;
		margin-left: 0px;
		height: 260px;
		margin-bottom: 16px;
	}
	.me-scene-block img{
		padding-top: 16px;
	}
	.me-system-btn{
		margin-bottom: 20px;
	}
	.me-scene-block{
		background-color: #ffffff;
	}
	.me-popup-a{
		width: 78%;
		height: auto;
		padding-bottom: 30px;
	}
	.me-input-tatol{
		text-align: left;
		margin-top: 12px;
	}
}