/* sub css */
.parallax {
	position:relative;
	margin-top: 90px;
	background-image:url('../img/parallax_bg.jpg');
	background-position:center;
	background-size:cover; 
	height: 500px;
}

.parallax .row {
	position:relative;
	height:100%;
}

.parallax p {
	position:absolute;
	left: 50%;
	top: 45%;
	transform:translate(-50%, -50%);
	font-size: 55px;
	font-family:'NotoSansKR-Bold';
}

.footer {
	background-color: #f2f2f2;
}

.container {
	text-align:center;
	padding: 90px 0 150px;
}

.container .row {
	max-width: 700px;
	margin: auto;
	text-align: left;
	padding: 0;
}

/* 사전신청 */
.s_box {
	margin-bottom: 80px;
	font-size: 22px;
	font-family:'NotoSansKR-Regular';
	color: #121212;
	letter-spacing: -1px;
}

.s_box:last-child {
	margin-bottom: 0;	
}

.s_box .s_tit {
	font-size: 27px;
	font-family:'NotoSansKR-Bold';
	color: #54311d;
	border-bottom: 1px solid #54311d;
	padding-bottom: 10px;
	margin-bottom: 28px;
}

.s_box .s_con {
	font-family:'NotoSansKR-Medium';
	margin-top: 25px;
}

 .s_box .s_con.gender {
	margin: 35px 0;
}

.s_box .sp__ {
	display: block;
	font-size: 19px;
	font-family:'NotoSansKR-Regular';
	margin-left: 20px;
	margin-top: 5px;
}

.s_box .datepicker {
	color: #a6a6a6;
}

.s_box .datepicker.has-value {
	color: #121212;
}

.s_box input, .container .s_box select {
	width: 100%;
	font-size: 21px;
	color: #121212;
	margin-top: 7px;
	padding: 10px 10px 10px 20px;
}

.s_box input::placeholder {
	font-size: 20px;
	color: #a6a6a6;
	font-family:'NotoSansKR-Regular';
	letter-spacing: -1px;
}

.s_box .sp input {
	margin-bottom: 3px;
}

 .s_box select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.s_box .select__ {
	position: relative;
	color: #a6a6a6;
}

.s_box .selectBox {
	color: #a6a6a6;
}

.s_box .selectBox.has-value,
.s_box .selectBox option {
	color: #121212;
}

.s_box .select__::after {
	content: "▼"; 
	position: absolute;
	right: 20px;
	top: 15px;
	pointer-events: none; 
	font-size: 18px;
	color: #a6a6a6;
}

.s_box .radio__ {
	display: flex;
	margin-top: 12px;
}

.s_box .radio__ label {
	font-family:'NotoSansKR-Regular';
	margin-right: 30px;
	cursor: pointer;
}

.s_box .radio__ fieldset {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

.s_box .radio__ input[type="radio"] {
	position: relative;
    appearance: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
	padding: 0;
	margin: 2px 10px 0 0;
}

.s_box .radio__ input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #54311d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex__ {
	display: flex;
}

.zipcode {
    display: block;
    white-space: nowrap;
    background-color: #54311d;
    color: #fff;
	margin-top: 7px;
	margin-left: 7px;
	padding: 10px 25px;
	font-size: 21px;
}

 .s_box .w200 {
	width: 200px;
}

.s_box .people {
	display: flex;
	align-items: center;
}

.s_box .people input {
	text-align: right;
	padding-right: 20px;
}

.s_box .people span {
	margin-left: 15px;
	margin-top: 5px;
}

.writeWrap {
	margin: 30px 0;
}

.writeWrap .num {
	display: inline-block;
	border-bottom: 2px solid #54311d;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #54311d;
}

.writeWrap .flex__ {
	width: 700px;
	justify-content: space-between;
}

.writeWrap .s_flex {
	flex-basis: calc(50% - 20px);
}

.fir input {
	background-color: #DEE2E6 !important;
	border: 1px solid #DEE2E6 !important;
}

.note {
	display: none;
}

.note_area {
	text-align: center;
	margin: 100px 0;
}

