/* 기존 랜딩 스타일 숨기기 */
.pic_lt,
#bo_vc_w,
#bo_vc,
.landing-wrap-container {
	display: none;
}
@charset "utf-8";
/* 여백 초기화 */
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;
}

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

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

/* 폰트 스타일 */
em,
address {
	font-style: normal;
}

@media(max-width: 600px){
	.landing-bottom-fixbar {
		display: block;
	}
	.head-notice {
		padding: 0;
	}
	.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline) {
		padding: 6px 0 !important;
	}
	.landing-bottom-fixbar {
		padding: 5px 0; 
	}
}