


.footer-bg {
	position: absolute;

	width: 50%;
	height: 100%;
	max-height: 500px;
	background-color: rgb(29, 29, 29);
}

.con-copytop {

}

.copytop-left {
	display: flex;
	align-items: flex-end;
	width: 70%;
	height: 100px;
	padding: 0 0 20px 0;
	background-color: rgb(29, 29, 29);
}

.copytop-left > p > a {
	font-size: 13px;
	font-weight: 400;
	margin: 0 20px;
	color: rgb(255, 255, 255);
	font-family: 'Noto Sans KR', sans-serif;
}

.copytop-right {
	position: relative;
	width: 30%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 0 10px 0;
}

.copytop-right > a {
	width: 200px;
	height: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	background-color: rgb(228, 169, 9);
}

.con-copycont > .left-box {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	margin-top: 50px;
	padding: 0 50px 0 20px;
	width: 40%;
	height: 100%;
	background-color: rgb(29, 29, 29);
}

.con-copycont > .left-box > img {
	width: 200px;
	height: auto;
}

.con-copycont > .left-box > p {
	font-size: 13px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 50px;
	color: rgb(255, 255, 255);
	font-family: 'Noto Sans KR', sans-serif;
}

.con-copycont > .left-box > h4 {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 50px;
	color: rgb(255, 255, 255);
	font-family: 'Noto Sans KR', sans-serif;
}

.con-copycont > .left-box > h4 > span {
	margin-left: 20px;
}

.con-copycont > .left-box > p:nth-of-type(2) {
	margin-top: 20px;
}

.con-copycont > .left-box > p > span > img {
	width: 20px;
	margin-right: 15px;
}

.con-copycont > .center-box {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-items: center;
	padding: 50px 0 0 0px;
	width: 30%;
	height: 400px;
	background-color: rgb(29, 29, 29);
}

.con-copycont > .right-box > .gmap {
	position: absolute;
	width: 500px;
	height: 300px;
	right: 0;
}

.con-copycont > .right-box > .gmap > iframe {
	
	width: 100%;
	height: 100%;

}

.con-copycont > .right-box > .gmap > .over {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);

	transition: all 0.7s ease-out;
}

.con-copycont > .right-box > .gmap:hover > .over {
	width: 0%;
}


.con-copycont > .right-box {
	padding: 50px 0 0 0;
	width: 30%;
	height: 400px;
}


@media (max-width: 991.99px) and (min-width: 768px) {
	.copytop-left {
		align-items: flex-end;
		justify-content: space-between;
		width: 80%;
		height: 100px;
		padding: 0 0 20px 0;
	}
	
	.copytop-left > p > a {
		font-size: 13px;
		font-weight: 400;
		/* margin: 0 20px; */
	}
	
	.copytop-right {
		width: 20%;
		display: flex;
		flex-flow: row nowrap;
		padding: 0 0 10px 0;
	}

	.copytop-right > a {
		width: 200px;
		max-width: 100%;
		height: 45px;
		font-size: 13px;
		font-weight: 400;
		line-height: 45px;
	}

	.con-copycont > .right-box > .gmap {
		position: absolute;
		width: 400px;
		height: 300px;
		right: 0;
	}

	.con-copycont > .left-box {
		position: relative;
		display: flex;
		flex-flow: column wrap;
		margin-top: 50px;
		padding: 0 50px 0 20px;
		width: 50%;
		height: 100%;
	}

	.con-copycont > .center-box {
		padding: 50px 0 0 0px;
		width: 30%;
		height: 400px;
	}

	.con-copycont > .right-box {
		padding: 50px 0 0 0;
		width: 20%;
		height: 400px;
	}
	
}


@media (max-width: 767.99px) and (min-width: 576px) {
	.copytop-left {
		align-items: flex-end;
		justify-content: space-between;
		width: 90%;
		height: 100px;
		padding: 0 0 20px 0;
	}
	
	.copytop-left > p > a {
		font-size: 13px;
		font-weight: 400;
		margin: 0 20px;
		color: rgb(255, 255, 255);
		font-family: 'Noto Sans KR', sans-serif;
	}
	
	.copytop-right {
		width: 10%;
		display: flex;
		flex-flow: row nowrap;
		padding: 0 0 10px 0;
	}

	.copytop-right > a {
		display: none;
	}

	.con-copycont > .right-box > .gmap {
		display: none;
	}

	.con-copycont > .left-box {
		position: relative;
		display: flex;
		flex-flow: column wrap;
		margin-top: 50px;
		padding: 0 50px 0 20px;
		width: 60%;
		height: 100%;

	}

	.con-copycont > .center-box {
		padding: 50px 0 0 0px;
		width: 30%;
		height: 400px;
	}

	.con-copycont > .right-box {
		padding: 50px 0 0 0;
		width: 10%;
		height: 400px;
	}

	.con-copycont > .cont-bg {
		position: absolute;
		width: 90%;
		left: 0;
		top: 0;
		height: 100%;
		background-color: rgb(29, 29, 29);
	}
}


@media (max-width: 575.99px) {
	.copytop-left {
		align-items: flex-end;
		justify-content: space-between;
		width: 90%;
		height: 100px;
		padding: 0 0 20px 0;
	}
	
	.copytop-left > p > a {
		font-size: 12px;
		font-weight: 400;
		margin: 0 5px 0 20px;
		color: rgb(255, 255, 255);
		font-family: 'Noto Sans KR', sans-serif;
	}
	
	.copytop-right {
		width: 10%;
		display: flex;
		flex-flow: row nowrap;
		padding: 0 0 10px 0;
	}

	.copytop-right > a {
		display: none;
	}

	.con-copycont > .right-box > .gmap {
		display: none;
	}

	.con-copycont > .left-box {
		position: relative;
		display: flex;
		flex-flow: column wrap;
		margin-top: 50px;
		padding: 0 50px 0 20px;
		width: 90%;
		height: 100%;

	}

	.con-copycont > .center-box {
		padding: 50px 0 0 0px;
		width: 0%;
		height: 400px;
	}

	.con-copycont > .right-box {
		padding: 50px 0 0 0;
		width: 10%;
		height: 400px;
	}

	.con-copycont > .cont-bg {
		position: absolute;
		width: 90%;
		left: 0;
		top: 0;
		height: 100%;
		background-color: rgb(29, 29, 29);
	}
}


@media (max-width:419.99px) {
	.copytop-left > p > a {
		font-size: 11px;
		font-weight: 400;
		margin: 0 5px 0 20px;
		color: rgb(255, 255, 255);
		font-family: 'Noto Sans KR', sans-serif;
	}

	.con-copycont > .left-box > p {
		font-size: 13px;
		font-weight: 400;
		line-height: 28px;
		margin-top: 50px;
		color: rgb(255, 255, 255);
		font-family: 'Noto Sans KR', sans-serif;
		display: flex;
		flex-direction: column;
	}
	
	
	.con-copycont > .left-box > h4 > span {
		display: none;
	}
}