footer {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
	padding-top: 90px;
	background: #fff;
	position: relative;
}
footer .footer_wrap {
	width: 1300px;
	margin: 0 auto;
}
footer .footer_wrap .footer_top {
	font-size: 72px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 800;
	letter-spacing: -3px;
	color: #e8e9ed;
	padding-bottom: 60px;
	text-align: center;
	border-bottom: 1px solid #e8e9ed;
}
footer .footer_wrap .footer_bottom {
    width: fit-content;
    box-sizing: border-box;
    margin: 40px auto 0;
}
footer .footer_wrap .footer_bottom ul {
	overflow: hidden;
}
footer .footer_wrap .footer_bottom ul li {
	float: left;
	margin-right: 40px;
}
footer .footer_wrap .footer_bottom ul li:nth-of-type(4) {
	margin-right: 0;
}
footer .footer_wrap .footer_bottom ul li h1 {
	font-size: 28px;
	color: #333;
	letter-spacing: -0.9px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 800;
	line-height: 130%;
	word-break: keep-all;
}
footer .footer_wrap .footer_bottom ul li h2 {
	font-size: 16px;
	color: #333;
	font-family: 'Orbitron', sans-serif;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 10px;
	word-break: keep-all;
}

footer .footer_wrap .footer_bottom ul li h3 {
	font-size: 15px;
	color: #333;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	margin-bottom: 9px;
	word-break: keep-all;
	line-height: 1.6;
}
footer .footer_wrap .footer_bottom ul li h3 span.footer02_h3{
	font-size: 15px;
	color: #333;
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	word-break: keep-all;
}

footer .footer_wrap .footer_bottom ul li h3 span {
	font-size: 15px;
	color: #888888;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	word-break: keep-all;
}
footer .footer_wrap .footer_bottom ul li h3 span.footer04_h3 {
	font-size: 15px;
	color: #888888;
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	word-break: keep-all;
}
footer .footer_wrap .footer_bottom ul li h3 span.footer04_h30 {
	font-size: 15px;
	color: #333;
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	word-break: keep-all;
}

footer .footer_wrap .footer_bottom ul li h span.footer03_h5 {
	font-size: 15px;
	color: #888888;
	font-family: 'Orbitron', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	word-break: keep-all;
}
footer .footer_wrap .footer_bottom ul li h4 {
	font-size: 14px;
	color: #333;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	word-break: keep-all;
	display: inline-block;
}
footer .footer_wrap .footer_bottom ul li h5 {
	font-size: 15px;
	color: #888888;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	word-break: keep-all;
}

footer .footer_wrap .footer_bottom ul li h5 span {
	font-size: 15px;
	color: #333;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	word-break: keep-all;
}
footer .footer_wrap .footer_bottom ul li h5 span.footer03_h5 {
	font-size: 15px;
	color: #888;
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	word-break: keep-all;
}
footer .footer_wrap .footer_bottom ul li .admin {
	width: fit-content;
	display: inline-block;
	border: 2px solid #1c1c1c;
	background-color: #1c1c1c;
	transform: all 0.6s;
}
footer .footer_wrap .footer_bottom ul li .admin a {
	font-size: 14px;
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	word-break: keep-all;
	display: block;
	transform: all 0.6s;
	padding: 1px 2px;
}


