@charset "utf-8"; html, body {
	height: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	background: url("../images/bg.gif") top center no-repeat;
	background-size: cover;
}

.wrapper .robot {
	repeat-y; background-size: cover;
}

.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-top: 10%;
	margin-bottom: 100%;
}

.step0 .loader-box {
	width: 146px;
	margin: 30px auto;
	background: url(static/images/loading_icon.webp) no-repeat 50% 50%;
	background-size: 35%;
}

.step0 .inputbox {
	font-size: 20px;
	width: 80%;
	height: 60px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	margin-top: 10px;
	border: 3px solid #00ffff;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0);
	color: white;
}

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 {
}

.loading-title img {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

.border {
	position: relative;
}

.border .border-title img {
}

.border .form {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.border > .inner {
}

.border .border-box {
	margin: auto;
	width: 60%;
}

.border input::placeholder {
	color: #212121;
	font-size: 1em;
}

.border {
	letter-spacing: normal;
}

.border .submit {
}

.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: 1000px) {
	.imgbox img {
		display: block;
		margin: auto;
		width: 100%;
	}

	.imgbox2 img {
		display: block;
		margin: auto;
		width: 100%;
	}
}

@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%;
	}

	.pr-list {
		padding-bottom: 0;
	}

	.step0 {
		margin-top: 8%;
		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 ;
	}

	.wrapper {
		background: url(../images/bg.gif) top center no-repeat;
	}
}

@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;
	}

	.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;
}

@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) {
	.border .text, .border .textarea, .border .select {
		height: 40px;
		font-size: 15px;
		padding: 0 10px;
	}

	.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 {
	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: 18px;
	word-break: break-all;
	overflow: hidden;
	font-size: 18px;
	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;
}