@charset "utf-8";


.pc { display:block; }
.mo { display: none; }

.form-wrap {
	max-width: 800px;
	margin: 50px auto;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.form-header {
	background: #000;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.form-header::after {
	content: "• 필수 입력 항목입니다.";
	font-size: 12px;
	color: #ff4a4a;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
form {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	gap: 20px;
}
.form-left {
	flex: 1 1 300px;
}
.form-right {
	flex: 1 1 250px;
}
label {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
label span {
	color: red;
}
input[type="text"], input[type="date"], select {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	padding:8px;
}
.tel-inputs {
	display: flex;
	gap: 5px;
}
.tel-inputs input {
	flex: 1;
}
.visit-date {
	line-height:24px;
}
.visit-date label {
	font-weight: normal;
	display: inline-block;
	margin-right: 15px;
}
.privacy-box {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 10px;
	height: 100px;
	overflow-y: auto;
	background: #f9f9f9;
	margin-bottom: 8px;
	line-height:1.6;
}
.submit-btn {
	width: 100%;
	background: #ff6a28;
	border: none;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.3s;
}
.submit-btn:hover {
	background: #e55b1d;
}

.form-right label { margin-bottom:10px;}

.form-left article { display: flex; align-items: center; margin-top:15px;}
.form-left article:nth-child(1) { margin-top:0;}
.form-left article label { flex:0 0 100px; line-height: 1; padding-bottom: 0;}
.form-left article:nth-child(4) { margin-top:18px;}

.bms { position: relative;}
.bs1 { background:url(../images/mv1.jpg) no-repeat center top; width: 100%; height: 976px; display: flex; align-items: center; justify-content: center;}
.bs2 { background:url(../images/mv2.jpg) no-repeat center top; width: 100%; height: 1534px; }
.bs2_a { background:url(../images/mv2_a.jpg) no-repeat center top; width: 100%; height: 1534px; }
.bs3 { background:url(../images/mv3.jpg) no-repeat center top; width: 100%; height: 998px; }
.bs4 { background:url(../images/mv4.jpg) no-repeat center top; width: 100%; height: 1147px; }
.bs5 { background:url(../images/mv5.jpg) no-repeat center top; width: 100%; height: 2287px; }
.bs6 { background:url(../images/mv6.jpg) no-repeat center top; width: 100%; height: 4913px; }
.bs7 { background:url(../images/mv7.jpg) no-repeat center top; width: 100%; height: 1110px; }
.bs8 { background:url(../images/mv8.jpg) no-repeat center top; width: 100%; height: 1723px; }
.bs9 { background:url(../images/mv9.jpg) no-repeat center top; width: 100%; height: 1274px; }
.bs10 { background:url(../images/mv10.jpg) no-repeat center top; width: 100%; padding:160px 0; display:flex; justify-content: center; align-items: center; }
.bs11 { background:url(../images/mv11.jpg) no-repeat center top; width: 100%; height: 699px; }
.footer { background:url(../images/footer.jpg) no-repeat center top; width: 100%; height: 237px; }

.qkbox { position: fixed; right:20px; bottom: 20px; z-index:10;}
.qkbox a { display: block; margin-bottom:10px; width:100px;}
.qkbox a img { width:100%; }

.link { position: absolute; left:50%; z-index:2; margin-left:-250px; width:507px; height: 96px;}
.link2 { bottom:748px;  }
.link4 { bottom:72px; }
.link5 { bottom:158px; width:655px; margin-left:-327px; }
.link6 { bottom:98px; }
.link7 { bottom:76px; }
.link8 { bottom:70px; }
.link9 { bottom:97px; }

.bwBox { display: flex; justify-content: center; align-items: center;}
.bwBox article.title_area { margin-left:140px;}

.bwBoxN { display: flex; justify-content: center; align-items: center;}
.bwBoxN article.title_area { margin-left:140px;}

.nothing {display:inline;font-weight:normal;margin-left:10px; }
.location { display:block; position:absolute; left:50%; margin-left:200px; bottom:30px; z-index:9; }
.root_daum_roughmap .cont { display:none; }


.bms { position:relative; }
.locationDiv { 
	border:1px solid #000; position:absolute; left: 65%; bottom:30px; 
	width:500px; 
	background:#fff; 
	padding:30px;
	z-index:9;
}
.locationDiv h3 { font-family: "GmarketSans"; font-size:24px; font-weight:700; padding-bottom:20px; border-bottom:1px solid #000; }
.locationDiv ul { padding-top:10px; }
.locationDiv ul li { margin-top:15px; display:flex; align-items:center;  }
.locationDiv ul li i { margin-right:10px;}
.locationDiv ul li em { flex:0 0 70px; font-size:16px; font-weight:700; font-family: "GmarketSans";  line-height:1.4;}
.locationDiv ul li span { flex:1; font-size:16px; font-weight:500; font-family: "GmarketSans"; line-height:1.4;}

.locationDiv ul li:nth-child(1) i {
	display:block;
	width:25px;
	height:23px;
	background:url(../images/i-l1.png) no-repeat center / 100%;
}
.locationDiv ul li:nth-child(2) i {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/i-l2.png) no-repeat center / 100%;
}

.footer { background:#fff; position:relative; padding:50px 0; height:auto;}
.baseWidth { width:1200px; margin:0 auto;  }
.footDiv ul li { font-size:14px; font-weight:500; font-family: "GmarketSans"; line-height:1.4; margin:5px 0;}


.mv_title_ta { 
	font-size:28px; font-weight:700; font-family: "GmarketSans"; line-height:1.3; margin-top:50px; padding:10px 0 0 65px; 
	position:relative;
}
.mv_title_ta span { font-weight:500;  font-family: "GmarketSans"; line-height:1.3; }
.mv_title_ta strong { font-weight:700;  font-family: "GmarketSans"; line-height:1.3; }

.mv_title_ta::before { 
	content:"";
	display:block;
	width:47px; height:47px;
	background:url(../images/i-wedding-arch.png) no-repeat center / 100%;
	position:absolute; left:0; top:0;
}

.mv_date { 
	font-size:28px; font-family: "GmarketSans"; line-height:1.3; margin-top:10px; padding:10px 0 0 65px; 
	position:relative;
}
.mv_date span { font-weight:400;  font-family: "GmarketSans"; line-height:1.3; }
.mv_date strong { font-weight:700;  font-family: "GmarketSans"; line-height:1.3; }
.mv_time { 
	font-size:28px; font-weight:700; font-family: "GmarketSans"; line-height:1.3; margin-top:10px; padding:10px 0 0 65px; 
	position:relative;
}
.mv_time span { font-weight:500;  font-family: "GmarketSans"; line-height:1.3; }
.mv_time strong { font-weight:700;  font-family: "GmarketSans"; line-height:1.3; }

@media (max-width:1400px) {
	.locationDiv { 
		left: 5%; 
		bottom:30px; 
		width:90%; 
		padding:30px;
	}
}

@media (max-width:1250px) {
	.baseWidth { width:100%; }

	.locationDiv ul li:nth-child(1) i {
		width:18px;
		height:17px;
	}
	.locationDiv ul li:nth-child(2) i {
		width:17px;
		height:17px;
	}

	.locationDiv h3 { font-size:22px; padding-bottom:20px;  }
	.locationDiv ul { padding-top:5px; }
	.locationDiv ul li { margin-top:10px; display:flex; align-items:center;  }
	.locationDiv ul li i { margin-right:5px;}
	.locationDiv ul li em { flex:0 0 70px; font-size:14px; }
	.locationDiv ul li span { flex:1; font-size:14px; }

	.footDiv { padding-left:30px; padding-right:30px; }
	.footDiv ul li { font-size:12px; }

	.bwBox {padding:0 5%; }
	.bwBox article.title_area { margin-left:40px; }

	.title_area .mv_title_ta { padding-top:5px; margin-top:25px; padding-left:35px; }
	.title_area .mv_title_ta::before { width:25px; height:25px; 	}
	
	.title_area .mv_title_ta, .title_area .mv_date, .title_area .mv_time { font-size:18px; line-height:1.1; }
	.title_area .mv_title_ta span { font-size:18px; }
	.title_area .mv_date, .title_area .mv_time { margin-top:10px; padding-top:0; padding-left:35px; line-height:1.1; }
	.title_area .mv_date span { font-size:18px; }
	.title_area .mv_time span { font-size:18px; }

}


/* 반응형 */
@media (max-width: 768px) {
	form {
		flex-direction: column;
	}
	.form-header {
		font-size: 18px;
		text-align: center;
	}
	.form-header::after {
		display: block;
		position: static;
		transform: none;
		margin-top: 5px;
	}
	.form-left article { display: block; }
	.form-left article label { flex:0 0 100%; display: block; margin-bottom:10px;}

	.bms { background:none; height: auto; }
	.link { display: none; }
	.bwBox article.title_area { margin-left:auto; }
	.bwBox { display: block; padding:0;}
	.title_area { 
		position:absolute; left:10%;
		top:100px;
	}
	.title_area img { width:80%; }

	.title_area .mv_title_ta { padding-top:8px; margin-top:25px; padding-left:35px; }
	.title_area .mv_title_ta::before { width:25px; height:25px; }
	
	.title_area .mv_title_ta, .title_area .mv_date, .title_area .mv_time { font-size:14px; line-height:1.1; }
	.title_area .mv_title_ta span { font-size:14px; }
	.title_area .mv_date, .title_area .mv_time { margin-top:5px; padding-top:0; padding-left:35px; line-height:1.1; }
	.title_area .mv_date span { font-size:14px; }
	.title_area .mv_time span { font-size:14px; }
	.pc { display:none; }
	.mo { display: block;}
	.mo img { width:100% !important; }
	.qkbox { position: fixed; right:10px; bottom: 10px; z-index:10;}
	.qkbox a { display: block; margin-bottom:5px; width:60px;}

	.form-left {
		flex: 0 0 100%;
	}
	.form-right {
		flex: 0 0 100%;
	}
	.nothing { margin-top:10px; margin-left:0;}
	.m_link { position: absolute; left:10%; width:80%; height: 4.5%; z-index:2; }
	.m_link2 {  bottom: 3.3%; }
	.m_link4 {  bottom: 3.6%; }
	.m_link5 { bottom: 4.6%; }
	.m_link6 { bottom: 2.5%; }
	.m_link7 { bottom: 4.2%; }
	.m_link8 { bottom: 2.9%; }
	.m_link9 { bottom: 5.7%; }
	.bs10 { background-size: cover; width: 100%; padding:50px 5%; display:flex; justify-content: center; align-items: center; }
	.footer { height: auto; }
	.location { left:5%; width:90%; margin-left:0; bottom:110px; display:none;}
	.location img { width:100%; }
	.bwBox { width:100%; }
}

@media (max-width:450px) {
	.locationDiv ul li { flex-wrap:wrap; margin-top:15px;  }
	.locationDiv ul li em { flex:1; font-size:14px; padding-top:5px; }
	.locationDiv ul li span { flex:0 0 100%; font-size:14px; margin-top:7px; }
}