@media (min-width: 768px) {

}
/* Mobile up E */

/* Mobile S */
@media (max-width: 767px) {
    .contact-banner{
        height: 265px;
    }
    .banner-top__content h1{
        line-height: 1em;
        font-size: 24px;
        padding-bottom: 5px;
    }
    .banner-top__content p{
        line-height: 1em;
        font-size: 18px;
    }
    .contact__contents{
        width: 100%;
        padding: 0px 20px;
    }
    .content__title{
        line-height: 1em;
        font-size: 18px;
        margin: 60px 0px;
    }
    .contact__item{
        display: block;
        height: auto;
    }
    .contact__map{
        width: 100%;
        height: 210px;
    }
    .contact__content-title{
        line-height: 1em;
        font-size: 16px;
        margin-top: 15px;
    }
    .contact__content-txt{
        line-height: 22px;
        font-size: 12px;
    }
    .contact__link{
        width: 190px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0px;
        margin-bottom: 30px;
    }
}