.common-head {
    background-color: rgba(255, 255, 255, 1);
}

.main-sty {
    margin-top: 85px;
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-sty {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.banner-sty img {
    width: 100%;
    display: block;
}

.banner-title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.banner-h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 15px;
}

.banner-line {
    display: block;
    margin: 0 auto;
}

.main-content {
    margin: 0 14% 100px;
}

.contact-content {
    padding: 0 35px;
    margin-bottom: 30px;
}

.contact-map,.contact-map img {
    width: 100%;
    display: block;
}

.contact-first {
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px;
}

.contact-sec,.contact-telmail {
    line-height: 24px;
}

.contact-sec {
    margin-bottom: 20px;
}

.contact-telmail {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
}

.main-content .foot-icon {
    margin-right: 10px;
}

#user_gmap {
    width: 100%;
    height: 600px;
}


@media screen and (max-width:991px) {
    .main-sty {
        margin-top: 60px;
    }

    .banner-sty {
        margin-bottom: 25px;
    }

    .banner-h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .main-content {
        padding-top: 15px;
        margin: 0 5% 40px;
    }

    .contact-content {
        padding: 0;
    }

    .contact-first {
        font-size: 15px;
        text-wrap: nowrap;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .contact-sec,.contact-telmail {
        font-size: 12px;
    }

    .main-content .foot-icon {
        margin-right: 5px;
    }

    .contact-sec, .contact-telmail {
        line-height: 16px;
    }

    .contact-sec {
        margin-bottom: 12px;
    }

    .contact-telmail {
        margin-bottom: 5px;
    }

    .contact-content {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:376px) {
    .contact-first {
        font-size: 12px;
    }
    
    .contact-sec, .contact-telmail {
        font-size: 10px;
    }
}