* {
    margin: 0;
    padding: 0;
    word-break: keep-all;
	font-family: 'Noto Sans KR', sans-serif;
}

body {
	overflow-x: hidden;
}

body.modal-open {
	overflow-y: hidden;
}

.mont { font-family: "Montserrat"; }

h1, h2, h3, h4 {
	letter-spacing: -0.05em;
}

h1 {
	font-size: min(max(4vw, 1.875rem), 2.875rem) !important;
}

h2 {
	font-size: min(max(4vw, 1.5rem), 2.125rem) !important;
}

h3 {
	font-size: min(max(4vw, 1.25rem), 1.875rem) !important;
}

h4 {
	font-size: min(max(4vw, 1rem), 1.375rem) !important;
}

/*
 * container, wrapper
 */

 .wrapper {
	margin: auto;
 }


.pc {
	max-width:2000px !important;
}
.mobile {
 display:none;
 width:100%;
}

@media only screen and ( max-width: 1000px ) {
	.pc {
	display:none;
	}
	.mobile {
	 display:block;
	}
}
