::selection { background:#ffffff; color:#000000; text-shadow:none;}
html, body {width:100%;min-height:100%;font-size:12px;font-family: 'NanumGothic', 'Gulim', sans-serif;color:#000000;background-color:#ffffff;}
html, body, form, legend, label, option, button, fieldset, textarea, div, p, pre, blockquote, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li {margin:0;padding:0;font-size:12pt;font-family:'NanumGothic',sans-serif;line-height:22px;}
legend {position:absolute;top:0;left:-9999em;}
img {vertical-align:top;border:0;}
button {cursor:pointer;}
fieldset, img {border:0;}
ol, ul, dl, li {list-style:none;}
a {text-decoration:none;font-family:'NanumGothic',sans-serif;cursor:pointer;}
a:hover {text-decoration:underline;}
em {font-style:normal;}
table {table-layout:fixed;border-collapse:collapse;}
header, #container, .tabletMenuArea, .visualArea {*zoom:1;}

.bodys {
	margin:0;
	padding:0;
	width:100%;
	height:100vh;
	background-color:#ffffff;
}
.pc-wrap {
	display:none;
}
.mobile-wrap {
	margin: 0 auto;
	width:100%;
	max-width:375px;
	min-width:320px;
	background-color:#ffffff;
	vertical-align:top;
	text-align:left;
}
.mobile-idx {
	margin:0;
	padding-bottom:100px;
	width:100%;
	min-width:320px;
	min-height:100vh;
	background-color:#ffffff;
	vertical-align:top;
	text-align:left;
}




/*index slider*/
.idx20251219_slider{
	width:100%;
	max-width:900px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.idx20251219_track{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	gap:0;
	overflow-x:auto;
	overflow-y:hidden;
	scroll-snap-type:x mandatory;
	-webkit-overflow-scrolling:touch;
	scrollbar-width:none;
	-ms-overflow-style:none;
	cursor:grab;
	touch-action:pan-x;
	user-select:none;
}
.idx20251219_track::-webkit-scrollbar{ display:none; }
.idx20251219_track.idx20251219_dragging{
	cursor:grabbing;
	scroll-snap-type:none;
}
.idx20251219_item{
	flex:0 0 100%;
	scroll-snap-align:start;
}

.idx20251219_item a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
.idx20251219_item img {
	display:block;
	width:100%;
	object-fit:cover;
	-webkit-user-drag:none;
	user-select:none;
	pointer-events:none;
}
.idx20251219_arrow {
	display:none;
}
.idx20251219_arrow::before {
	display:none;
}
.idx20251219_prev{ left:8px; }
.idx20251219_prev::before{ transform:translate(-50%,-50%) rotate(-135deg); }
.idx20251219_next{ right:8px; }
.idx20251219_arrow:hover{ background:rgba(0,0,0,0.55); }




/*지역상품*/
.idx_main_1 {
	margin:0;
	padding:20px 0;
	width:100%;
	vertical-align:top;
	text-align:left;
}
.idx_main_1_1 {
	margin:0;
	padding:5px 10px;
	font-family:'NanumGothic',sans-serif;font-size:12pt;letter-spacing:0pt;color:#000000;
	font-weight:600;
}
.idx_main_1_2 {
	margin:0;
	padding:0;
	width:100%;
	vertical-align:top;
	text-align:left;
}
.idx_main_1_2 ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
}
.idx_main_1_2 ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.idx_main_1_2 ul li {
	width:33%;
	box-sizing:border-box;
	text-align:center;
}
.idx_main_1_2_li_1 {
	margin:0;
	padding:0;
	width:100%;
	vertical-align:top;
	text-align:center;
}
.idx_main_1_2_li_1 img {
	width:100%;
	border-radius:10px;
	border:0;
}
.idx_main_1_2_li_2 {
	margin:0;
	padding:0;
	width:100%;
	font-family:'NanumGothic',sans-serif;font-size:10pt;letter-spacing:0pt;color:#000000;
	vertical-align:top;
	text-align:center;
}




.bottoms {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1001;
}
.bottoms_dv {
	margin:0;
	padding:0;
	width:100%;
	background: rgba(86, 86, 86, 0.9);
	position:relative;
}
.bottoms_dv ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	gap:10px;
}
.bottoms_dv ul li{
	width:20%;
	max-width:100px;
	box-sizing:border-box;
	font-family:'NanumGothic',sans-serif;font-size:14pt;letter-spacing:0pt;color:#ffffff;
	line-height:50px;
	text-align:center;
}
.tooltip-text {
	display:none;
}


#topbar{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	transform:translateY(-100%);
	transition:transform 0.25s ease;
	text-align:left;
	z-index:1002;
}
#topbar.show{
	transform:translateY(0);
}
.topbar {
	margin:0;
	padding:5px 0;
	width:100%;
	background-color:rgb(255, 255, 255, 0.9);
	position:relative;
}
.topbar_1 {
	margin:0;
	padding:5px 10px;
	text-align:left;
}
.topbar_1 img {
	border:0;
}