/**********************
* common
*********************/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800');

p,h1,h2,h3,h4,h5,h6,span{
    transform : rotate(0.03deg);/*크롬에서 안티앨리어싱 처리를 위한 미세회전*/
}
span{
    display:inline-block;/**/
}
.floatLeft{
    float:left;
}
*{
    margin:0px;padding:0px; 
    word-break:keep-all;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    font-family: 'Nanum Gothic', sans-serif;
}
a{
    text-decoration: none;
    display: inline-block;
    transform : rotate(0.03deg);
}
li{list-style: none;}
html {
    scroll-behavior: smooth;
}
body{
    background-color: #EEE;
}
@media(min-width:480px){

}
@media(min-width:720px){
  
}
@media(min-width:960px){
  
}
@media(min-width:1280px){

}
@media(min-width:1600px){

}