@font-face {
	font-family: 'HyundaiSansTextKRBold';
	src: url('../font/HyundaiSansTextKRBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HyundaiSansTextKRMedium';
	src: url('../font/HyundaiSansTextKRMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HyundaiSansTextKRRegular';
	src: url('../font/HyundaiSansTextKRRegular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HyundaiSansHeadKRLight';
	src: url('../font/HyundaiSansHeadKRLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HyundaiSansHeadKRRegular';
	src: url('../font/HyundaiSansHeadKRRegular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HyundaiSansHeadKRMedium';
	src: url('../font/HyundaiSansHeadKRMedium.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #000;
	font-family: 'HyundaiSansTextKRRegular';
}

.contents {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	height: 100vh;
}

.visual {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url('../images/background.jpg?ver=2232') no-repeat center center;
	background-size: cover;
}

a {
	color: inherit;
	text-decoration: none;
}

.top_intro {
	position:fixed;
	top:4%;
	left:50%;
	width:90%;
	transform: translate(-50%, -50%);
	}
	
.or_together {
	position:absolute;
	top:25%;
	left:50%;
	width:52%;
	transform: translate(-50%, -50%);
	}

.bottom_logo {
	position:fixed;
	bottom:4%;
	left:50%;
	width:25%;
	transform: translate(-50%, -50%);
	}

.overlay {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 8% 6%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
}

.title-top {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10%;
	line-height: 1.2;
}

.title-script {
	font-size: 36px;
	font-weight: 300;
	margin: 20px 0 10px;
}

.sub-text {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 30px;
}

.info-box {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 3% 5%;
	backdrop-filter: blur(6px);
}

.info-box p {
	font-size: 11px;
	line-height: 1.4;
	margin: 15px 0px;
}

.notice {
	font-weight: 500;
}

.form-area {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.form-area input {
	flex: 1;
	height: 45px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(255,255,255,0.1);
	color: #fff;
	padding: 0 12px;
	font-size: 14px;
	text-align:center;
}

.form-area input::placeholder {
	color: rgba(255,255,255,0.6);
}

.form-area button {
	width: 110px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(255,255,255,0.15);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.big_info {
	font-size:20px;
	font-weight:500;
	font-family: 'HyundaiSansHeadKRMedium';
}

@media (min-width:500px){
	.info-box p {
		font-size: 15px;
	}
	.form-area input {
		font-size: 18px;
	}
	.big_info {
		font-size:30px;
	}
}

@media (min-width:800px){
	.info-box p {
		font-size: 20px;
	}
	.form-area input {
		font-size: 20px;
	}
	.big_info {
		font-size:40px;
	}
}