body {
	padding-top: 0;
}

.header {
	display: none;
}

.main-wrap {
	box-sizing: border-box;
	padding: 20px;
  max-width: 600px;
  margin: 80px auto 100px;
}

.guest-title {
	margin-top: 55px;
}

.guest-title img {
	margin: auto;
	width: 175px;
}

.guest-title h2 {
	margin-top: 4px;
	font-size: 30px;
	text-align: center;
	letter-spacing: -2px;
	font-weight: bold;
}

.guest-title p {
	margin-top: 5px;
	font-weight: 300;
	text-align: center;
	letter-spacing: -0.5px;
	word-break: keep-all;
}

.form-wrap {
	margin-top: 50px;
}

.guest-information li {
	margin-bottom: 15px;
}
.certi-num-wrap{
	display: none;
}
.guest-information li:last-child {
	margin-bottom: 0;
}

.guest-information .information-title {
	position: relative;
	font-size: 12px;
	letter-spacing: -1px;
	color: #626974;
}

.guest-information .information-title span {
	display: inline-block;
	vertical-align: middle;
}

.guest-information .reservation-noti {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-image: url("/CARVAZO_IMG/mobile_main/guest/reservation_noti.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.guest-information .reservation-noti p {
	position: absolute;
	top: 36px;
	left: 27px;
	box-sizing: border-box;
	padding: 20px 25px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.7);
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	word-break: keep-all;
	display: none;
}
.guest-information .reservation-noti:hover p{
  display: block;
}
.guest-information .reservation-noti p::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 20px;
	border-bottom: 15px solid rgba(0,0,0,0.7);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.guest-information .information-input-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:10px;
	margin-top: 8px;
}
.guest-information .information-input-wrap input{
	box-sizing: border-box;
	border: 1px solid #dee1e4;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	text-indent: 15px;
}

.guest-information .information-input-wrap input::placeholder {
	color: #a9adb4;
	font-weight: 300;
}

.guest-information .information-input-wrap input::-webkit-input-placeholder {
	color: #a9adb4;
	font-weight: 300;
}
.guest-information .information-input-wrap button{
	width: 100px;
	height: 50px;
	display: inline-block;
	border: 1px solid #626974;
	text-align: center;
	border-radius: 10px;
}
.guest-information .information-input-wrap button:disabled {
	background: #DFE1E4;
	border: 1px solid #DFE1E4;
	color: #fff;
	cursor:no-drop;
}
.guest-form .guest-submit {
	margin-top: 25px;
}

.guest-form .guest-submit button {
	width: 100%;
	height: 66px;
	border-radius:33px;
	line-height: 66px;
	font-size: 20px;
	font-weight: bold;
	background-color: #00cc83;
	color: #fff;
	letter-spacing: -1px;
	cursor: pointer;
}
.guest-form .guest-submit button:disabled{
	background:#DFE1E4;
	pointer-events: none;
}
.guest-noti {
	margin-top: 40px;
}

.guest-noti p {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: -0.5px;
	word-break: keep-all;
}
.small-warning{
	font-size: 12px;
	color:#FF786E;
	position: relative;
	padding-left: 20px;
	display: none;
}
.small-warning::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 8px;
	width: 6px;
	height: 14px;
	background-image: url("/CARVAZO_IMG/web_main/red_mark.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}