/*
+----------------------------------------------------------------------+
| Copyright (c) STUDYMAX.  co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2024-06-03
| 파일설명 : 베트남 스피킹맥스 footer
+----------------------------------------------------------------------+
| 작업자 : 이대호
+----------------------------------------------------------------------+
| 수정이력
+----------------------------------------------------------------------+
*/

@charset "utf-8";

/* Footer */
footer a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
}

footer .container {
	/* max-width: 800px; */
}

.footer_top_wrap {
	/* width:600px; */
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
}

.pc_only {
	display: block;
}
.mobile_only {
	display: none;
}

@media (max-width: 991px) {
	.pc_only {
		display: none;
	}
	.mobile_only {
		display: block;
	}

	.footer_top_wrap {
		width:100%;
		flex-wrap: wrap;
		line-height: 40px;
	}
/*	.footer_top_wrap li:nth-child(1) {*/
/*		width:20%;*/
/*	}*/
/*	.footer_top_wrap li:nth-child(2) {*/
/*		width:40%;*/
/*	}*/
/*	.footer_top_wrap li:nth-child(3) {*/
/*		width:20%;*/
/*	}*/
/*	.footer_top_wrap li:nth-child(4) {*/
/*		width:38%;*/
/*	}*/
/*	.footer_top_wrap li:nth-child(5) {*/
/*		width:58%;*/
/*		text-align: start;*/
/*	}*/

	.footer_top_wrap button {
		margin-bottom: 0 !important;
	}

	.flex-column-reverse-mobile {
		flex-direction: column-reverse;
	}
}

