/* Add here all your CSS customizations */

@media (max-width: 479px) {
	.box_radius 
    {
        border-radius: 23px !important;
    }

    .mobil_box
    {
        display:block !important;
    }

    .pc_box {
        display:none !important;
    }
}

.mobil_box {
    display: none;
}

.pc_box {
    display:block;
}


.footer_box {
  z-index:5555;
  position: fixed;
  right: 0;
  bottom: 0;
  width:300px;
  background-color: white;
  color: black;
  text-align: center;
  padding:12px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}


