@charset "utf-8";

*,
*::before,*::after {
    box-sizing:border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}
button {
    cursor: pointer;
}
address{
    font-style: normal;
}
body,
figure,
h1,h2,h3,h4,h5,h6,
ul,li,
div,p {
    margin: 0;
    padding: 0;
}

div,p {
    text-align: justify;
    /* overflow-wrap:break-word; */
}

ul {
    list-style-type: none;
}

/* img,
picture,
video,
canvas, */
svg,
button {
    display: block;
    max-width: 100%;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: 0;
    object-fit: cover;
}

/* scrollbar */
/* ::-webkit-scrollbar {
    display:none;
    -webkit-appearance: none;
} */