#gotel{display: none ; }
#gotel{z-index:9; position: fixed;   margin:0; left: 30px; bottom: 30px;   
    display: block; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 0px; display: none; background-color: rgba(237,28,36, 0.85);   }

#gotel a{display:none;  width: 55px; height: 55px; background-image:url("../img/gotel.png"); background-repeat:no-repeat; background-position:center center;}



/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#gotel{z-index:999; width:100%; display:block; position: fixed;   margin:0; left:0;  bottom: 0px;   
    display: block; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 0px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#gotel a{display:block;width: 50%;float:left;height: 3.636rem;background-repeat:no-repeat;background-position:7% center;font-size: 1.05rem;text-align: center;box-sizing:border-box;padding: 0.273rem 5%;color:#fff;background-size: 1.091rem auto;font-weight: 600;}
#gotel a:first-child {background-color: #ff5000;background-image:url("../img/gotel.png");}
#gotel a:last-child {background-color: #1e1e1e;background-image:url("../img/goform.png");padding: 1.164rem 5%;}

}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
#gotel a{font-size: 0.545rem;background-image:none !important;text-align:center;box-sizing:border-box;padding: 0.727rem 1%;height: 5.1rem;}
#gotel a:last-child {background-color: #1e1e1e;background-image:url("../img/goform.png");padding: 1.464rem ��5%;}
}