html::-webkit-scrollbar {width: 8px;}
html::-webkit-scrollbar-thumb {background-color: #2f3542; border-radius: 10px;}

.wrap {margin: 0 auto; width: 95%;position: relative;}
.wrap[max='1720'] {max-width: 1720px;}
.wrap[max='1640'] {max-width: 1640px;}
.wrap[max='header'] {width: 100%; padding: 0 3%;}

@media screen and (max-width: 820px){
    .wrap {width: 90%;}
}
/* 공통 기본 폰트 */
body {font-family: 'Pretendard', sans-serif;}