html, body {
  height: 100%;
}

body {
  position: relative;
}

#timer_content{
  position: absolute;
  position: relative;
}

.contact_box {
  
  height: calc(100% - 32px);
}



.Result_box {
  position: fixed;
  height: calc(100vh - 58px - 150px);
  width: 16vw;
  padding: -5px;
  margin: -13px;
  bottom: 0;
  right:auto;
  left:auto;
  z-index:1031;

}

.Detail_box {
  position: fixed;
  
  margin: -13px, 0;
  bottom: 0;
  
  z-index:1030;
}



.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  
}

