
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

 body {
	min-height: 100vh;
	align-items: center;
	justify-content: center;  
	padding: 0;
	font-family: Kia Signature Bold, Arial, sans-serif, Hevetica;
	font-size:16px;
	color:#05141F;
    }
    
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.video-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 검정색의 반투명한 레이어 */
}

    #video {
      width: auto;
      height: 100vh;
    }

img {
	display:block;
	width:100%;
	}

.container {
  position: relative;
  max-width: 800px;
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin:0 auto;
}

.container2 {
  position: relative;
  max-width: 800px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin:0 auto;
  margin-bottom:10px;
}

.container header {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.container .form {
  margin-top: 30px;
}
.form .input-box {
  width: 100%;
  margin-top: 20px;
}
.input-box label {
  color: #333;
}
.form :where(.input-box input, .select-box) {
  position: relative;
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}

.form :where(.input-box textarea) {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100px; /* 높이를 100px로 고정합니다 */
  resize: none; /* 사용자가 크기를 조정할 수 없도록 합니다 */
  outline: none;
  font-size: 1rem;
  color: #707070;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}


.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form .column {
  display: flex;
  column-gap: 15px;
}
.form .gender-box {
  margin-top: 20px;
}
h3, label {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
.form .gender {
  column-gap: 5px;
}
.gender input {
  accent-color: rgb(130, 106, 251);
}

.form :where(.gender input, .gender label) {
  cursor: pointer;
}
.gender label {
  color: #707070;
}
.address :where(input, .select-box) {
  margin-top: 15px;
}

/* select 스타일 */
.select {
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}


.form button {
  height: 55px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #05141F;
}
.form button:hover {
  background: rgb(88, 56, 250);
}
/*Responsive*/
@media screen and (max-width: 500px) {
  .form .column {
    flex-wrap: wrap;
  }
  .form :where(.gender-option, .gender) {
    row-gap: 15px;
  }
}

h1 {
	color:#05141F;
	margin-bottom:5px;
	font-size:1.2rem;
	}

span {
	font-size:0.9rem;
	}
	
#totime {

	}

.notice {
	font-size:14px;
	color:#ec0080;
	}

.line-container {
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
}

.line {
  position: absolute;
  width: 100%;
  height: 1px;
  border: 1px solid #EAEAEA;
}

.line:before {
  content: '';
  position: absolute;
  width: 26%;
  height: 1px;
  background-color: #05141F;
  top: -1px; /* adjust if needed to center the line */
  left: 0;
}

.bora {
	color:#05141F;
	}
	
/* select 스타일 조정 */
.select, .form select {
  position: relative;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-top: 8px;
  appearance: none; /* Removes default arrow in some browsers */
}


	#results, #results2 {
		display: none;
	}
	
/* Adding the arrow icon */
.select, .form select {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2210%22 height%3D%225%22 viewBox%3D%220 0 10 5%22%3E%3Cpath fill%3D%22%23707070%22 d%3D%22M0 0l5 5 5-5H0z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
}

.select:focus, .form select:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  outline: none; /* Remove the default outline */
}

/* Responsive adjustments */
@media screen and (max-width: 500px) {
  .form select {
    margin-top: 15px;
  }
}

.imagemap {
	position:relative;
	width:100%;
	}
	
.link01 {
	position: absolute;
    top: 91.5%;
    left: 5%;
    width: 30%;
    height: 5%;
    cursor: pointer;
	}
	
.address, .phone {display:none;}