@media screen and (max-width: 992px){
  #member {
    width:100% !important;
    padding:0px !important;
  }
  #member .mailmagazine {
    width:100%;
  }

  #member .select .select1,
  #member .select .select2{
    width:50%;
    height: 85px;
    padding: 5px;
    margin: 0 auto;
  }
  #member .select .select3{
  position:absolute;
  margin:200px auto;
  text-align:center;
  width:96% !important;

  }

  #member .register{
    padding-top:70px;
    width:450px !important;
    text-align:center;
    padding-bottom:30px;
    float:none !important;
    height:auto;
    margin:0 auto !important;
  }
  #member .change{
    width:450px !important;
    text-align:center;
    padding-bottom:50px;
    float:none !important;
    height:auto;
    margin:0 auto !important;
      margin-top:50px !important;
  }

}
  @media screen and (max-width: 532px){
    #member .select .select3{
      margin:210px auto;
    }
    #member .register{
      margin-top:5px;
      width:88% !important;

    }
    #member .change{
      margin-top:50px;
      width:88% !important;
    }
    #member .select .select3{
      width:94% !important;
    }

  }
