.scan_window1 select{
	height:100%;
	width:100%;
	border:none;
}

.section_video .title{
	margin-top: 50px;
	border-top: solid 1.5px #dadada;
	border-bottom: solid 1.5px #dadada;
	font-family: Pretendard;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 4.4;
	letter-spacing: -0.6px;
	text-align: center;
	color: #5d5d5d;
}
.section_video #scan_close{
	width: 17px;
	height: 17px;
	position: fixed;
	top: 29px;
	right: 25px;
	z-index: 1000;
}

.scan_window1 {
	padding: 0;
}
.scan_window1 > .content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.scan_window1 p{
	margin-top: 23.5px;
	margin-bottom: 20px;
	font-family: Pretendard;
	font-size: 13.5px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.91;
	letter-spacing: -0.93px;
	text-align: center;
	color: #000;
}

.scan_window1 .box{
	width: 80%;
	padding: 0 12px;
	display: flex;
	align-items: center;
	height: calc(100% / 2);
	border: solid 1px #dadada;
}
.scan_window1 .box > div{
	width: 20%;
	height: 85%;
	background-color: white;
	display: flex;
	justify-content: center;
	flex-direction: column;

	font-family: Pretendard;
	font-size: 13.25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.69px;
	text-align: left;
	color: #7f7f7f;
}
.scan_window1 .box > div:last-child{
	width: 10%;
}
.scan_window1 .box input[type=text]{
	width: 70%;
	height: 41px;
	padding-left: 5px;
	font-style: 15px;
	line-height: 41px;
	vertical-align: middle;
	border: 0;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
.scan_window1 .box select{
	width: 80%;
	height: 41px;
	padding-left: 5px;
	vertical-align: middle;
	border: 0;
	/* -webkit-appearance: none; */
	border-radius: 0;
	outline: none;
	text-align:right;
	font-family: Pretendard;
	font-size: 13.25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.69px;
	color: #7f7f7f;
}

.scan_window2 {
	width: 100%;
	margin-top: 30px;
	padding: 0;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.scan_window2 .input-box {
	width: 80%;
}
.scan_window2 .btn {
	width: 80%;
}
.scan_window2 .input-box input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: none;
	color: #000;
	font-size: 15px;
	padding: 0 15px;
	outline: none;
	font-weight: 500;
	border-radius: 5px;
	border: solid 1px #b4b4b4;
	background-color: #fafafa;
}
/* .scan_window2 .input-box input[type=text] {
	width: 100%;
	padding: 15px;
	margin: 5px 0;
	border: none;
	background-color: #f1f1f1;
	font-size: 1rem;
}
.scan_window2 .input-box input[type=tel] {
	width: 75%;
	padding: 15px;
	margin: 5px 0;
	border: none;
	background-color: #f1f1f1;
	font-size: 1rem;
} */
.scan_window2 .input-box p {
	margin: 0;
	opacity: 0.9;
	font-family: NanumSquare;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.9;
	letter-spacing: -0.53px;
	text-align: left;
	color: rgba(64, 64, 64, 0.9);
}
.scan_window2 .input-box .group {
	position: flex;
	gap: 2px;
}
.scan_window2 .input-box .group input {
	width: 80%;
}
.scan_window2 .input-box .group button {
	width: 20%;
	border-radius: 5px;
  border: solid 1px #000;
  background-color: #ead7d5 !important;
	font-family: NanumSquare;
  font-size: 11.75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.77;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
