html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table{border-collapse: collapse;border-spacing: 0;}
img {border:0;font-size:0;}
:focus {outline: 0;}
a{text-decoration: none;cursor:pointer;color:#0a0b0d;}
button{cursor:pointer;background-color: transparent;}
select{
    background: url(../icons/multicolor/select.svg) no-repeat right transparent;
    -webkit-appearance: none;
    background-position-x:97%;
}
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(34, 34, 34, .05);
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
::-webkit-scrollbar-button {
    background: rgba(34, 34, 34, .05);
    height: 0px;
    width: 0px;
}
::-webkit-scrollbar-track {
    background: rgba(34, 34, 34, .05);
    border-radius: 10px;
}
/* Phone */
@media (max-width: 768px) {
    a,button{cursor:default;} 
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) { 
    a,button{cursor:default;}
}

/* Pc */
@media (min-width: 1025px) {

}