/* =========================================================
	page04 RSVP 위치 조정
	기준 이미지 : 608 x 2048
========================================================= */


/* ---------------------------------------------------------
	만 19세 이상 여부 - 클릭 영역
--------------------------------------------------------- */

.adult-yes-hit {
	left: 9.4%;
	top: 19.8%;
	width: 9.3%;
	height: 1.75%;
}

.adult-no-hit {
	left: 20.4%;
	top: 19.8%;
	width: 17.2%;
	height: 1.75%;
}


/* ---------------------------------------------------------
	동반인 참석 여부 - 클릭 영역
--------------------------------------------------------- */

.companion-yes-hit {
	left: 9.4%;
	top: 35.5%;
	width: 22.2%;
	height: 1.75%;
}

.companion-no-hit {
	left: 35.7%;
	top: 35.5%;
	width: 25%;
	height: 1.75%;
}


/* ---------------------------------------------------------
	개인정보 수집 및 이용 동의 - 클릭 영역
--------------------------------------------------------- */

.privacy-yes-hit {
	left: 9.1%;
	top: 73.95%;
	width: 22.8%;
	height: 1.75%;
}

.privacy-no-hit {
	left: 33.5%;
	top: 73.95%;
	width: 32.3%;
	height: 1.75%;
}


/* ---------------------------------------------------------
	사진 및 영상 촬영·활용 동의 - 클릭 영역
--------------------------------------------------------- */

.photo-yes-hit {
	left: 9.1%;
	top: 83.4%;
	width: 82%;
	height: 1.85%;
}


/* ---------------------------------------------------------
	체크 표시 위치
--------------------------------------------------------- */

.adult-yes {
	left: 9.7%;
	top: 20.17%;
	width: 3.4%;
	height: 1.1%;
}

.adult-no {
	left: 21.38%;
	top: 20.17%;
	width: 3.4%;
	height: 1.1%;
}

.companion-yes {
	left: 9.7%;
	top: 35.84%;
	width: 3.4%;
	height: 1.1%;
}

.companion-no {
	left: 36.51%;
	top: 35.84%;
	width: 3.4%;
	height: 1.1%;
}

.privacy-yes {
	left: 9.7%;
	top: 74.27%;
	width: 3.4%;
	height: 1.1%;
}

.privacy-no {
	left: 34.05%;
	top: 74.27%;
	width: 3.4%;
	height: 1.1%;
}

.photo-yes {
	left: 9.7%;
	top: 83.74%;
	width: 3.4%;
	height: 1.1%;
}


/* ---------------------------------------------------------
	성명 / 휴대폰번호 입력
	입력창 하단이 이미지의 밑줄과 맞도록 조정
--------------------------------------------------------- */

.line-input {
	height: 2.6%;
}

.applicant-name {
	top: 25.92%;
}

.applicant-phone {
	top: 29.58%;
}

.companion-name {
	top: 41.69%;
}

.companion-phone {
	top: 45.3%;
}


/* ---------------------------------------------------------
	제출하기 버튼
--------------------------------------------------------- */

.submit-button {
	left: 20.23%;
	top: 92.97%;
	width: 59.7%;
	height: 3.47%;
}