	* { margin: 0; padding: 0; box-sizing: border-box; word-break:break-all; position: relative; font-family: "Noto Sans KR", sans-serif; letter-spacing: -1px; outline: none !important; }
	*:focus { outline: none; }
	html, body { width: 100%; min-width: 1200px; height: 100%; float: left; color: #495057; font-size: 14px; background-color: #f2f2f2; }
	#wrap { width: 100%; height: 100%; float: left; }

	/* 엘리먼트 초기화 */
	a { color: inherit; text-decoration: none; }
	img { vertical-align: bottom; }
	ul, li { list-style: none; }
	button { border: 0; cursor: pointer; }
	table { table-layout: fixed; border-collapse: separate; border-spacing: 0; }

	.common { width: 100%; float: left; }
	.common > div { width: 1200px; margin: 0 auto; }
	.common > div > div { width: 100%; float: left; }

	/* TOP */
	.top { background-color: #0050ff; padding: 40px; }
	.top .top_logo { width: 100%; float: left; }
	.top .top_logo > ul { width: 1200px; margin: 0 auto; text-align: center; }
	.top .top_logo > ul > li { width: 100%; float: left; }
	.top .top_logo > ul > li > img { max-width: 100%; }