@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+KR&display=swap');

body{
	font-size:18px;
	font-family:"Noto Sans KR";
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6,
.schedule-item .sc-info h3{
	font-weight:800;
}

h1,h2,h3,h4,h5,h6,
.big-white,
.ultra-big-white,
.de_tab.tab_steps .de_nav li span,
.teaser-text,
.text-slider,
#mainmenu,
.btn,
a.btn,
.btn-line,
a.btn-line,
#filters,
.ultra-big-white,
.wm,
blockquote.testimonial-big.s2 .title,
.tp-title,
.countdown-amount,
.countdown-period,
.de_count h3,
.ultra-big-2,
.tp-caption,
.pricing-s1.light .top .price b,
blockquote.testimonial-big .title,
#mo-menu{
font-family: 'Noto Sans KR',Arial, Helvetica, sans-serif;
}


#mo-menu > li{
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6,
.de_tab.tab_steps .de_nav li span
{
letter-spacing:0;
text-transform:none;
}

#subheader h1{
	letter-spacing:0;
	text-transform:none;
}

.blog-list h3, .blog-read h3{
font-size:22px;
}

.big-white{
	font-size:13px;
}

.ultra-big-white{
	letter-spacing:0;
	text-transform:none;
	font-weight:600;
	font-size:72px;
}

.text-slider{
font-size:60px;
letter-spacing:5px;
}

.big-custom-1{
	font-family:"Red Hat Display";
	font-size:60px;
	letter-spacing:0;
	font-weight:bold;
	line-height:1.1em;
	letter-spacing:-1px;
}

.small-white{
	font-size:18px;
	font-weight:400;
}

blockquote.testimonial-big{
	font-size:22px;
	font-style:none;
	line-height:1.8em;
}

  #popup {
	position: absolute;
	top: 160px;          /* ← 세로 위치: 숫자만 바꾸면 됨 */
	left: 50%;           /* 가로 중앙 기준점 */
	transform: translateX(-50%) translateX(var(--offset-x, 0px));
	/* ↑ 중앙 정렬(-50%) + 원하는 오프셋(px)만큼 이동 */
	padding: 6px 6px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 9999;
  }
  #closeBtn {
	position: absolute; right: 8px; top: 6px;
	border: 0; background: transparent; cursor: pointer;
	font-size: 20px; line-height: 1;
  }