.note_area .btn {
	font-size: 24px;
	width: 100%;
	padding: 15px 0;
	background-color: #f1e0cc;
	color: #54311d;
	border: 1px solid #54311d;
	font-family:'NotoSansKR-Medium';
	letter-spacing: -1px;
}

.note_area .note {
	text-align: left;
    padding: 25px 20px;
	font-size: 19px;
	border: 1px solid #54311d;
	border-top: none;
	letter-spacing: -1px;
}

.note_area .note dl {
	display: flex;
}

.checkBox {
	justify-content: flex-end;
	font-size: 20px;
	margin-top: 10px;
}

.checkBox input {
	width: 20px;
	height: 20px;
	margin-top: 6px;
	margin-right: 10px;
	border-radius: 50%;
	padding: 0;
	cursor:pointer;
}

.checkBox input[type="checkbox"] {
	appearance: none; 
	width: 22px;
	height: 22px;
	border: 2px solid #ccc;
	border-radius: 50%; 
	cursor: pointer;
	position: relative;
}

.checkBox input[type="checkbox"]:checked::before {
	content: "";
	width: 11px;
	height: 11px;
	background-color: #54311d;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.checkBox label {
	cursor:pointer;
}

.s_box .para {
	padding: 25px;
	font-size: 19px;
	border: 1px solid #d9d9d9;
	margin-top: 40px;
}

.s_box .para.bt {
	overflow-y: auto;
    height: 460px;
}

.s_box .para .title__ {
	font-family:'NotoSansKR-Medium';
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}

.s_box .para span {
	font-size: 18px;
}

.s_box .para .title2__ {
	margin: 10px 0
}

.s_box .para .title2__.bt {
	margin-top: 20px;
}

.s_box .table__ {
	width: 100%;
	text-align: center;
	margin: 15px 0 10px;
}

.s_box .table__ .form_field {
	line-height: 110px;
}

.s_box .table__ .form_field th {
	background-color: #cfcece ;
	font-size: 19px;
	font-family:'NotoSansKR-Medium';
	padding: 10px;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
	border-right: 1px solid #121212;
	vertical-align: middle;
}

.s_box .table__ .form_field td {
	font-size: 18px;
	padding: 15px;
	border-bottom: 1px solid #121212;
	border-right: 1px solid #121212;
	color: #121212;
	font-family:'NotoSansKR-Regular';
	vertical-align: middle;
	line-height: 25px;
}

.s_box .table__ .form_field td:last-child,
.s_box .table__ .form_field th:last-child {
	border-right: none;
}

.s_box .para b {
	display: block;
	margin-bottom: 7px;
}

.s_box .para2 {
	font-size: 20px;
	text-align: center;
	margin: 70px 0 50px;
}

.u-invisible-field {
	visibility: hidden; 
}

.s_box .sign__ {
	text-align: right;
	margin-top: 30px;
	font-family:'NotoSansKR-Medium';
}

.s_box .sign__ li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 5px;
}

.s_box .sign__ input {
	width: 200px;
	font-size: 17px;
	padding: 5px 5px 5px 10px;
	margin-top: 0;
	margin-left: 10px;
}

.s_box .sign__ input::placeholder {
	font-size: 17px;
	letter-spacing: -1px;
}

.submitbtnWrap {
	text-align: center;
}

.submit {
	font-size: 24px;
	color: #fff;
	width: 400px;
	padding: 20px 0;
	background-color: #892307;
	font-family:'NotoSansKR-Medium';
}

/* 신청 완료 팝업 */
.applyModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
	letter-spacing: -1px;
	user-select: text;
}

.applyModal.active {
    display: flex;
}

.modal-content.active {
    transform: translateY(0);
}

.applyModal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 560px;
    margin-top: 150px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
}

.modal-tit {
    font-size: 19px;
	font-family:'NotoSansKR-Medium';
}

.modal-body {
    font-size: 17px;
}

.modal-footer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.modalClose {
    width: 100px;
    padding: 7px 10px;
    box-sizing: border-box;
    background-color: #db4100;
    color: #fff;
    font-family:'NotoSansKR-Medium';
}

/* 신청조회 */
.confirm {
	font-size: 24px;
	color: #fff;
	width: 100%;
	padding: 15px 0;
	background-color: #54311d;
	font-family:'NotoSansKR-Medium';
	margin: 50px 0 100px;
}

