@charset "utf-8";

html {
	height: 100%;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background: #d4e7ed;
	max-width: 720px;
	margin: 0 auto;
}

.imgbox img {
	display: block;
	margin: auto;
}

::-webkit-input-placeholder {
	color: #333;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: #333;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	color: #333 !important;
	opacity: 1 !important;
}

:-moz-placeholder {
	color: #333;
	opacity: 1 !important;
}

.placeholder {
	color: #333 !important;
	opacity: 1 !important;
}

.wrapper {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	max-width: none;
	margin: 0 auto;
	width: 100%;
	background-size: cover !important;
}

.header {
	margin: 0 auto;
}

.db_list {
	margin: auto;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.1em;
}

.loader {
	border: 13px solid rgba(0, 0, 0, 0.5);
	border-top: 13px solid #fff;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.container:after {
	content: '';
	display: table;
	clear: both;
}

.step0 {
	margin: 1% 0 10%;
}

.step0 .inputbox {
	font-size: 20px;
	width: 80%;
	height: 60px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	margin: 10px;
	border: 3px solid #00ffff;
	border-radius: 15px;
	background: rgba(255, 255, 255, 255);
	color: black;
}

input:focus {
	outline: none;
}

.step0 .buttonstart {
	width: 80%;
	height: auto;
	color: white;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 20px;
}

.loading {
	max-width: 100%;
	margin: 50px auto 0 auto;
	background: rgba(21, 23, 27, 0.4);
	border-radius: 20px;
	margin-bottom: 50px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0px 0;
}

