/* request-a-1 추가 */
.request-a-1 .request-a-1-box {margin: 0 auto;width: 100%;max-width: 1140px;}
.request-a-1 .request-a-1-box .booking-1 {margin-bottom: 50px;}
.request-a-1 .request-a-1-box .box-title {padding-bottom: 20px;}
.request-a-1 .request-a-1-box .box-title h4 {position: relative;font-size: 26px;line-height: 1;text-align: center;font-weight: bold;margin-bottom: 20px;padding-bottom: 15px;}
.request-a-1 .request-a-1-box .box-title h4:after {position: absolute;left: calc(50% - 25px);bottom: 0;width: 50px;height: 4px;background-color: #3597d9;content: "";}
.request-a-1 .em-inquery-1 {padding: 0 0;background-color: t;}
.request-a-1 .em-inquery-1 .smart-wrap {padding: 0;}
.request-a-1 .em-inquery-1 .smart-forms .form-footer {padding: 5px 0  20px;}
.request-a-1 .em-inquery-1 .smart-forms .form-footer .button {margin-right: 2px;margin-left: 2px;margin-bottom: 5px;}
.request-a-1 .em-inquery-1 .smart-forms p.privacy-title {font-size: 16px;font-weight: 600;letter-spacing: -0.1em;margin-bottom: 5px;}
.request-a-1 .em-inquery-1 .smart-forms .privacy-area {background-color: #fff;padding: 10px 15px;height: 150px;overflow-y: scroll;}
.request-a-1 .em-inquery-1 .smart-forms .privacy-area p {line-height: 1.2;margin-bottom: 10px;}
.request-a-1 .em-inquery-1 .smart-forms .privacy-area p:last-child {margin-bottom: 0;}
.request-a-1 .em-inquery-1 .smart-forms .privacy-chk {display: block;margin-top: 15px;display: flex;align-self:center}
.request-a-1 .em-inquery-1 .smart-forms .privacy-chk input[type="checkbox"] {width: 15px;height: 15px;accent-color: #323232;}
.request-a-1 .em-inquery-1 .smart-forms .privacy-chk span {margin-left: 5px;}
.request-a-1 .smart-forms .select, 
.request-a-1 .smart-forms .gui-input, 
.request-a-1 .smart-forms .gui-textarea, 
.request-a-1 .smart-forms .select > select, 
.request-a-1 .smart-forms .select-multiple select,
.request-a-1 .em-inquery-1 .smart-forms .privacy-area {
	border: 1px solid #dbdbdb;
}
.request-a-1 .smart-forms .select, 
.request-a-1 .smart-forms .gui-input, 
.request-a-1 .smart-forms .select > select, 
.request-a-1 .smart-forms .select-multiple select {
	height: 48px;
}
.smart-forms .append-icon .field-icon, .smart-forms .prepend-icon .field-icon {
	height: 48px;
	line-height: 48px;
}
.request-a-1 .smart-forms input, .request-a-1 .smart-forms select, .request-a-1 .smart-forms textarea {
	font-size: 16px;
}

/* 테이블 */
.tbl-wrap, .tbl_wrap {overflow-x: auto;}
table {
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
caption {
    font-size: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.tbl-wrap table {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #dfdfdf;
    min-width: 44.4444444444em;
    word-break: keep-all;
}
.tbl-wrap table caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.tbl-wrap table thead th {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;text-align: center;padding: 8px 10px;background-color: #f6f6f6;}
.tbl-wrap table tbody th {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;text-align: center;padding: 8px 10px;background-color: #f6f6f6;}
.tbl-wrap table tbody td {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;padding: 8px 10px;}
.tbl-wrap table thead th:last-child, .tbl-wrap table tbody td:last-child {border-right: none;}
.tbl-wrap table tbody th strong, .tbl-wrap table tbody td strong {color: #323232;}
.tbl-wrap .table-overguide {display: none;}
@media screen and (max-width: 991px) {
	.tbl-wrap table thead {display: table-header-group;} /* 부트스트랩 테이블 변환 초기화 */
	.tbl-wrap table thead tr {display: table-row;} /* 부트스트랩 테이블 변환 초기화 */
	.tbl-wrap table tbody {display: table-row-group;} /* 부트스트랩 테이블 변환 초기화 */
	.tbl-wrap table tbody tr {display: table-row;} /* 부트스트랩 테이블 변환 초기화 */
	.tbl-wrap table tbody tr td {display: table-cell;} /* 부트스트랩 테이블 변환 초기화 */
    .tbl-wrap .table-overguide {display: block;font-size: 14px;line-height: 1;margin-bottom: 8px;}
}
