@charset "utf-8";

/* 가맹문의 */

#inquiry { height: 80px; }
#inquiry .inquiry-wrap { 
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	width: 100%;
	z-index: 900;
}
#inquiry .inquiry-wrap .inner {
	flex-grow: 1;
	width: 100%;
	min-width: 1210px;
	/* height: 100%; */
}
#inquiry .inquiry-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 80px;
	background: #f5a200;
	color: #fff;
}
#inquiry.fixed-footer .inquiry-wrap {
	position: relative;
	width: 100%;
}
.inquiry-wrap .inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.inquiry-tab {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	pointer-events: none;
	margin-right: 0;
	height: 100%;
}
.inquiry-tab > div { 
	flex-grow: 1; 
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2em;
}
.inquiry-tab .toggleBtn { position: relative; height: 100%; padding-left: 150px; }
.inquiry-tab .toggleBtn > img { position: absolute; bottom: 0; left: -50px; }
.inquiry-tab > div * { font-family: var(--font-family-title); font-size: 34px; letter-spacing: -0.025em; }
.inquiry-tab > div:first-child { display: none; }
.inquiry-tab > div:last-child { position: relative; font-size: 34px; letter-spacing: -0.025em; color: #fff; white-space: nowrap; }
.inquiry-tab img { margin-right: 10px; }
.inquiry-tab span { margin-top: 0.1em; }
.inquiry-wrap form { height: 100%; display: flex; justify-content: flex-start; align-items: stretch; }
.inquiry-wrap form .field { padding: 15px 0; display: flex; justify-content: center; align-items: center; }
.inquiry-wrap form .field + .field { margin-left: 10px; }
.inquiry-wrap form .field input[type="text"] { width: 180px; height: 100%; border-radius: 0; border: none; background-color: #fff; padding: 0 15px; font-size: 18px;}
.inquiry-wrap form .field input[type="text"]::placeholder { color: #333; font-size: 18px; }
.inquiry-wrap .checkbox { position: relative; margin-right: 10px;}
.inquiry-wrap .checkbox input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.inquiry-wrap .checkbox input + label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.inquiry-wrap .checkbox input + label:before {
	flex-shrink: 0;
	content: "";
	width: 28px;
	height: 28px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/STATIC/img/icon/check2.png');
}
.inquiry-wrap .checkbox input + label span:first-child { border-bottom: 1px solid currentColor; padding-bottom: 2px; display: inline-block;}
.inquiry-wrap .checkbox input:checked + label { color: #fff; }
.inquiry-wrap .checkbox input:checked + label:before {
	background-image: url('/STATIC/img/icon/checked2.png');
}
.inquiry-wrap button[type="button"] { font-size: 18px; font-weight: bold; width: 150px; height: 50px; border-radius: 0; background-color: #763414; color: #fff; border: 0; margin: 15px 0; }




@media (max-width:768px){
	#inquiry { position: relative; }
	#inquiry,
	#inquiry .inquiry-wrap {  height: 10.66rem;  }
	#inquiry .inquiry-wrap { transition: max-height 0.5s ease-out; overflow: hidden; }
	#inquiry.fixed-footer .inquiry-wrap { 
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	#inquiry .inquiry-wrap .inner { min-width: 100%; }
	#inquiry form { display: none; width: 100%;background: var(--color-orange);  }

	#inquiry .inquiry-wrap { height: auto; box-shadow: 1px 0px 30px 10px rgba(0, 0, 0, .2);}
	.inquiry-wrap .inner { flex-direction: column; }
	.inquiry-tab { margin-right: 0; flex-grow: 1; width: 100%; pointer-events: inherit; }
	.inquiry-tab img { width: 7.73rem; margin-right: 1.33rem;  }
	.inquiry-tab > div { overflow: hidden; }
	.inquiry-tab > div:first-child,
	.inquiry-tab > div:last-child,
	.inquiry-tab > div * { position: relative; width: 50%;  height: 12rem; font-size: 0rem; }
	.inquiry-tab > div:first-child { display: block;}
	.inquiry-tab > div:first-child  a { display: block; width: 100%; }
	.inquiry-tab > div:first-child img { width: 100%; }
	.inquiry-tab > div:last-child img { opacity: 0; }
	.inquiry-tab > div:last-child:before { 
		content: ""; 
		position: absolute; 
		left: 0; 
		top: 0; 
		width: 100%; 
		height: 100%;
		z-index: 1; 
		background-image: url('/STATIC/img/visual/mo_nor_btn02.png');
		background-size: cover;
	}
	.open .inquiry-tab > div:last-child:before { background-image: url('/STATIC/img/visual/mo_fixed_btn02.png'); }
	.inquiry-wrap form { height: auto; flex-wrap: wrap; padding: 8rem; }
	.inquiry-wrap form .field {
		flex-shrink: 0;
		width: 100%;
		padding: 0;
	}
	.inquiry-wrap form .field + .field { margin-left: 0; margin-top: 2.13rem; }
	.inquiry-wrap form .field + .field:nth-child(4) { margin-top: 0; height: 14.6rem; } 
	.inquiry-wrap form .field input[type="text"] { height: 10.93rem; width: 100%; font-size: 3.73rem; padding-left: 4rem; }
	.inquiry-wrap form .field input[type="text"]::placeholder { font-size: 3.73rem; }
	.inquiry-wrap .checkbox input + label { height: 9.33rem; font-size: 3.73rem;  }
	.inquiry-wrap .checkbox input + label span:last-child { margin-left: 0.4em; }
	.inquiry-wrap .checkbox input + label br { display: none; }
	.inquiry-wrap .checkbox input + label:before { width: 4.93rem; height: 4.93rem; }
	.inquiry-wrap .checkbox input + label a { padding: 0.5rem 0; border-bottom: 0; margin-right: 0.8rem; }
	.inquiry-wrap button[type="button"] { margin: 0; width: 100%; height: 12rem; font-size: 4.53rem; color: #fff;
	background: #763414;}
}