@charset "UTF-8";
/* --------------------------------
 * footer-wrap
 * -------------------------------- */
.footer-wrap {
    padding: 30px 0px 0px;
    background-color: #E9ECEF;
}
.footer-wrap iframe {
    width: 100%;
    min-height: 290px;
}
@media screen and (max-width: 767px) {
.footer-wrap {
padding: 30px 0px 50px;
}
.footer-wrap iframe {
min-height: 430px;
}
}
@media screen and (max-width: 340px) {
.footer-wrap iframe {
min-height: 500px;
}
}
@media screen and (max-width: 290px) {
.footer-wrap iframe {
min-height: 550px;
}
}