/* ======= 푸터 공통 ========= */
footer.sec-tpadding-2 {padding-top: 70px;}
.footer-logo img {max-height: 40px;width: auto;}

@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
	footer.sec-tpadding-2 {padding-top: 60px;}
}
@media only screen and (max-width: 768px) {
	footer.sec-tpadding-2 {padding-top: 50px;}
}
@media only screen and (max-width: 640px) {
	footer.sec-tpadding-2 {padding-top: 40px;}
	footer .sec-bpadding-6 {padding-bottom: 0;}
	footer .sec-moreless-padding {padding: 30px 0 40px 0;}
	footer .sec-moreless-padding .margin-bottom {margin-bottom: 15px;}
}
@media only screen and (max-width: 480px) {
	footer.sec-tpadding-2 {padding-top: 30px;}
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}

/* 푸터 콘텐츠 위치 변경 기본 */
@media only screen and (max-width: 991px) {
	.booking-footer-basic {display: flex;flex-direction: column;}
	.booking-footer-basic .booking-1 {order: 2;}
	.booking-footer-basic .booking-2 {order: 1;}
	footer .col-divider-margin-2 {margin-top: 0;}
}

/* 푸터 가로형 스타일 1 */
footer.sec-tpadding-2.em-footerstyle-1 {padding-top: 40px;background-color: #202020;}
.em-footerstyle-1 span {display: inline-block;margin-right: 16px;position: relative;color: #fff;opacity: 0.6;font-weight: 300;}
.em-footerstyle-1 span:after {position: absolute;right: -10px;top: calc(50% - 6px);width: 1px;height: 12px;background-color: rgba(255, 255, 255, 0.6);content: "";}
.em-footerstyle-1 span.last:after {background: none;}
.em-footerstyle-1 span a {color: #fff;}
.em-footerstyle-1 span a.privacy-con {font-weight: 600;margin-top: 7px;margin-bottom: 7px;display: inline-block;}

footer.sec-tpadding-2.em-footerstyle-1.white {padding-top: 40px;background-color: #fff;border-top: 1px solid rgba(0, 0, 0, 0.1);}
.em-footerstyle-1.white span {display: inline-block;margin-right: 16px;position: relative;color: #000000;opacity: 0.9;font-weight: 300;}
.em-footerstyle-1.white span:after {position: absolute;right: -10px;top: calc(50% - 6px);width: 1px;height: 12px;background-color: rgba(0, 0, 0, 0.3);content: "";}
.em-footerstyle-1.white span.last:after {background: none;}
.em-footerstyle-1.white span a {color: #000000;}
.em-footerstyle-1.white span a.privacy-con {font-weight: 600;margin-top: 7px;margin-bottom: 7px;display: inline-block;}

.footer-social-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
}
.footer-social-icons li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #303030;
	background-color: rgba(255,255,255,1.0);
	font-size: 18px;
}
.footer-social-icons li a:hover {
	color: #fff;
	background-color: rgba(48,48,48,1.0);
}