/* ======= 푸터 공통 ========= */
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 .fo-map {margin-top: 30px;}
.em-footerstyle-1 address span {display: inline-block;margin-right: 10px;}
.em-footerstyle-1 .footer-social-icons {text-align: center;}
.em-footerstyle-1 .item-holder h6 {margin-top: 0;margin-bottom: 10px;}
.em-footerstyle-1 .item-holder address {margin-bottom: 10px;}
.em-footerstyle-1 .col-divider-margin-2 {margin-top: 10px;}
.em-footerstyle-1 .container-fluid {background-color: #323232;}
@media only screen and (max-width: 991px) {
	.em-footerstyle-1 .fo-map {margin-top: 0;}
	.em-footerstyle-1 .fo-map .footer-logo {margin-bottom: 0;}
	.em-footerstyle-1 .col-divider-margin-2 {margin-top: 0px;}
}

/* 푸터 메뉴 */
.footer-menu-style-1 ul {margin-left: -5px;margin-right: -5px;width: 100%;}
.footer-menu-style-1 ul li {float: left;width: calc(100% / 5);padding-left: 5px;padding-right: 5px;}
.footer-menu-style-1 ul li h6 {color: rgba(255,255,255,0.7);font-weight: 500;border-bottom: 1px solid #999;padding-bottom: 15px;padding-left: 3px;margin-bottom: 15px;}
.footer-menu-style-1 ul li a {display: block;color: #fff;margin-bottom: 5px;padding-left: 5px;font-weight: 300;}
.footer-menu-style-1 ul li a:hover {color: #3dc7fd;}
@media only screen and (min-width: 1200px) {
	.footer-menu-style-1 ul li a {font-size: 18px;margin-bottom: 10px;}
}
@media only screen and (min-width: 1001px) and (max-width: 1199px) {
	.footer-menu-style-1 ul li a {font-size: 16px;margin-bottom: 10px;}
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
	.footer-menu-style-1 {display: none;}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}