/* --------- footer_privacy --------- */
.footer_privacy_wrap {
	width: 50%;
	height: 95vh;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 6%;
	transform: translateX(-50%);
	border: 1px solid #1c1c1c;
	z-index: 999;
	padding: 3% 4%;
	box-sizing: border-box;
	/*
	display: table;
	*/
	display: none;
	
	overflow: auto;
    -moz-box-shadow: 1em 1em 0 rgba(0,0,0,1);
    -webkit-box-shadow: 1em 1em 0 rgb(0 0 0);
    box-shadow: 1em 1em 0 rgb(0 0 0);
	/*
	-moz-box-shadow: 8px 9px 10px rgba(138,138,138,0.2);
	-webkit-box-shadow: 8px 9px 10px rgb(138 138 138 / 20%);
	box-shadow: 8px 9px 10px rgb(138 138 138 / 20%);
	*/
	transition: all 0.3s;
}
/*
.footer_privacy_wrap.active {
	display: table;
}
*/
.footer_privacy_policy {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.footer_privacy_policy_inside {
	width: fit-content;
	margin: 0 auto;
}
.footer_privacy {
	margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 0.5px solid #ebebeb;
}
.footer_privacy_title {
    font-size: 1.2vw;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    color: #1c1c1c;
    line-height: 1;
    word-break: keep-all;
    margin-bottom: 0.8vw;
}
.footer_privacy_article {
	font-size: 0.85vw;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    letter-spacing: -0.0375em;
    color: #888;
    word-break: keep-all;
    line-height: 1.8;
    vertical-align: middle;
}
.footer_privacy_article span {
	font-weight: 700;
}
.footer_privacy:nth-of-type(5) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 5%;
}
.footer_privacy_close_button {
    width: 8vw;
    background-color: #1c1c1c;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid #1c1c1c;
}
.footer_privacy_close_button.active {
	background-color: #fff;
}
.footer_privacy_policy_agreement_title {
    text-align: center;
    font-size: 1vw;
    padding: 16px 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    letter-spacing: -0.0375em;
    color: #fff;
    word-break: keep-all;
}
.footer_privacy_policy_agreement_title.active {
	color: #1c1c1c;
}

	@media screen and (max-width: 1300px) {
		.footer_privacy_close_button {
			width: 12vw;
		}
		.footer_privacy_policy_agreement_title {
			font-size: 1.5vw;
		}
		.footer_privacy_wrap {
			width: 80%;
			bottom: 2%;
			height: 90vh;
		}
		.footer_privacy_title {
			font-size: 1.5vw;
			letter-spacing: -0.0375em;
		}
		.footer_privacy_article {
			font-size: 1.2vw;
		}

		footer {
			margin: 0 auto;
			padding-bottom: 80px;
		}
		footer .footer_wrap {
			width: 90%;
			margin: 0 auto;
		}
		footer .footer_wrap .footer_top {
			font-size: 60px;
			letter-spacing: -2.5px;
			padding-bottom: 40px;
		}
		footer .footer_wrap .footer_bottom ul li.footer01 {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		footer .footer_wrap .footer_bottom {
			width: 100%;
			padding: 0;
			box-sizing: border-box;
		}
		footer .footer_wrap .footer_bottom ul li {
			margin-right: 0;
		}
		footer .footer_wrap .footer_bottom ul li.footer02, footer .footer_wrap .footer_bottom ul li.footer03, footer .footer_wrap .footer_bottom ul li.footer04 {
			width: calc(100%/3);
			box-sizing: border-box;
		}
	}
	
	@media screen and (max-width: 900px) {
		footer .footer_wrap {
			padding: 0 5%;
			box-sizing: border-box;
		}	
		.footer_privacy_wrap {
			height: 50vh;
		}
	}

	@media screen and (max-width: 900px) {
		footer {
			margin: 0 auto;
			padding-top: 50px;
			padding-bottom: 30px;
		}

		footer .footer_wrap {
			width: 95%;
			margin: 0 auto;
		}		
	}

	@media screen and (max-width: 800px) {
		footer .footer_wrap {
			width: 95%;
			margin: 0 auto;
		}		
		footer .footer_wrap .footer_top {
			font-size: 7vw;
			letter-spacing: -0.045em;
		}
		footer .footer_wrap .footer_bottom ul li.footer03, footer .footer_wrap .footer_bottom ul li.footer02 {
			width: 50%;
		} 
		.footer_bottom ul li.footer02 {
			margin-bottom: 4%;
		}
		footer .footer_wrap .footer_bottom ul li.footer04 {
			width: 100%;
			margin-bottom: 30px;
		}
		footer .footer_wrap .footer_bottom ul li h1 {
			font-size: 3.5vw;
			letter-spacing: -0.045em;
		}
	}

	@media screen and (max-width: 600px) {
		
		.footer_privacy_wrap {
			-moz-box-shadow: 0.5em 0.5em 0 rgba(0,0,0,1);
			-webkit-box-shadow: 0.5em 0.5em 0 rgb(0 0 0);
			box-shadow: 0.5em 0.5em 0 rgb(0 0 0);
		}
		.footer_privacy_title {
			font-size: 2.2vw;
		}
		.footer_privacy_article {
			font-size: 2vw;
		}
		.footer_privacy_close_button {
			width: 20vw;
		}
		.footer_privacy_policy_agreement_title {
			font-size: 2.5vw;
		}
		footer {
			margin: 0 auto;
			padding-top: 0;
		}
		footer .footer_wrap .footer_top {
			font-size: 6.5vw;	
		}
		footer .footer_wrap .footer_top, footer .footer_wrap .footer_bottom {
			margin: 40px auto 0;
		}
		footer .footer_wrap .footer_bottom ul li.footer03, footer .footer_wrap .footer_bottom ul li.footer02 {
			width: 100%;
			margin-bottom: 7%;
		} 
		footer .footer_wrap .footer_bottom ul li.footer01 {
			margin-bottom: 7%;
		}
		footer .footer_wrap .footer_bottom ul li.footer04 {
			margin-bottom: 0;
		}
		footer .footer_wrap .footer_bottom ul li h1 {
			font-size: 6vw;
		}
	}

	@media screen and (max-width: 500px) {
		.footer_privacy_policy_agreement_title {
			padding: 2.5vw 0;
		}
	}