/*리셋*/
*{margin: 0; padding: 0;}
li{list-style:  none;}
a{text-decoration: none;}
img{vertical-align: top; pointer-events: none;}
body {line-height: 1;}
html {overflow-x: hidden;}
html, body {font-family: 'Noto Sans KR', sans-serif;}
.wrap:after, ul:after {content: ""; display: block; clear: both;}

/*기본설정*/
.wrap{width: 90%; margin: 0 auto; max-width: 1100px; position: relative;}

/*반응*/

@media screen and (max-width: 1100px) {
    .wrap {box-sizing: border-box;}
}

@media screen and (max-width: 787px) {
    .pc {display: none !important;}
}

@media screen and (min-width: 788px) {
    .mob {display: none !important;}
}