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='1600'] {max-width: 1600px;}
.wrap[max='1200'] {max-width: 1200px;}

/* 공통 기본 폰트 */
body {font-family: 'Pretendard', sans-serif;}