html, body { min-width: 1197px; }

/* °øÅë */
	*, *::before, *::after { box-sizing: border-box; padding: 0; margin: 0; text-size-adjust: none; }
	body { position: relative; }
	:root {
		--container-width: 1164px; /* ±âÁØ ³ÐÀÌ */
		--wing-left-top-default: 288px; /* »çÀÌµå À®(¿ÞÂÊ) ±âº» À§Ä¡ */
		--wing-left-top-main: 668px; /* »çÀÌµå À®(¿ÞÂÊ) ¸ÞÀÎ À§Ä¡ */
		--wing-right-top-default: 30px; /* »çÀÌµå À®(¿À¸¥ÂÊ) ±âº» À§Ä¡ */
		--wing-right-top-main: 410px; /* »çÀÌµå À®(¿À¸¥ÂÊ) ¸ÞÀÎ À§Ä¡ */
	}
	.d-none { display: none; }
	.position-relative { position: relative; }
	.position-absolute { position: absolute; }


/* ÃÖ»ó´Ü ¹Ù */
	.topbar__wrapper { background-color: #f8f8f8; z-index: 10; }
	.topbar__wrapper * { font-family: notokr !important; font-size: 13px; }
	.topbar__wrapper a:not(.partner):not(.faq) { color: #5d5d5d; }
	.topbar__wrapper a { text-decoration: none; }
	.topbar__wrapper a:not(.no-decoration):hover { text-decoration: underline; }
	.topbar__wrapper a.partner { color: #df0617; }
	.topbar__wrapper a.faq { color: #0a97e7; background: url("/ez/img/faq_icon.png") no-repeat left center; padding-left: 16px; }
	.topbar__container { width: var(--container-width); margin: 0 auto; display: flex; gap: 15px; height: 37px; align-items: center; }
	.topbar__container > div:nth-child(3) { margin-left: auto; }
	.topbar__container .submenu { position: relative; z-index: 10; }
	.topbar__container .submenu .arrow { font-size: 9px; color: #999; margin-left: 2px; }
	.topbar__container .submenu .arrow::after { content: "¡å"; }
	.topbar__container .submenu:hover .arrow::after { content: "¡ã"; }
	.topbar__container .submenu .submenu_layer { display: none; position: absolute; right: -5px; background-color: #fff; border: solid 1px #ddd; align-items: left; justify-content: center; flex-direction: column; gap: 4px; padding: 10px 8px; }
	.topbar__container .submenu .submenu_layer * { font-size: 12px; }
	.topbar__container .submenu:hover .submenu_layer { display: flex; }
	.topbar__container .submenu .submenu_layer a { white-space: nowrap; }
	.topbar__container .submenu .submenu_layer a:hover { color: #e83c58; }


/* °Ë»ö¹Ù */
	.search__container * { font-family: notokr !important; }
	.search__container { width: var(--container-width); margin: 0 auto; display: flex; align-items: center; justify-content: left; }
	.search__container > div { height: 165px; display: flex; align-items: top; justify-content: left; }
	.search__container > div:nth-child(1) { display: none; }
	.search__container > div:nth-child(2) { width: 316px; }
	.search__container > div:nth-child(2) a { margin-top: 83px; }
	.search__container > div:nth-child(2) img { width: 243px; height: 35px; }
	.search__container > div:nth-child(3) { width: 430px; display: block; }
	.search__container > div:nth-child(3) > div { width: 100%; }
	.search__container > div:nth-child(3) > div:nth-child(1) { color: #000; font-size: 16px; margin-top: 39px; margin-bottom: 15px; text-align: center; }
	.search__container > div:nth-child(3) > div:nth-child(1) b { font-weight:bold; font-size: 16px; font-family:¸¼Àº °íµñ,notokr !important; color: #0071e2; transform: scale(0.98, 1); display: inline-block; }
	.search__container > div:nth-child(3) > div:nth-child(1) button { border: 0; outline: 0; width: 23px; height: 14px; font-size: 9px; background-color: #e7e7e7; color: #5e5e5e; cursor: pointer; vertical-align: middle; margin-left: 7px; }
	.search__container > div:nth-child(3) > div:nth-child(2) { border: solid 2px #1e63cb; border-radius: 23px; }
	.search__container > div:nth-child(3) > div:nth-child(2) input[type=text] { border: none; outline: none; height: 46px; padding: 0 20px; width: calc(100% - 46px); outline: 0; font-size:16px; background-color: transparent; }
	.search__container > div:nth-child(3) > div:nth-child(2) input[type=text]:focus { }
	#main_keyword { color: #222; }
	#main_keyword.gray { color: #999; }
	.search__container > div:nth-child(3) > div:nth-child(2) img { vertical-align: top; cursor: pointer; }
	.search__container > div:nth-child(4) { width: 175px; position: relative; }
	.search__container > div:nth-child(4) > div:nth-child(1) { margin-top: 90px; padding-left: 9px; }
	.search__container > div:nth-child(4) > div:nth-child(2) { margin-top: 95px; margin-left: 4px; }
	.search__container > div:nth-child(4) > div:nth-child(2) > img:hover { cursor: pointer; }
	.search__container > div:nth-child(5) { display: block; width: 242px; white-space: nowrap; }
	.search__container > div:nth-child(5) div:nth-child(1) { margin-top: 49px; text-align: center; }
	.search__container > div:nth-child(5) div:nth-child(1) .msg1 { color: #000; font-weight: bold; font-size: 22px; display: inline-block; }
	.search__container > div:nth-child(5) div:nth-child(1) .msg1 map { cursor: pointer !important; }
	.search__container > div:nth-child(5) div:nth-child(1) .msg2 { color: #e83c58; font-weight: bold; font-size: 26px; margin-left: 5px; display: none; margin-left: 10px; letter-spacing: 2px; }
	.search__container > div:nth-child(5) div:nth-child(2) { display: none; margin-top: 6px; }
	.search__container > div:nth-child(5) div:nth-child(2) > button { display: block; width: 100%; border: 0; border-radius: 5px; background-color: #eee; outline: 0; color: #000; font-size: 12px; height: 23px; display: flex; align-items: center; justify-content: center; letter-spacing: 0.5px; }
	.search__container > div:nth-child(5) div:nth-child(2) > button:hover { cursor: pointer; }
	.search__container > div:nth-child(5) div:nth-child(2) > button > span { margin-left: 4px; }
	.search__container > div:nth-child(5) div:nth-child(2) > button > span > img { content: url("/ndesign/nimg/main/img/arrow.png"); vertical-align: middle; margin-bottom: -2px; }
	.search__container > div:nth-child(n+6) { position: relative; width: 28px; height: 100%; margin-bottom: -20px; }
	.search__container > div:nth-child(n+6) a { height: 28px; line-height: 28px; }
	.search__container > div:nth-child(n+6) div { display: none; }
	.search__container > div:nth-child(n+6) a:hover img { display: none; }
	.search__container > div:nth-child(n+6) a:hover div { display: inline-block; height: 28px; white-space: nowrap; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
	.search__container > div:nth-child(6) { margin-left: auto; display: none; }
	.search__container > div:nth-child(7) { margin-left: 21px; display: none; }
	.search__wrapper.fixed { border-bottom: solid 1px #c6c6c6; background-color: #fff; position: fixed; left: 0; top: 0; width: 100%; z-index: 920; }
	.search__wrapper.fixed .search__container { }
	.search__wrapper.fixed .search__container > div { height: 70px; display: flex; align-items: center; }
	.search__wrapper.fixed .search__container > div:nth-child(1) { display: flex; width: 79px; padding-left: 11px; }
	.search__wrapper.fixed .search__container > div:nth-child(1) > img:hover { cursor: pointer; }
	.search__wrapper.fixed .search__container > div:nth-child(2) { width: 239px; }
	.search__wrapper.fixed .search__container > div:nth-child(2) a { margin-top: 0; }
 	.search__wrapper.fixed .search__container > div:nth-child(2) img { content: url("/ndesign/nimg/main/fh/fh_logo.png"); width: 173px; height: 45px; }
	.search__wrapper.fixed .search__container > div:nth-child(3) { width: 450px; justify-content: center; }
	.search__wrapper.fixed .search__container > div:nth-child(3) > div:nth-child(1) { display: none; }
	.search__wrapper.fixed .search__container > div:nth-child(3) > div:nth-child(2) { border: solid 2px #0886d0; border-radius: 0; }
	.search__wrapper.fixed .search__container > div:nth-child(3) > div:nth-child(2) input[type=text] { width: calc(100% - 50px); height: 45px; outline: none; }
	.search__wrapper.fixed .search__container > div:nth-child(3) > div:nth-child(2) img { content: url("/ndesign/nimg/main/2024/search_zoom2.png"); }
	.search__wrapper.fixed .search__container > div:nth-child(4) { display: none; }
	.search__wrapper.fixed .search__container > div:nth-child(5) { margin-top: 0; width: auto; padding-left: 30px; }
	.search__wrapper.fixed .search__container > div:nth-child(5) div { display: inline-block; }
	.search__wrapper.fixed .search__container > div:nth-child(5) div:nth-child(1) { margin-top: 0; text-align: center; }
	.search__wrapper.fixed .search__container > div:nth-child(5) div:nth-child(1) .msg1 { display: none; }
	.search__wrapper.fixed .search__container > div:nth-child(5) div:nth-child(1) .msg2 { color: #00a1fe; font-weight: bold; font-size: 28px; margin-left: 5px; display: inline-block; margin-left: 32px; letter-spacing: 1px; }
	.search__wrapper.fixed .search__container > div:nth-child(5) div:nth-child(2) { margin-top: 0; }
	.search__wrapper.fixed .search__container > div:nth-child(5) div:nth-child(2) > button { border: 0; border-radius: 9px; background-color: #33a1e0; outline: 0; color: #fff; font-size: 11px; width: 64px; height: 21px; margin-left: 10px; margin-bottom: -2px; }
	.search__wrapper.fixed .search__container > div:nth-child(5) div:nth-child(2) > button > span { margin-left: 4px; }
	.search__wrapper.fixed .search__container > div:nth-child(5) div:nth-child(2) > button > span > img { content: url("/ndesign/nimg/main/img/arrow_white.png"); vertical-align: middle; margin-top: -2px; }

	.search__wrapper .only_top { display: inline-block; }
	.search__wrapper .only_top2 { display: none; }

	.search__wrapper.fixed .only_top { display: none; }
	.search__wrapper.fixed .only_top2 { display: inline-block; }

	.search__wrapper.fixed .search__container > div:nth-child(n+6) { margin-bottom: 0; }
	.search__wrapper.fixed .search__container > div:nth-child(n+6) a { height: 23px; }
	.search__wrapper.fixed .search__container > div:nth-child(n+6) a:hover div { height: 23px; line-height: 23px; }
	.search__wrapper.fixed .search__container > div:nth-child(6) { margin-left: auto; }
	.search__wrapper.fixed .search__container > div:nth-child(6) img { content: url("/ndesign/nimg/main/2024/icon_user_small.png?v=2"); }
	.search__wrapper.fixed .search__container > div:nth-child(7) { margin-left: 21px; }
	.search__wrapper.fixed .search__container > div:nth-child(7) img { content: url("/ndesign/nimg/main/2024/icon_cart_small.png?v=2"); }
	/* °Ë»ö¾î */
	.auto_fixed { position: fixed !important; top: 58px !important; }
	.auto_manual { position: absolute !important; top: 138px !important; }
	/* ÀÎ±â°Ë»ö¾î */
	#popular_slide { height: 18px; overflow: hidden; }
	#popular_slide .swiper-slide a { display: flex; align-items: center; justify-content: left; font-size: 14px; }
	#popular_slide .swiper-slide a > div:nth-child(1) { flex-shrink: 0; width: 12px; text-align: center; color: #df0716; margin-right: 6px; }
	#popular_slide .swiper-slide a > div:nth-child(2) { overflow: hidden; width: 65px; text-overflow: ""; white-space: nowrap; }
	.search__wrapper .swiper-slide a:not(:hover) > div:nth-child(2) { color: #333; }
	.search__wrapper .swiper-slide a:hover > div:nth-child(2) { color: #e83c58; }
	.search__wrapper .popular_list { display: none; position: absolute; width: 145px; background-color: #fff; border: solid 1px #4ea7ff; z-index: 20; padding: 10px; top: 83px; left: -12px; }
	.search__wrapper .popular_list .title { float: left; color: #264cb7; font-weight: bold; }
	.search__wrapper .popular_list .x { float: right; width: 12px; }
	.search__wrapper .popular_list .x:hover { cursor: pointer; }
	.search__wrapper .popular_list .header::after { content: ""; display: table; clear: both; margin-bottom: 10px; }
	.search__wrapper .popular_list { font-size: 12px; }
	.search__wrapper .popular_list .swiper-slide a { display: flex; gap: 5px; font-size: 12px; }
	.search__wrapper .popular_list .swiper-slide { margin-top: 8px; }
	.search__wrapper .popular_list .swiper-slide a > div:nth-child(1) { flex-shrink: 0; width: 20px; height: 20px; background-color: #d4d4d4; color: #fff; font-size: 12px; display: flex; align-items: center; justify-content: center; }
	.search__wrapper .popular_list .swiper-slide a > div:nth-child(2) { flex-grow: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }


/* ÀüÃ¼Ä«Å×°í¸® ¶óÀÎ */
	.topmenu__wrapper { border-top: solid 1px #c2c2c2; background-color: #fff; }
	.topmenu__wrapper:not(.main) { border-bottom: solid 2px #1d63cc; }
	.topmenu__wrapper * { font-family: notokr; }
	.topmenu__container { width: var(--container-width); margin: 0 auto; display: flex; align-items: center; justify-content: flex-start; }
	.topmenu__container > div { height: 53px; font-size: 16px; display: flex; align-items: center; justify-content: center; letter-spacing: -1px; }
	.topmenu__container > div > a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-family: notokr; }
	.topmenu__container > div > a:hover { color: #014099; }
	.topmenu__container > div:not(:first-child):not(:last-child) a { padding: 0 10px; }
	.topmenu__container .all_category { padding: 0 13px; color: #1d63cc; font-size: 17px; }
	.topmenu__container .all_category:hover { cursor: pointer; }
	.topmenu__container .all_category span { }
	.topmenu__container .all_category span::before { content: ""; background: url("/ndesign/nimg/main/2024/topmenu_all.png") no-repeat left 8px; padding-right: 19px; }
	.topmenu__container .all_category span::after { content: ""; background: url("/ndesign/nimg/main/2024/topmenu_click.png") no-repeat right 6px; padding-left: 44px; }
	.topmenu__container .cs_area { position: relative; z-index: 18; }
	.topmenu__container .cs_area div.input { display: flex; width: 267px; background-color: #fff; align-items: center; justify-content: center; height: 53px; border-radius: 0; z-index: 15; border-style: solid; border-width: 0 1px; border-color: #c2c2c2; }
	.topmenu__container .cs_area div.input > button { width: auto; flex-shrink: 0; border: 0; outline: 0; background-color: transparent; color: #ff5858; font-weight: bold; font-size: 13px; }
	.topmenu__container .cs_area div.input > button > img { margin-right: 1px; }
	.topmenu__container .cs_area .ck_submit { padding-left: 15px; color: #ff5858; }
	.topmenu__container .cs_area .ck_submit > img { vertical-align: middle; margin-left: 4px; }
	.topmenu__container .cs_area div.input > button::after { content: ""; display: inline-block; width: 1px; height: 13px; background-color: #ddd; margin-bottom: -2px; margin-left: 9px; }
	.topmenu__container .cs_area div.input > input[type=text] { flex-grow: 1; width: 100%; height: 100%; padding: 0 8px; border: 0; outline: 0; background-color: transparent; }
	.topmenu__container .cs_layer { display: none; position: absolute; width: 487px; background-color: #fff; border-style: solid; border-width: 2px 1px 1px 1px; border-color: #1d63cc; z-index: 15; top: 53px; }
	.topmenu__container .cs_layer .cs_close { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAg0lEQVRIie3VQQrAMAgEQDcP9K/xg+mtlJDqWmrpIZ7FQRSFmY0xhlRGqwZERFq5sJFXEVUVVaUKebkuYmZngQi45qcQBooACvEgBqCRFcQCKWQFMUAaeRopZO6AXW8amYEMRCF3M2ChEImGzEDhWfEAFkLvvfxr/W+FN/INAqAUACAHAIZJAPmHKKIAAAAASUVORK5CYII="); width: 25px; height: 25px; position: absolute; right: 0; top: 0; cursor: pointer; }
	.topmenu__container .cs_layer * { font-size: 13px; z-index: 4; font-weight: normal; }
	.topmenu__container .cs_layer .head img { padding: 19px 0 19px 10px; }
	.topmenu__container .cs_layer .title { background-color: #edf1ff; border-top: solid 1px #d9e5fa; padding: 5px 10px; }
	.topmenu__container .cs_layer .title::after { content: ""; display: table; clear: both; }
	.topmenu__container .cs_layer .title .title2 { font-weight: bold; float: left; width: 20%; }
	.topmenu__container .cs_layer .title .selected { float: right; width: 80%; }
	.topmenu__container .cs_layer .title .selected div { display: inline-block; white-space: nowrap; color: #0787d0; margin-right: 8px; }
	.topmenu__container .cs_layer .content { padding: 10px 0 10px 10px; }
	.topmenu__container .cs_layer .content div { width: 33%; display: inline-block; line-height: 100%; }
	.topmenu__container .cs_layer .content div label { display: flex; align-items: center; }
	.topmenu__container .cs_layer .content div input[type=checkbox] { flex: none; }
	.topmenu__container .cs_layer .content label:hover { cursor: pointer; /* text-decoration: underline; */ }
	.topmenu__container .cs_layer .selected .cs_del { color: #6b6b6a; cursor: pointer; }
	.topmenu__container .cs_layer .cs_submit { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAPCAYAAAB9YDbgAAADpklEQVRIia2WX0xbVRyAv5YLDV2phF1YQ7MLIx0ryWYqyeqcJZmOVCoJayImCw/LapiLEMaDT7g9FKKCr04hI5v6NDUomw8TSmAv9GEhWdMsGMiojW3ENul1aPljECg+NLdCW1qmfMlN7j3nd+75zrnn/M5VvfnerW2AokIBh83M+TO1VFWWoVapiMhxvL4g96aesLy6zkHgcloxSeVc//RB3lhbfQ1ROY5JKue4JCIAiKWHcHc6OGooZfpxkDHvHBsbW9RWV9By7iT2syfoHfKwEIrl7aDVbsHltGaUdw+MEgjLmKRyLGZj1rZ3+i7i9QX58v4MAD3tjYx75wBostUhFBUKuDsdHCou4lr/KKHfnqUaTz56ytc/+rhx1U5vp4Ouj7/n9z9Wc8r653/l5t1/v0JDfQ0Ws5GovJx3oAZRj06r2bNe7bCZOWooxT04vktUYSm+hntwjEQiwaWW03k7DIRlxr1zqUun1RAIyzTZ6mi1WzCIJVnbKZLpsgZRj0HUJ2XPn6ll+nEwq6jC8uo69x/O8upLxygUCvIKKzTZ6jBJIiMTflxOKy6nNdVxOrb6GgAsZuMuYYvZmFo26qrKMn76OZK349lAhGJNIUcOZ5+Znei0GlxOK11tDXh9Qby+IM0dwzR3DOOfX8yIN4h6XE4rgbAMJNeqIqx8IQBBrVKxsbGVVyCxlUiOTq3KGdfV1oCtvgadVsN3E/7UZtkLi9lIT3sjAP23JzFJIj3tjamynQgROU5tdQWTj57mfKlJKmdzK0FsaSVnnE6rwetLZhRlpnYSCMfSnmUCYZmbd6eJynGicpzugVFW1v7mTt/FXbGqb8Z82y3nTnLF/S1L8bWsAoKg5vMPWlmM/UnfkCenrMKDwXdz1jd3DO96Noj6jJSmLIUSbRE6rQbh3tQT7GdPcOOqHffgWEbyFwQ17196DUO5nv7bk/sSVfDPLzLtC+4qU1JZOiZJpKutIef7hOXVdXqHPPR2OvjseisjHj+zCxEKCtSYj1XgfP0UFYdLEArUnD4l8UuOrJFOVI6nNofCcUkEMmWVTZiNj641YzEbkyfYQihG98Ao7zhf5spbryAIagA2NxPMzIb48NYE1heruHwheTKNePz7kjWIeppsdRll/xVBuYk9W+GTL6Yo1hRiPPICW4ltorE4f61vABCKLAE8l/DOHHkQqJQfmf3y9hsWLl+w8tUPM/ue4f+LSRKTG+x5GyqC1ZVlBy61F0oK/AcMWUt0Nl0EawAAAABJRU5ErkJggg=="); background-repeat: no-repeat; background-position: center center; height: 33px; background-color: #4a6999; cursor: pointer; position: relative; }
	.topmenu__container .cs_layer #cs_submit { position: absolute; left: 0; width: 100%; top: 0; right: 0; bottom: 0; }
	.cs_layer_bg { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgb(0, 0, 0, .2); z-index: 18; }
	/* input[name="csb[]"] ¶Ç´Â input[name^=cs] */
	.topmenu__container .cs_layer input[type=checkbox] { display: none; }
	.topmenu__container .cs_layer input[type=checkbox] + span { font-size: 14px; padding: 4px 6px; }
	.topmenu__container .cs_layer input[type=checkbox] + span:hover { color: #0787d0; }
	.topmenu__container .cs_layer input[type=checkbox]:checked + span { background-color: #0787d0; color: #fff; border-radius: 9px; }
	.topmenu__container .cs_layer input[name="csb[]"], .cs_layer input[name="cse[]"], .cs_layer input[name="csc[]"] { display: none; }
	.topmenu__container .cs_layer .content div:nth-child(n+4) { margin-top: 5px; }
	.topmenu__container .cs_layer .cp1, .topmenu__container .cs_layer .cp2 { width: 70px; margin-right: 2px; background-color: #fff; outline: 0; border: solid 1px #dfdfdf; }

	.topmenu__container > div { }
	.topmenu__container > div:nth-child(1) { }
	.topmenu__container > div:nth-child(2) { margin-left: 38px; }
	.topmenu__container > div:nth-child(3) { margin-left: 41px; }
	.topmenu__container > div:nth-child(4) { margin-left: 41px; }
	.topmenu__container > div:nth-child(5) { margin-left: 41px; }
	.topmenu__container > div:nth-child(6) { margin-left: 41px; }
	.topmenu__container > div:nth-child(7) { margin-left: auto; }
	.topmenu__container > div:nth-child(8) { margin-left: 30px; }
	.topmenu__container > div:nth-child(9) { margin-left: 31px; }

	.topmenu__container > div:nth-child(n+8) { position: relative; width: 28px; height: 100%; }
	.topmenu__container > div:nth-child(n+8) a { height: 28px; line-height: 28px; font-size: 15px; }
	.topmenu__container > div:nth-child(n+8):not(:hover) > a > div { display: none; }
	.topmenu__container > div:nth-child(n+8) a:hover img { display: none; }
	.topmenu__container > div:nth-child(n+8) a:hover div { display: inline-block; height: 28px; white-space: nowrap; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-weight: normal; }
	.topmenu__container > div:nth-child(8) { width: 21px; }
	.topmenu__container > div:nth-child(9) { width: 21px; }

	.div_expert { position: relative; }
	.div_expert_sub { display: none; position: absolute; top: 44px; width: 96px; z-index: 10; background-color: #fff; border: solid 1px #949494; border-radius: 3px; padding-top: 13px; }
	.div_expert:hover .div_expert_sub { display: block; }
	.div_expert_sub	a { display: block; text-align: center; font-size: 14px; font-weight: normal !important; color: #666 !important; margin-bottom: 13px; font-family: notokr !important; white-space: nowrap; }
	.div_expert_sub	a:hover { color: #222 !important; }

	/* ÀüÃ¼ Ä«Å×°í¸® */
	#div_category_all { z-index: 20; display: none; width: var(--container-width); position: absolute; left: 50%; transform: translateX(-50%); background-color: #fff; transition: .5s; }
	#div_category_all * { font-family: notokr; }
	#div_category_all .category_total:not(:last-child) { border-bottom: solid 1px #ebebeb; }
	.category_all_adjust { position: relative; }
	.tc_tab * { box-sizing: border-box; }
	.tc_tabs { width: 100%; border-collapse: collapse; table-layout: fixed; }
	.tc_tabs tr td { text-align: center; line-height: 36px; font-size: 14px; font-weight: bold; color: #333; background-color: #f0f0f0; position: relative; border: solid 1px #c6c6c6; }
	.tc_tabs tr td.active, .tc_tabs tr td:hover { cursor: pointer; background-color: #fff; color: #333; }
	.tc_tabs tr td.active::after { content: ""; position: absolute; left: 0; bottom: -1px; right: 0; height: 2px; background-color: #333; }
	.tc_tabs tr td:first-child { width: 176px; }
	.tc_tab_open { display: none; width: 100%; border-collapse: collapse; table-layout: fixed; margin-top: -1px; border: solid 1px #c6c6c6; }
	.tc_tab_open:fist-child { display: block; }
	.tc_tab_open tr td { vertical-align: top; padding: 15px 0 15px 15px; }
	.tc_tab_open tr:not(:first-child) td { padding-top: 0; }
	.tc_tab_open tr td a:not(:first-child) { margin-top: border-left: solid 2px red; }
	.tc_tab_open .tc_sub { font-family: notokr_400 !important; font-weight: bold; color: #0086d2; font-size: 14px; display: block; margin-bottom: 4px; }
	.tc_tab_open .tc_link { font-family: notokr_400 !important; font-weight: normal; font-size: 13px; color: #000; }
	.tc_tab_open .tc_sub:hover, .tc_tab_open .tc_link:hover { color: #e61e3e; }
	.tc_tab_open_0 { display: table; }
	.btn_close_all_category { position: absolute; right: 0; bottom: 0; cursor: pointer; }


/* ¿ÞÂÊ À® */
	#STATICMENU { position: absolute; width: 95px; left: 50%; margin-left: -697px; top: var(--wing-left-top-default); }
	#STATICMENU.main { top: var(--wing-left-top-main); }
	@media all and (max-width: 1411px) { /* 1411, 1365 */
		#STATICMENU { display: none; }
	}
	.left__guide { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; }
	.left__guide > div { border: dotted 1px rgb(255, 0, 0, .1); }
	.left__guide > div:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
	.left__guide > div:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
	.left__guide > div:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }


/* ¿À¸¥ÂÊ À® */
	.right__wrapper { width: var(--container-width); margin: 0 auto; background-color: rgb(255, 0, 0, .2); height: 0; position: relative; }
	.right__container { position: absolute; width: 95px; right: 0; top: var(--wing-right-top-default); z-index: 5; }
	.right__container.main { top: var(--wing-right-top-main); margin-right: -110px; }
	#right_wing { transition: all .2s; }
	#right_wing:not(.wing_right_fixed) .design_supporter { display: none; }
	#right_wing.wing_right_fixed { position: fixed; top: 81px; }
	#right_wing.wing_right_fixed .design_supporter { display: block; margin-bottom: 10px; }
	#right_wing.adjust_position { margin-left: -110px; }
	.right__container .margin-bottom { margin-bottom: 8px; }
	#right_wing_top { display: flex; gap: 15px; flex-direction: column; margin-bottom: 15px; }
	.today_items { border: solid 1px #d9d9d9; margin-bottom: 10px; background-color: #fff; text-align: center; padding: 4px; width: 95px; }
	#to_sam img { width: 100%; }
	#to_sam .item div { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9pt; }
	.today_items .up a, .today_items .down a { padding: 8px 0; display: block; }
	#A_menu { display: none; }


/* º»¹® */
	.body__wrapper { }
	.body__container { width: var(--container-width); margin: 0 auto; padding-right: 115px; } /* ¿©¹é 20px, ¿ìÃø À® 95px */
	.body__container.two { display: grid; grid-template-columns: 177px 842px; gap: 20px; }
	.body__container.other { display: grid; grid-template-columns: 177px 842px; gap: 0px; }
	.body__container.nopadding { padding-right: 0; }


/* ¸ÞÀÎ */
	main { overflow: hidden; min-height: 860px; }
	.main_msgbox { width: var(--container-width); margin: 0 auto; font-weight: bold; text-align: center; padding: 10px; }
	.main_msgbox.add_promotional { background-color: #379137; color: white; }
	.main_msgbox.add_product { background-color: #ffc600; color: black; }
	.main_msgbox.add_order { background-color: #ffc600; color: black; }
	.main_slide__wrapper { background-color: #f3f3f3; height: 390px; }
	.main_slide__wrapper.open { border-bottom: solid 1px #ddd; }
	.main_slide__container { width: var(--container-width); margin: 0 auto; display: flex; gap: 20px; position: relative; }
	.main_slide__container > div:nth-child(1) { width: 177px; height: 390px; flex-shrink: 0; z-index: 10; }
	.ms_prev { position: absolute; z-index: 9; left: 181px; top: 176px; cursor: pointer; }
	.ms_next { position: absolute; z-index: 9; right: -16px; top: 176px; cursor: pointer; }
	/* ÁÂÃø Ä«Å×°í¸® */
	.main_left_category * { font-family: ¸¼Àº °íµñ !important; user-select: none; }
	.main_left_category { display: grid; height: 100%; grid-template-columns: 1fr; grid-template-rows: repeat(7, 1fr); grid-column-gap: 0; }
	.main_left_category > div { display: flex; align-items: center; justify-content: left; color: #fff; background-color: #1e63cb; font-size: 15px; letter-spacing: -1px; }
	.main_left_category > div:nth-child(n+2) { border-top: solid 1px #4b78bc; }
	.main_left_category > div > span { display: block; width: 100%; height: 100%; display: flex; align-items: center; position: relative; padding-left: 11px; }
	.main_left_category .dot { margin: 0 0.15em; }
	.main_left_category > div > .main_left_sub { display: none; position: absolute; width: 987px; left: 177px; top: 0; right: 0; bottom: 0; }
	.main_left_category > div:hover { background-color: #fff; color: #005ee3; z-index: 10; }
	.main_left_category > div:last-child:hover { box-shadow: 2px 2px 5px #c4c4c4; }
	/* ´ëºÐ·ù ¸¶¿ì½º ¿À¹ö µðÀÚÀÎ */
		.main_left_category > div:first-child:hover > span::after, .main_left_category > div:not(:first-child):not(:last-child):hover > span::after, .main_left_category > div:last-child:hover > span::after { pointer-events: none; border-style: solid; z-index: 10; content: ""; position: absolute; left: 0; right: 0; border-color: #fff; }
		.main_left_category > div:first-child:hover > span::after                        { top: 0;    bottom: -1px; border-width: 0 5px 1px 0; }
		.main_left_category > div:not(:first-child):not(:last-child):hover > span::after { top: -1px; bottom: -1px; border-width: 1px 5px 1px 0; }
		.main_left_category > div:last-child:hover > span::after                         { top: -1px; bottom: 0;    border-width: 1px 5px 0 0; }
	.main_left_category > div:hover > .main_left_sub { display: block; }
	.main_left_category .main_left_sub a { display: block; padding-left: 10px; }
	.main_left_category .main_left_sub table { table-layout: fixed; width: 100%; min-height: 340px; border-collapse: collapse; border-right: solid 1px #e3e3e3; background-color: #fff; box-shadow: 2px 2px 5px #c4c4c4; }
	.main_left_category .main_left_sub td { vertical-align: top; padding-top: 13px; padding-bottom: 14px; }
	.main_left_category .main_left_sub table tr td:nth-child(n+1):nth-child(-n+5) { border-right: solid 1px #e3e3e3; }
	.main_left_category .tc_sub { color: #000; font-size: 14px; font-weight: bold; margin-bottom: 6px; }
	.main_left_category .tc_link { color: #333; font-size: 13px; margin-bottom: 2px; }
	.main_left_category .tc_link:hover { color: #1e62cd; }
	/* ½½¶óÀÌµå */
	.main_slide__container > div:nth-child(2) { flex-grow: 1; z-index: 9; padding-top: 20px; height: 340px; position: relative; }
	#main_slide { width: 967px; height: 340px; margin-left: -198px; }
	.owl-item:not(.active) + .owl-item.active { margin-left: 197px; }
	#main_slide .owl-stage-outer { overflow: visible; }
	#main_slide .owl-stage { height: 350px; overflow: hidden; }
	#main_slide .owl-item img { width: 474px !important; height: 350px !important; border-radius: 13px; }
	#main_slide .owl-item:hover::after { content: ""; position: absolute; left: 0; top: 0; right: -1px; bottom: 0; border: solid 0px #333; pointer-events: none; border-radius: 13px; }
	#main_slide .owl-item:not(.active):hover::after { content: ""; position: absolute; left: 0; top: 0; right: -1px; bottom: 0; border: solid 0px #999; pointer-events: none; }
	#main_slide .owl-item:before { content: ""; position: absolute; left: 0; top: 0; right: -1px; bottom: 0; pointer-events: none; background-color: rgb(238, 238, 238, .7); /* backdrop-filter: blur(2px); */ }
	#main_slide:not(.owl-grab) .owl-item.active:before { display: none; }
	#main_slide .owl-dot span { width: 31px !important; height: 4px !important; background-color: #d9d9d9 !important; }
	#main_slide .owl-dot.active span { background-color: #707070 !important; }
	.main_slide__container .owl-nav { display: none; }
	#main_slide .owl-dots { margin-top: 2px; width: 967px; margin-left: 197px; }

	/* ½½¶óÀÌµå ÇÏ´Ü - ¸¶¿ì½º ¿À¹ö ½Ã ¹è°æ */
	.slide__bottom1_area > div { position: relative; }
	/*
	.slide__bottom1_area > div:not(:nth-last-child(-n+2)):hover::after { content: ""; background-color: #f0f0f0; position: absolute; width: 76px; aspect-ratio: 1 / 1; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -62%); z-index: -1; }
	*/
	.slide__bottom1_area > div:nth-last-child(2) a { color: #3586ff; }
	.slide__bottom1_area > div:last-child a { color: #c6004e; }
	.slide__bottom1_area > div:last-child:hover a > img { content: url("/ndesign/nimg/main/img/main_icon11_ov.png"); }

	/* Å×¸¶±âÈ¹Àü */
	.main_plan_slides { height: 340px; overflow: hidden; }
	/* ÀÎ±âºê·£µå */
	.brand_slide { height: 315px; overflow: hidden; }


/* ÃÖÇÏ´Ü */
	.bottom__wrapper { }
	.bottom__wrapper.bg1 { background: url("/ez/zfile/img/other3/footer_bg1.png?v=1") repeat-x; }
	.bottom__wrapper.bg2 { background: url("/ez/zfile/img/other3/footer_bg2.png?v=2") repeat-x; margin-bottom: 30px; }
	.bottom__container { width: var(--container-width); margin: 0 auto; position: relative; text-align: center; padding-right: 115px; }
	.bottom__container .down_file { position: absolute; width: 169px; height: 20px; left: 50%; bottom: 20px; margin-left: 37px; border: solid 1px #ababab; outline: 0; }
	.bottom__container .view_mobile { width: 1051px; margin: 0 auto; background-color: #ffe92f; padding: 50px; }
	.bottom__container .view_mobile a { color: #000; font-weight: bold; font-size: 3rem; }
	/* À¥ÇÏµå ·¹ÀÌ¾î ÆË¾÷ */
	.webhard__popup { z-index: 1010; position: fixed; top: 50%; left: 50%; width: 340px; display: none; font-size: 12px; }
	.webhard__popup > div { background-color: #99b4d1; padding: 5px; border: solid 1px #000; border-radius: 5px 5px 0 0; box-shadow: 2px 2px 5px #333; }
	.webhard__popup .top::after { content: ""; display: table; clear: both; margin-bottom: 2px; }
	.webhard__popup .top > div:nth-child(1) { float: left; height: 22px; line-height: 22px; font-size: 13px; font-weight: bold; }
	.webhard__popup .top > div:nth-child(2) { float: right; }
	.webhard__popup .top > div:nth-child(2) button { padding: 0 5px; cursor: pointer; }
	.webhard__popup .body { background-color: white; padding: 15px; }
	.webhard__popup .body p { background: url("/ez/image/icon_warning.png") left 5px no-repeat; padding-left: 42px; line-height: 180%; }
	.webhard__popup .body b { color: red; }
	.webhard__popup .bottom { background-color: #f0f0f0; text-align: right; padding: 10px; }
	.webhard__popup .bottom button { padding: 0 20px; }


/* Á¦Ç° ¸ñ·Ï */

	/* À§Ä¡ */
	.breadcrumb__wrapper * { font-family: notokr !important; }
	.breadcrumb__wrapper { display: grid; grid-template-columns: auto 150px; margin-top: 25px; margin-bottom: 33px; border-bottom: solid 1px #e2e2e2; padding-bottom: 6px; }
	.breadcrumb__wrapper > div { height: 100%; }
	.breadcrumb__wrapper > div:nth-child(1) { display: flex; align-items: center; }
	.breadcrumb__wrapper > div:nth-child(1) a { font-size: 14px;}
	.breadcrumb__wrapper > div:nth-child(1) a:not(.active) { font-weight: normal; color: #666; }
	.breadcrumb__wrapper > div:nth-child(1) a.active { font-weight: normal; font-family: notokr_500 !important; color: #000; }
	.breadcrumb__wrapper > div:nth-child(1) > div { display: flex; align-items: center; justify-content: center; position: relative; }
	.breadcrumb__wrapper > div:nth-child(1) > div:nth-child(1) img { height: 12px; }
	.breadcrumb__wrapper > div:nth-child(1) > div:nth-child(n+2) a { background: url("/ndesign/nimg/img/cate_arrow.jpg") no-repeat left center; padding-left: 15px; margin-left: 5px; }
	.breadcrumb__wrapper > div:nth-child(2) { margin-right: -10px; }
	.breadcrumb__wrapper > div:nth-child(1) .sub_menus { display: none; position: absolute; top: 25px; right: -10px; padding: 10px; min-width: 90px; border: solid 1px #a6a6a6; background-color: #fff; border-radius: 3px; z-index: 1; }
	.breadcrumb__wrapper > div:nth-child(1) .sub_menus > a { background-image: none !important; padding: 0 !important; margin: 0; display: block; white-space: nowrap; font-size: 13px; color: #666; }
	.breadcrumb__wrapper > div:nth-child(1) .sub_menus > a:hover, .sub_menus > a.active { color: #222; }
	.breadcrumb__wrapper > div:nth-child(1) .sub_menus > a:nth-child(n+2) { margin-top: 10px; }
	.btn_category { cursor: pointer; vertical-align: middle; border: solid 6px transparent; }
	.btn_category.opened { transform: rotate(180deg); }

	/* Ä«Å×°í¸® */
	.list_categories * { font-family: notokr !important; }
	.list_categories { width: 100%; }
	.cat2_title { font-weight: bold; font-size: 23px; margin-bottom: 11px; }
	.depth3_wrapper { padding: 14px 0 14px 50px; border: solid 1px #d1d1d1; }
	.depth3_wrapper > div { display: grid; grid-template-columns: repeat(5, calc(1/5 * 100%)); grid-row-gap: 8px; }
	.depth3_wrapper a { font-size: 14px; color: #333; white-space: nowrap; }
	.depth3_wrapper a:not(.goods_link):hover, .depth3_wrapper a.active { color: #374fff; text-decoration: underline; }
	.depth3_wrapper a.goods_link { color: #c00; }
	.depth3_wrapper a.goods_link:hover { text-decoration: underline; }
	.depth3_wrapper img { margin-left: 3px; }

	/* LGºê·¡µç°ü */
	.lg_category { display: flex; align-items: center; justify-content: center; height: 50px; gap: 87px; border: solid 1px #d1d1d1; }


/* Á¦Ç° »ó¼¼ */
	.delivery_info { margin-left: 4px; display: none; }
	.delivery_info:hover { cursor: pointer; }
	.delivery_info .delivery_info_sub { display: none; position: absolute; left: 0; top: 30px; white-space: nowrap; font-size: 12px; background-color: #fff; padding: 10px; border: solid 1px #c3c3c3; color: #8e8e8e; line-height: 150%; z-index: 10; }
	.delivery_info:hover .delivery_info_sub { display: block; }
	.delivery_info .delivery_info_sub span { margin-right: 2px; }
	.delivery_info .delivery_info_sub::after { position: absolute; content: ""; display: block; width: 10px; height: 10px; background-color: #fff; border: solid 1px #c3c3c3; transform: rotate(45deg); left: 44px; top: -6px; border-right: 0; border-bottom: 0; }
	#box_info { color: #666; margin-left: 10px; font-size: 13px; }
	#box_info b { color: #000; }

	#delivery_span .delivery_total_price { font-size: 14px; }
	#delivery_span .delivery_case { font-size: 12px; }
	#delivery_span .delivery_price { color: #666; font-size: 12.5px; margin-left: 5px; }
	#delivery_span .msg { color: #f00; font-size: 12.5px; margin-left: 5px; }


/* Ä¿½ºÅÒ ÆäÀÌÂ¡ */
	.custom_paging * { box-sizing: border-box; font-family: notokr; } /* °øÅë */
	.custom_paging { display: flex; align-items: center; justify-content: center; height: 30px; gap: 2px; user-select: none; } /* ±âº» - gap: ¸µÅ© »çÀÌ °£°Ý */
	.custom_paging > .arrow, .custom_paging > .num { display: flex; align-items: center; justify-content: center; height: 100%; border: solid 1px #ddd; padding: 0 10px; } /* ÀÌÀü&´ÙÀ½, ÆäÀÌÁö ¹øÈ£ °øÅë */
	.custom_paging > .arrow:not(.disable) { background-color: #f7f7f7; color: #666; font-size: 12px; } /* ÀÌµ¿ °¡´É - ÀÌÀü&´ÙÀ½ */
	.custom_paging > .arrow.disable { background-color: #fafafa; color: #bbb; font-size: 12px; } /* ÀÌµ¿ ºÒ°¡ - ÀÌÀü&´ÙÀ½ */
	.custom_paging > .num { font-size: 16px; } /* ÆäÀÌÁö ¹øÈ£ - °øÅë */
	.custom_paging > .num:not(.active) { background-color: #fff; color: #9f9f9f; } /* ÆäÀÌÁö ¹øÈ£ - ÀÌµ¿ °¡´É */
	.custom_paging > .num.active { background-color: #222; color: #fff; border-color: #222; } /* ÆäÀÌÁö ¹øÈ£ - ÇöÀç */
	.custom_paging > .arrow:not(.disable):hover, .custom_paging > .num:not(.active):hover { cursor: pointer; } /* ÀÌµ¿ °¡´É - ¸¶¿ì½º ¿À¹ö */

/* Ä¿½ºÅÒ Ã¼Å©¹Ú½º */
	.cc1, .cc1 + span { vertical-align: middle; }
	.cc1 { appearance: none; }
	.cc1:checked + span { background: url("/ndesign/nimg/img/custom_check_on.png") no-repeat left center; padding-left: 33px; }
	.cc1:not(:checked) + span { blue; background: url("/ndesign/nimg/img/custom_check_off.png") no-repeat left center; padding-left: 33px; }
	.cc1:disabled + span { cursor: not-allowed; }

/* »óÇ° ÃßÃµ - »óÇ° ¸ñ·Ï, »óÇ° »ó¼¼ */
	.regoods__wrapper { background-color: #fafafa; border-radius: 3px; width: 1049px; height: 365px; overflow: hidden; margin: 0 auto; position: relative; border: solid 1px #fafafa; margin-top:7px; margin-bottom: 40px; }
	.regoods__wrapper::after { content: ""; position: absolute; background-color: #fff; z-index: -1; inset: 0; opacity: 0.5; }
	.regoods__title { text-align: center; margin-top: 17px; margin-bottom: 17px; }
	.regoods__title > div { display: inline-block; font-size: 16pt; color:#000; font-family: Pretendard-SemiBold; padding: 0 4px 6px 4px; border-bottom: solid 2px #555; }
	.regoods__prev { position: absolute; width: 27px; left: 10px; top: 172px; cursor: pointer; }
	.regoods__next { position: absolute; width: 27px; right: 10px; top: 172px; cursor: pointer; }
	.regoods__slide { width: 963px; height: 275px; margin: 0 auto; }
	.regoods__slide .slick-slide > div > div { display: grid !important; grid-template-columns: repeat(5, 1fr); gap: 6px; }
	.regoods__slide .slick-slide > div > div { }
	.regoods__slide .slick-slide .img { padding: 5px; }
	.regoods__slide .slick-slide > div > div > div:hover .img { background-color: #fff0d9; }
	.regoods__slide .slick-slide > div > div > div:hover { cursor: pointer; }
	.regoods__slide .slick-slide .img > img { width: 100% !important; border-radius: 9px; border: solid 1px #e0e0e0; }
	.regoods__slide .slick-slide .model { font-family: "Pretendard-SemiBold"; font-size: 11pt; color: #555; text-align: center; }
	.regoods__slide .slick-slide .name { }
	.regoods__slide .slick-slide .name > div { font-family: "Pretendard-Light"; font-size: 11pt; color: #666; text-align: center; width: 180px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 0 auto; }
	.regoods__slide .slick-slide .price { font-family: "Pretendard-SemiBold"; font-size: 11pt; color: #000; text-align: center; margin-top: 8px; }
