 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');


*, body {
	font-family: 'Noto Sans KR', sans-serif;
	box-sizing: border-box;
}

body {
	overflow-x: hidden; 
	overflow-y: scroll;
}

img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