.tab {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 2px solid #db4100;
}

.tabBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    font-size: 19px;
    font-weight: 500;
    background-color: #F8F9FA;
	color: #ADB5BD;
	letter-spacing: -1px;
	cursor: pointer;
}

.tabBtn.active {
    background-color: #db4100;
	color: #fff;
	font-family:'NotoSansKR-Medium';
}

.table-cont {
    width: 100%;
    overflow-x: auto;
}

.table-cont table {
	width: 100%;
	text-align: center;
}

.table-cont table thead tr th {
	position: relative;
    font-size: 18px;
    font-family:'NotoSansKR-Medium';
	letter-spacing: -1px;
}

.table-cont table tr th, table tr td {
	padding: 15px;
	font-size: 17px;
	white-space: nowrap !important;
	border-bottom: 1px solid #d9d9d9;
}

.board tbody tr td .setbadge {
	width: 100px;
    padding: 8px 4px;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 auto;
}

.setbadge.approve {
    color: #fff;
    background-color: #006FDD !important;
}

.setbadge.return {
    background-color: #FFE443 !important;
}

.setbadge.progress {
    color: #fff;
    background-color: #42CF81 !important;
}

/* 정산조회 */
.settlement p {
	font-family:'NotoSansKR-Bold';
	font-size: 27px;
	margin-bottom: 10px;
}

.settlement .text__ {
	font-size: 16px;
	color: #db4100;
}

.settlement .writeWrap {
	margin: 40px 0 0;
}

.settlement .writeBox {
	margin: 15px 0 20px;
}

.settlement .writetit {
	font-size: 20px;
    font-family:'NotoSansKR-Bold';
}

.settlement .module_t {
	font-size: 20px;
    font-family:'NotoSansKR-Medium';
}

.settlement .selectWrap {
	position: relative;
}

.settlement .selectWrap .selectBox {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.settlement .selectWrap::after {
	content: "▼"; 
	position: absolute;
	right: 20px;
	top: 18px;
	pointer-events: none; 
	font-size: 16px;
	color: #a6a6a6;
}

.settlement .selectWrap select {
	font-size: 19px;
    width: 100%;
	margin-top: 7px;
	padding: 10px 10px 10px 20px;
}

.uploadfield ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0 8px;
    border-bottom: 1px solid #d9d9d9;
}

.uploadfield ul li label {
    padding: 4px 10px;
    color: #fff;
    background-color: #db4100;
	font-size: 18px;
	cursor: pointer;
}	

.uploadfield input[type="file"] {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    font-size: initial;
    overflow: hidden;
    clip: rect(0 0 0 0);
} 

.uploadfield .file_name {
	font-size: 18px;
	margin-left: 10px;
	width: 100%;
}

.settlement .btnWrap {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}	

.settlement .addBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    position: relative;
    padding: 16px 24px;
    border-radius: 8px;
	font-size: 20px;
    border: 2px solid #db4100;
    font-family:'NotoSansKR-Bold';
    color: #db4100;
	margin-top: 30px;
}

.settlement .caption {
	display: block;
	color: #db4100;
	font-size: 17px;
	margin-bottom: 5px;
	font-family:'NotoSansKR-Regular';
	letter-spacing: -1.5px;
}

.settlement .caption.bt {
	margin-top: 5px;
}

.settlement .module_w .inputField > input {
	font-size: 19px;
    width: 100%;
	margin-top: 7px;
	padding: 10px 10px 10px 20px;
}

.settlement .inputField input::placeholder {
	font-size: 19px;
	color: #a6a6a6;
	font-family:'NotoSansKR-Regular';
	letter-spacing: -1px;
}

.settlement .bt {
	margin-top: 70px;
}

.settlement .bt .module_t {
	font-family:'NotoSansKR-Bold';
}

.file-delete {
	width: 40px;
    height: 40px;
    padding: 4px 4px 4px 0px;
    border: 1px solid #a6a6a6;
    background-image: url('../img/delete.png?new');
	margin-right: 10px;
}

