/* 빠른 상담 추가 */
input[type="checkbox"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
		 appearance: auto;
}

    .board-table1 colgroup {
        display: none;
    }

.reply_list {
	margin-top:2rem;
	font-size:0.9rem;
}
.reserve__information{
	line-height:1.4;
	font-size:0.8rem;
}
.w1400 {
	max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}


.fastConAr {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	padding: 1.875rem 10px;
	background: rgba(1, 1, 1, 0.8);
	color: #fff;
}
.fastConAr p{
	line-height:1.4;
}

.fastConAr .fastAr {
	display: flex;
   justify-content: space-evenly;
}
.fastConAr h4 {
	font-size: 2.25rem;
	color: #56cfff;
	font-weight: bold;
}
.fastConAr .fieldset .field__input {
	display: flex;
	gap: 10px;
}

.fastConAr .fieldset .field__input .flexWrap {
	display: flex;
	gap: 10px;
}

.fastConAr .fieldset .textAr {
	display: flex;
}

.fastConAr .fieldset .textAr p{
	font-size:0.8rem;
	font-weight: 400;

}

.fastConAr .fieldset .textAr a {
	color: #fff;
}

.fastConAr select,
.fastConAr input {
	width: 100%;
	height: 3rem;
	padding: 5px;
	border: 1px solid #888;
	border-radius: 0;
	background-color: #fff;
	color: #666;
	font-size: 0.9rem;
}
.fastConAr .field__submit {
	padding: 0 1.875rem;
	height: 3rem;
	background: #56cfff;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
}
.fastConAr .form-check {
	padding-top: 6px;
	cursor: auto;
}
.fastConAr .form-check .checkmark {
	display: inline-block;
	height: 13px;
	width: 13px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.fastConAr .form-check .checkAr {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
}
.fastConAr .form-check .checkbox {
	width: 14px;
	height: 14px;
	background: #fff;
	position: static;
	opacity: 1;
}

@media screen and (max-width: 1621px) {
	.quickMenu {
		display: none;
	}
	.fastConAr {
		padding-bottom:4.5rem;
	}
	.fastConAr h4 {
		font-size: 1.875rem;
	}
	.fastConAr .fastAr {
		gap: 1rem;
		justify-content: center;
	}

	.fastConAr .fieldset .field__input {
		flex-direction: column-reverse;
	}

	.fastConAr .form-check {
		padding-left: 0;
	}
}
/*
@media screen and (max-width: 1300px) {

	.fastConAr .fieldset .field__input {
		flex-direction: column-reverse;
	}
}

*/
@media screen and (max-width: 768px) {
	.fastConAr {
		padding-top:1rem;
	} 
	.fastConAr h4 {
		font-size: 1.4rem;
	}
	.fastConAr .fastAr {
		flex-direction: column;
	}
	.fastConAr .fieldset .field__input {
		gap: 0;
	}
	.fastConAr select,
	.fastConAr input {
		font-size: 12px;
		height: 2.5rem;
	}
	.fastConAr select {
		min-width: 80px;
	}
	.fastConAr .field__submit {
		padding: 0 1rem;
		font-size: 0.85rem;
		height: 2.5rem;
	}
}

/* Search */
.board-search-wrap {
	background-color: #f5f5f5;
	overflow: hidden;
	margin-bottom: 3em;
	margin-top: 4em;
	padding: 2.25em 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.board-search-wrap .total-count {
	float: left;
}
.board-search-wrap .total-count span {
	font-size: 1.2em;
	font-weight: 700;
	color: #0071b2;
}
.board-search-wrap .search-order {
	float: left;
}
.board-search-wrap .search-select {
	display: inline-block;
	min-width: 160px;
	height: 40px;
	line-height: 38px;
	padding: 0 35px 0 20px;
	border: 1px solid #ccc;
	background: #ffffff;
	background-position: calc(100% - 20px) center;
	font-size: 14px;
	border-radius: 20px;
}
.board-search-wrap .search-select + .search-input {
	margin-left: 10px;
}
.board-search-wrap .search-word {
	display: flex;
	align-items: center;
}
.board-search-wrap .search-input {
	width: 540px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	display: flex;
	position: relative;
}
.board-search-wrap .search-input:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 50px;
}
.board-search-wrap .search-input input {
	width: calc(100% - 60px);
	height: 50px;
	line-height: 39px;
	padding: 0 35px 0 10px;
	border: 0;
	font-size: 1rem;
	background-color: transparent;
	outline: none;
}
.board-search-wrap .input-submit {
	width: 120px;
	height: 50px;
	background-color: #0071b2;
	display: block;
	margin-left: 0.5em;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

@media screen and (max-width: 768px) {
	/* Search */
	.board-search-wrap {
		padding: 1em 0;
		width: 100%;
		margin: 1em 0;
		display: block;
		box-sizing: border-box;
	}
	.board-search-wrap .search-word {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.board-search-wrap .search-select {
		width: 100%;
		height: 34px;
		line-height: 32px;
		padding: 0 25px 0 15px;
		background-position: calc(100% - 10px) center;
		margin-bottom: 10px;
	}
	.board-search-wrap .search-select + .search-input {
		margin: 0;
	}
	.board-search-wrap .search-input {
		width: 100%;
	}
	.board-search-wrap .search-input input {
		font-size: 13px;
	}
	.board-search-wrap .search-input .input-submit {
		right: 0;
	}
	.board-search-wrap .input-submit {
		margin: 0;
		width: 30%;
	}
}