.loading-title img {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

.border {
	position: relative;
}

.border .form {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.border .border-box {
	margin: auto;
	width: 60%;
}

.border input::placeholder {
	color: #212121;
	font-size: 1em;
}

.border {
	letter-spacing: normal;
}

.border .submit .submit-btn {
	width: auto;
	/*max-width: 960px;display: block;margin: 0 auto; margin-top:10px;*/
}

.border .submit .submit-btn:hover {
	opacity: 0.9;
}

@media all and (max-width: 999px) {
	.imgbox img {
		display: block;
		margin: auto;
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.border .submit .submit-btn {
		width: 90%;
	}

	html,
	body {
		font-size: 22px;
	}

	.imgbox img {
		display: block;
		margin: auto;
		width: 95%;
	}

	.imgbox2 img {
		display: block;
		margin: auto;
		width: 80%;
	}

	.step0 {
		margin-top: 1%;
		margin-bottom: 30%;
	}

	.step0 .inputbox {
		width: 80%;
	}

	.step0 .loader-box {
		width: 96px;
	}

	.step0 .loader {
		margin: 0 auto;
		border-width: 8px;
		width: 80px;
		height: 80px;
	}

	/* form */
	.container .step>.inner {
		width: 93%;
	}

	.border .inner {
		max-width: none;
	}

	.border .form {
		float: none;
		margin: 0 auto;
		width: 100%
	}

	.border [class*="item-col-"] {
		float: none;
		width: auto;
	}

	.border .item-row {
		width: 95%;
	}

	.border .agree_box {
		color: #fff;
	}

	.wrapper .robot {
		padding: 10px 0 0 0;
	}
}

@media all and (max-width: 550px) {
	.border .form {
		padding: 20px 5px;
		box-sizing: border-box;
	}

	.container.step-2 {
		height: auto;
	}

	.loading {
		margin: 0 auto;
		padding: 20px 0;
	}
}

@media all and (max-width: 479px) {
	.border .border-title {
		font-size: 1.5rem;
	}
}

.footer {
	font-style: normal;
	line-height: 18px;
	background-color: #1e1e1e;
	letter-spacing: 0;
	font-size: 15px;
	color: #cccccc;
	text-align: center;
}

.footer .inner {
	display: inline-block;
	text-align: left;
}

.footer_link button a {
	color: #fff;
	font-size: 15.5px;
}

.footer button {
	background: none;
	padding-bottom: 1.5vw;
}

.border .border-box {
	background-color: #001B3F;
	margin: auto;
	padding: 40px 80px 80px;
	border-radius: 15px;
	border: 4px;
	border-style: solid;
	border-image-slice: 0;
	border-image: url(static/images/border-bg.webp) 30;
	text-align: center;
}

.border .border-title {
	color: #fff;
	font-size: 35px;
	border-bottom: 2px dotted #fff;
	padding-bottom: 20px;
}

.border .item-list>p {
	color: #fff;
	font-size: 30px;
	margin: 40px 0 20px;
}

@keyframes moveButton {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.submit {
	width: 90%;
	height: 54px;
	line-height: 54px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	margin: auto;
	background: #20c92f;
	border-radius: 10px;
	animation-name: moveButton;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

@media (max-width: 900px) {
	.border .border-box {
		padding: 5vw 4vw 8vw;
		width: 100%
	}

	.border .border-title {
		font-size: 3.5vw;
	}

	.border .border-title b {
		font-size: 5.5vw;
	}

	.border .item-list>p b {
		font-size: 4vw;
	}

	.submit input {
		width: 100%;
		margin-bottom: 30px;
	}

	.border .item-list>p {
		margin: 25px 0 10px;
		font-size: 5vw;
	}

	.footer .inner {
		padding: 0px 2vw;
	}
}

.border .info {
	margin: 15px auto 30px;
	text-align: center;
	letter-spacing: normal;
	color: #FFF !important;
	position: relative;
	font-size: 18px;
}

.border .info span {
	color: #FFF !important;
}

.border .item-list>p b {
	color: #f0d5a6;
	font-weight: normal;
}

input,
select,
textarea,
button {
	font-family: 'NanumBarunGothic', sans-serif;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

@media (max-width: 767px) {
	.border .submit .submit-btn {
		width: 90%;
	}
}

.border .text,
.border .textarea,
.border .select {
	width: 100%;
	padding: 0 20px;
	height: 50px;
	box-sizing: border-box;
	color: #212121;
	font-size: 1.4em;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	margin: 5px 10px;
}

@media (max-width: 900px) {
	.closeBtn {
		font-size: 4.5vw;
		margin: 1vw 0vw;
	}
}

.footerLink {
	color: #337ab7;
	text-decoration: underline;
}

.footerLink:visited {
	color: #337ab7;
	text-decoration: underline;
}

.footerLink:focus {
	color: #337ab7;
	text-decoration: underline;
}

.errorbox,
.waitbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	z-index: 9999999;
	align-items: center;
	justify-content: center;
	display: none;
}

.error-content {
	padding: 20px;
	line-height: 30px;
	word-break: break-all;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

::placeholder {
	color: #999;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.step {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 100%;
	display: block;
	padding: 20px;
	display: none;
}

.step-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
}

.step-close {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
	background: url(static/images/close.webp);
	cursor: pointer;
	background-size: 100% 100%;
}

#background-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background: radial-gradient(circle at 20% 20%, #123b60 0%, #0b233a 40%, #050f1d 100%);
	color: #e8f2ff;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
	overflow-y: auto; /* allow vertical scroll */
}

.page {
	width: 100%;
	max-width: 960px;
	padding: 12px 20px;
	position: relative;
	overflow: hidden; /* prevent glow spill causing scrollbars */
	margin: 0 auto;
}

.glow {
	position: absolute;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(0, 199, 255, 0.16) 0%, rgba(0, 199, 255, 0) 60%);
	top: -120px;
	right: -60px;
	z-index: 0;
	pointer-events: none;
}

.card {
	position: relative;
	z-index: 1;
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(18, 46, 80, 0.8), rgba(10, 29, 49, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}

.hero {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 12px;
	align-items: center;
	padding: 28px;
}

.hero-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	background: rgba(0, 199, 255, 0.14);
	border: 1px solid rgba(0, 199, 255, 0.28);
	border-radius: 999px;
	color: #9fe1ff;
	font-size: 12px;
	letter-spacing: 0.4px;
	width: fit-content;
	align-self: center;
}

.title {
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	color: #f7fbff;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.subtitle {
	color: #b7c8dd;
	line-height: 1.6;
	font-size: 15px;
}

.cta {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px dashed rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	color: #cdd8eb;
	font-size: 13px;
}

.hero-right {
	position: relative;
	display: grid;
	place-items: center;
}

.robot-figure {
	width: min(320px, 90%);
	filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.55));
	margin-top: 0;
}

.form {
	margin: 12px 0 8px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.form input {
	flex: 1;
	min-width: 220px;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.25);
	color: #f7fbff;
	font-size: 15px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form input:focus {
	border-color: rgba(0, 199, 255, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 199, 255, 0.18);
}

.form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 18px;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	background: linear-gradient(120deg, #00c7ff, #0079ff);
	color: #001324;
	font-weight: 700;
	font-size: 15px;
	box-shadow: 0 10px 28px rgba(0, 121, 255, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.form button:active {
	transform: translateY(1px);
	box-shadow: 0 6px 18px rgba(0, 121, 255, 0.25);
}

.note {
	font-size: 12px;
	color: #8fa4c0;
}

.pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 12px;
	color: #c7d5eb;
}

.overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 20;
	backdrop-filter: blur(2px);
}

.overlay .message {
	padding: 14px 20px;
	border-radius: 12px;
	background: #0b1f36;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #e1edff;
	font-weight: 600;
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45);
	min-width: 120px;
	text-align: center;
}

@media (max-width: 640px) {
	.hero {
		padding: 22px;
	}

	.form button {
		width: 100%;
	}
}