@charset "UTF-8";
*{
    margin:0;
    padding:0;
    font:inherit;
    color:inherit;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    line-height:1;
    overflow-wrap:break-word;
    flex-shrink: 0;
}
*, :after, :before {box-sizing:border-box;}
form{width: 100%;}
table {border-collapse:collapse;border-spacing:0}
ul,li{list-style: none;}
a {text-decoration:none;font:inherit;}
img, picture, video, canvas, svg {display: block;max-width:100%;}
button{
    background: none;
    border:0;
    cursor: pointer;
    -webkit-appearance: none; /* 크롬, 사파리 브라우저의 기본 스타일링 제거 */
    -moz-appearance: none;    /* 파이어폭스의 기본 스타일링 제거 */
    appearance: none; 
}