@charset "utf-8";

@font-face {
	font-family: 'SeoulNamsanM';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GowunDodum-Regular';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;}

	@font-face {
    font-family: 'NanumHumanTTFBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2501-1@1.1/NanumHumanTTFBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}

html {
	font-size: 0.625em;
	line-height: 1;
	background-color: #fff;
	font-family:  'GowunDodum-Regular', Times, serif;
	font-weight: 100;
	letter-spacing: -0.15em;
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

button {
	border: none;
	cursor: pointer;
}

h1,
h2,
h3 {
	font-weight: normal;
}

strong {
	font-weight: normal;

}

/*global_class*/

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.screen_out {
	position: absolute;
	top: -9999em;
}

.ir_pm {
	text-indent: -999em;
	white-space: nowrap;
	overflow: hidden;
}


.modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 99
}

.nav_full {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.swiper-slide{

}