@charset "UTF-8";
/*
Theme Name: Newone
Description: Starter theme for custom coding projects
Version: 1.0.0
*/

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

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

/* ===================
   Base
=================== */



/* ===================
   PC (max-width: 1200px)
=================== */
@media (max-width: 1200px) {
    
}

/* ===================
   Tablet (max-width: 1024px)
=================== */
@media (max-width: 1024px) {
    
}
