article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all!important;
}

body {
	line-height: 1.5;
    font-family: 'NanumSquareNeo';
    color: #232323;
    min-width: 320px;
    font-size: 16px;
}

ol, ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

i{
    font-style: normal;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* select {
    -webkit-appearance:none; 
    -moz-appearance:none;
    appearance:none 
} */


a{
    text-decoration: none;
    color: #000;
    display: block;
    
}
h2,b{
    font-weight: 800!important;
}
img{
    max-width: 100%;
    vertical-align: middle;
}

figure{
    margin: 0!important;
}

.hidden{
    display: none;
}

.clearfix:after{
    content:"";
    clear: both;
    display: block;
}

