.layout-customer_service .header{
    visibility: visible;   
}

.layout-customer_service .shopping_cart{
    visibility:hidden;
}

.layout-customer_service .customer_service form{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.layout-customer_service .footer{
    display:none;
}
.layout-customer_service .ask_title,.layout-customer_service .ask_text{
    width:100%;    
    border:1px solid #efefef;
    border-radius:4px;
}
.layout-customer_service .ask_title::placeholder,.layout-customer_service .ask_text::placeholder{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14px;
    color: #A7A7A7;    
    position:fixed;
    top:17px;
    left:18px;    
}

.layout-customer_service .ask_title{
    height:50px;
    padding:20px
}

.layout-customer_service .ask_text{
    height:200px;
    padding:20px;
}

.layout-customer_service .ask_btn{
    width:100%;
    height:60px;
    position:fixed;
    left:0;
    bottom:0;
    background:#e6dddb;
    color:#fff;
}