@charset "UTF-8";

@font-face {
	font-family: "SCDream-Medium";
	src: url("../../fonts/SCDream1.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SCDream-bold";
	src: url("../../fonts/SCDream2.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
}

header {
	margin: 0 auto;
	padding: 16px 0 10px 0;
	width: 1200px;
}

section {
	
}

footer {
	width: 100%;
	height: 100px;
	padding-top: 20px;
	margin-top: auto;
	border-top: 1px solid #ededed;
	box-sizing: border-box;
}

.footer-content {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	font-family: "SCDream-Medium";
}

.footer-content address {
	width: 55%;
	margin-left: 30px;
	font-style: normal;
	font-size: 13px;
	line-height: 160%;
	word-spacing: -1px;
	font-family: "SCDream-bold";
}

.footer-content .copyright {
	margin-left: auto;
	padding: 0px 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 25px;
	background-color: #eeeeee;
}
/* 헤더 */
.header-wrapper {
	display: flex;
	justify-content: space-between;
}

/* 푸터 */
.footer-wrapper {
	width: 1200px;
	display: flex;
	margin: 0 auto;
}