@media screen and (max-width: 768px){
    #navbar{
        display: none;
    }
    #logo{
        height: 65px;
        background: #f8f8f8;
    }
    #logo .logo_linkList{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #logo a{
        height: 36px;
    }
    .logo_container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        padding: 0 10px;
    }
    #logo .logo_container > a{
        margin-left: 12px;
        display: block;
        width: 49px;
        height: 36px;
        background: url(../img/logo.png) #f8f8f8 no-repeat;
        background-size: cover;
    }
    .logo_linkList{
        margin: 0;
        padding-left: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .logo_linkList li{
        
    }
    .logo_linkList a{
        font-size: 16px;
        color: #3e3b3a;
        text-decoration: none;
        height: auto !important;
    }    
    .logo_linkList li:not(:last-child){
        padding-right: 10px;
        margin-right: 10px;
    }
    .footerMessage{
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    #footer .footerMessage__linkList{
        display: block;
    }
    #footer .footerMessage__linkList{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    #footer .footerMessage__linkList >a{
        display: block;
        margin-left: 0;
        width: 48px;
        height: 48px;
    }
    #footer .footerMessage__linkList >a img{
        max-width: 100%;
        height: auto;
    }
    #footer a.footer_logo {
        position: relative;
    }
    #footer .footerMessage__linkList a{
        display: block;
        margin-left: 0;
        position: relative;
        top: auto;
        left: auto;
        margin-right: 20px;
    }
    .footer_logo{
        top: -6px !important;
    }
    a.navbar_searchBtn{
        width: 13px !important;
        height: 13px !important;
        margin-top: 2px !important;
        padding: 0 10px 0 0;
    }
    #search{
        height: 30px;
        right: 44px;
        top: 13px;
    }
    .search-active{
        width: 73% !important;
        left: auto !important;
        margin-left: 0 !important;
    }
    .logo_linkList a:hover{
        color: #b8b841;
    }
    .logo_linkList #s{
        width: 93%;
    }
    .inquiry-con img{
        width: 100%;
    }
    .logo_linkList--primary{
        color: #b8b841 !important;
    }
    .logo_linkList_login{
       text-align: center;
        width: 80px !important;
        height: 30px;
        line-height: 30px;
        border-radius: 8px;
        background-color: #b8b841;
        border: solid 1px #b8b841;
        color: #fff;
    }
    a.logo_linkList_login--outline{
      border: solid 1px #7f7c33;
      background-color: transparent;
      color: #7f7c33;
    }
    a.logo_linkList_login:hover{
        color: #b8b841 !important;
    }
    a.logo_linkList_login--outline:hover{
        border: solid 1px #b8b841 !important;
        color: #b8b841 !important;
    }
    .text-white{
        color: #fff !important;
    }
    a.logo_linkList_login.text-white:hover{
        color: #241916 !important;  
    }
}