/* 여백 초기화 */
body,
div,
dl,
dd,
dt,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
table,
th,
td,
input,
figure,
figcaption,
blockquote {
	margin: 0;
	padding: 0;
	font-family: "Pretendard", sans-serif;
}

/* 폰트 초기화 */
body,
button,
input,
select,
table,
textarea,
label {
	font-family: "Pretendard", sans-serif;
}
body {
	background-color: #fff;
}
/* 링크 초기화 */
a {
	text-decoration: none;
	background-color: transparent;
	color: #000;
}
button {
	background-color: transparent;
}
/* 목록 초기화 */
li,
ol,
ul {
	list-style: none;
}

/* 제목 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 1rem;
}

/* 폰트 스타일 */
em,
address {
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Pretendard", sans-serif;
}
.rb-custom-alert-popup .rb-alert-btn.rb-btn-ok {
	background-color: var(--primary-active-color) !important;
	color:#fff !important;
}
.m_br {
	display: none;
}