/* contact-3 추가 */
.em-contact-3 {padding: 25px 25px 15px;border: 10px solid #efefef;}
.em-contact-3 h5 {padding-bottom: 10px;border-bottom: 1px dotted #b1c2ec;color: #5491f5;}
.em-contact-3 p.address {word-break: keep-all;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dotted #e4e4e4;}
.em-contact-3 p.icon {font-size: 20px;color: #9ea8c2;}
.em-contact-3 p.icon span {font-size: 16px;color: #323335;}
.em-contact-3 p.icon span.phone {margin-left: 8px;}
.em-contact-3 p.icon span.fax, .em-contact-3 p.icon span.mail {margin-left: 5px;}
.gmaps-holder-2.em-gmap-3 .root_daum_roughmap .wrap_map {height: 450px !important;}

@media only screen and (min-width: 992px) {
	.em-col-option-1 .col-md-4 {padding-left: 10px;padding-right: 10px;}
	.em-contact-3 {min-height: 500px;}
	.booking-contact-3 {display: flex;flex-direction: row;}
	.booking-contact-3 .booking-1 {order: 3;}
	.booking-contact-3 .booking-2 {order: 1;}
	.booking-contact-3 .booking-3 {order: 2;}
}
@media only screen and (max-width: 991px) {
	.em-contact-3 {margin-bottom: 30px;}
	.gmaps-holder-2.em-gmap-3 .map {height: 450px;}
}
.contact-c-1 .smart-forms .smart-section {margin-bottom: 17px;}
.contact-c-1 .smart-forms .form-footer {padding: 10px 0 20px;text-align: right !important;}
.contact-c-1 .smart-forms .form-footer .button {margin-right: 0;margin-left: 10px;}
.contact-c-1 .smart-forms .gui-textarea {height: 126px}
.contact-c-1 .borderline-1 {padding: 9px;border: 1px solid #dfdfdf;}
.contact-c-1 .borderline-1 .em-contact-3 {padding: 25px 25px 15px;border: 1px dotted #dfdfdf;}
.contact-c-1 .borderline-1 .em-contact-3 .conbox-title {
    color: #adadad;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #dfdfdf;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.contact-c-1 .borderline-1 .em-contact-3 h5.company {margin-top: 15px;border-bottom: 0;color: #101010;}
.contact-c-1 .borderline-1 .em-contact-3 .contact-data {display: flex;flex-wrap: wrap;row-gap: 0.6em;}
.contact-c-1 .borderline-1 .em-contact-3 .contact-data p {flex: 100%;}
.contact-c-1 .borderline-1 .em-contact-3 .contact-data p span a {color: #323232;}
.contact-c-1 .borderline-1 .em-contact-3 p.icon {color: #adadad;}
.contact-c-1 .borderline-1 .em-contact-3 p.icon i.fa-fax {font-size: 18px;}
.contact-c-1 .borderline-1 .em-contact-3 p.icon i.fa-envelope-open-text {font-size: 18px;}
.contact-c-1 .borderline-1 .em-contact-3 p.icon i.fa-money-check {font-size: 15px;}
.contact-c-1 .borderline-1 .em-contact-3 p.icon span {margin-left: 10px;color: #323232;}
.contact-c-1 .borderline-1 .em-contact-3 p.icon span.phone {margin-left: 10px;}
.contact-c-1 .borderline-1 .em-contact-3 p.icon span.money {margin-left: 9px;}
.contact-c-1 .borderline-1 .em-contact-3 p.icon span a {color: #323232;}
.contact-c-1 .em-gmap-3 {padding: 9px;border: 1px solid #dfdfdf;}
@media only screen and (min-width: 992px) {
	.contact-c-1 .smart-wrap {padding: 0 0 0 0;}
    .contact-c-1 .borderline-1 .em-contact-3 {min-height: 480px;}
}
@media only screen and (max-width: 991px) {
	.em-contact-3 {margin-bottom: unset;}
    .max991-margin-bottom-30 {margin-bottom: 30px;}
}

/* 테이블 */
.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;}
}