/* 문의하기 */
.board-info {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.board-info-current > span {
	display: flex;
    gap: 4px;
    position: relative;
    color: #666;
	font-size: 18px;
}

.board-info-current > span > strong {
    font-family:'NotoSansKR-Medium';
	color: #333;
}

.board-info-search {
	display: flex;
    gap: 10px;
    position: relative;
	font-size: 18px;
}

.board-info-search-select {
    position: relative;
    width: 120px;
} 

.board-info-search-select select {
	width: 100%;
    cursor: pointer;
    padding: 10px 10px 10px 15px;
    font-size: 17px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	letter-spacing: -1px;
}

.board-info-search-select::after {
	content: "▼"; 
	position: absolute;
	right: 15px;
	top: 10px;
	pointer-events: none; 
	font-size: 15px;
	color: #a6a6a6;
}

.board-info-search-input input {
	width: 280px;
	font-size: 17px;
	padding: 10px 10px 10px 15px;
	letter-spacing: -1px;
}

.board-info-search-input input::placeholder {
	font-size: 17px;
	color: #a6a6a6;
	font-family:'NotoSansKR-Regular';
	letter-spacing: -1px;
}

.board-info-search-btn button {
    padding: 10px 30px;
	height: 47px;
    background-color: #892307;
    color: #fff;
    font-size: 17px;
}

.board-list-table {
	width: 100%;
	table-layout: fixed;
	white-space: nowrap;
	border-top: 2px solid #212529;
	text-align: center;
	letter-spacing: -1px;
}

.board-list-table th, .board-list-table td {
    position: relative;
    vertical-align: middle;
    font-size: 18px;
    padding: 15px 10px;
    border-right: 0;
	border-bottom: 1px solid #d9d9d9;
}

.board-list-table th {
	/*font-family:'NotoSansKR-Medium';*/
}

.board-list-table td {
	font-size: 17px !important;
}

.board-list-table td a {
	cursor: pointer;
}

.board-list-table td .notice {
	padding: 4px 8px;
	background-color: #ff0000;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}

.board-list-table textarea {
	padding: 8px 10px 8px 20px;
}

.board-list-table textarea::placeholder {
	font-size: 17px;
	letter-spacing: -1px;
}

.board-list-table-view th,
.board-list-table-view td {
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  padding: 15px 10px;
  border-right: 0;
  text-align: left;
}

.board-list-table-view tbody tr td.title {
  text-align: left;
}

legend, caption {
    visibility: hidden;
    overflow: hidden;
    line-height: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -99999px;
    font-size: 0;
}

.board-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.board-pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #d9d9d9;
	cursor: pointer;
	font-size: 20px;
}

.board-pagination-num[data-status="active"] {
	border-color: #db4100;
	font-family:'NotoSansKR-Medium';
    color: #db4100;
}

.bottom-btn {
	display: flex;
    justify-content: end;
    margin-top: 10px;
}

.bottom-btn a {
	color: #fff;
}

button.primary {
	background-color: #db4100;
	color: #fff;
	padding: 10px 24px;
	font-family:'NotoSansKR-Medium';
}

.modal-content.pwModal {
	width: 350px;
	padding: 20px 35px;
	margin-top: 0;
}

/* 글쓰기 */
.ql-editor em, .ql-editor i {
  font-style: italic !important;
}

.ql-editor ol, .ql-editor ul {
	padding-left: 0;
}

.ql-editor {
	height: 300px;
	font-size: 17px;
}

.file_add, .file_remove {
	height: 52px;
	width: 52px;
	float: right;
	min-width: inherit;
	border: 1px solid #892307;
	position: relative;
}

.file_remove {
	border: 1px solid #db4100;
}

.file_add::before, .file_add::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 2px;
	transform-origin: center;
	background-color: #892307;
	transition: transform 0.3s ease;
}

.file_add::before {
	transform: translate(-50%, -50%) rotate(0deg);
}

.file_add::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.file_remove::before, .file_remove::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 13px;
	background-color: #db4100;
	transform-origin: center;
	transition: transform 0.3s ease;
}

.file_remove::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.file_remove::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.content-box a,
span.blue {
	color: #086FB8;
	font-weight: bold;
	cursor: pointer;
}