@charset "utf-8";

*{
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
	max-width: 599px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin:0; 
    padding:0; 
    border:0;
    font-size:100%;
    font:inherit;
    background:none;
}

body {
    font-family: "NanumSquare", Nanum, Dotum, 돋음, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* font-family: 'Noto Sans KR', sans-serif;  */
    line-height:100%;
    overflow-x : hidden;
}

p, a, h1, h2, h3, h4, h5, h6, input, li, label, span, button, table, select, option, textarea {
    transform: skew(-0.1deg);
}

ol, ul, li{
    margin:0;
    padding:0;
    list-style:none;
}

hr {
    display:none;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

sup{
    vertical-align:text-top;
}

sub{
    vertical-align:text-bottom;
}

strong, b{
    font-weight:normal;
}

button{
    cursor:pointer;
}

input,textarea,select{
    margin:0px;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

a:link, a:visited{
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

legend {
    display:none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

body {
    line-height:100%;
    overflow-x : hidden;
}         

blockquote, q{
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after{
    content:'';
    content:none;
}
a{
    text-decoration: none;
    display: block;
    color: inherit;
}
span{
    display: inline-block;
}