.d_clear {clear:both}

/*pc*/
@media all and (min-width:1200px) {
	body.scroll #hs1 {display:none;}
	body.pc {min-width:1200px}

	#header {display:block; width:100%; max-width:2000px; height:100px; margin:0 auto; position:fixed; z-index:999; transition:0.3s; border-bottom:1px solid rgba(255,255,255,0.1);}
	body.scroll #header {height:70px;}
	body.scroll #header,
	body.lnb_over #header {background:rgba(0,0,0,0.9);}

	#hs1 {position:relative; overflow:hidden; display:none;}
	#hs2 {position:relative; width:100%;}
	#hs2 .d_container {display:flex; align-items:stretch; gap:40px;}
	#hs2 h1 {padding:0 0 0 20px;}
	#hs2 h1 a {display:flex; align-items:center; width:100%; height:100%;}
	#hs2 h1 a img {width:100%; transition:0.3s;}
	#hs2 a.shop {display:none;}

	#d_lnb_bg {position:absolute; left:0; top:100px; width:100%; height:0; background:rgba(0,0,0,0.9); overflow:visible !important; z-index:998;}
	body.scroll #d_lnb_bg {top:70px;}

	body.lnb_over #d_lnb_bg {min-height:200px;}
	#d_lnb_bg > .d_container {overflow:hidden; height:100%;}

	#d_lnb_btn {display:none}

	#d_lnb {width:100%; height:100px; display:flex;}
	#d_lnb ul {position:relative; display:flex; justify-content:center; width:calc(100% - 240px);}
	#d_lnb li {width:25%; max-width:200px; position:relative;}
	#d_lnb li:hover {background:var(--col01);}
	#d_lnb li > a {display:flex; align-items:center; justify-content:center; height:100%; font-size:22px; font-weight:700; text-align:center; transition:0.3s; line-height:1.2; color:#fff;}
	body.scroll #d_lnb {height:70px;}
	body.scroll #d_lnb li > a {font-size:20px;}

	#d_lnb li .sub {position:absolute; width:100%; height:0; overflow:hidden; z-index:999; text-align:center; border-right:1px solid rgba(255,255,255,0.1);}
	#d_lnb li.d1 .sub {border-left:1px solid rgba(255,255,255,0.1);}
  #d_lnb li .sub dl {padding:20px 0;}
	#d_lnb li .sub dd a {display:block; padding:0.5em; font-size:16px; line-height:20px; color:#fff; word-break:break-all; opacity:0.6;}
	#d_lnb li .sub dd a:hover {opacity:1;}
	#d_lnb li .sub dd a[target='_blank']:after {font-family:var(--ic); content:'open_in_new'; margin:0 0 0 0.5em;}

	#d_lnb .tail {display:flex; justify-content:flex-end; align-items:center; width:240px;}
	#d_lnb .tail .shop {display:flex; align-items:center; color:#fff; margin-right:15px;}
	#d_lnb .tail .shop:before {content:'shopping_cart'; font-family:var(--ic); margin-right:0.5em;}
	#d_lnb .tail .lang {position:relative; margin-right:15px;}
	#d_lnb .tail .lang button {border:0; background:0; font-weight:600; color:#fff; display:flex; align-items:center; padding:0;}
	#d_lnb .tail .lang button:before {font-family:var(--ic); content:'language'; margin:0 0.5em 0 0;}
	#d_lnb .tail .lang button:after {font-family:var(--ic); content:'keyboard_arrow_down'; margin:0 0 0 0.5em;}
	#d_lnb .tail .lang .dropmenu {display:none; position:absolute; left:0; top:45px; width:100%; text-align:center; z-index:998; background:#fff; padding:10px; font-weight:600; -webkit-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.2); -moz-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.2); box-shadow:0px 0px 20px -5px rgba(0,0,0,0.2);}
	#d_lnb .tail .lang .dropmenu.show {display:inline-block;}
	#d_lnb .tail .lang .dropmenu a {line-height:30px; font-size:0.9em; display:block; color:#666;}
	#d_lnb .tail .lang .dropmenu a:hover {color:var(--col01);}
	#d_lnb .tail a.sitemap {width:20px; height:30px; display:flex; align-items:center; justify-content:center; margin-right:20px;}
	#d_lnb .tail a.sitemap span {display:block; width:20px; height:2px; margin:5px 0; background:#fff;}
	body.scroll #d_lnb .tail a.sitemap {height:70px;}

	#d_lnb_mask {display:none}
}

@media all and (min-width:1600px) {
	#d_lnb ul {width:calc(100% - 300px);}
	#d_lnb li .sub dd a {font-size:18px;}
	#d_lnb .tail {width:300px;}
	#d_lnb .tail .shop,
	#d_lnb .tail .lang {margin-right:30px;}
	#d_lnb li.tail .lang {margin-right:40px;}
}


/*mobile*/
@media all and (max-width:1200px) {
	#header {position:fixed; z-index:999; width:100%; max-width:2000px; min-width:320px; left:0; right:0; top:0;}
	body.scroll #header {background:rgba(0,0,0,0.9);}

	#header .bg {position:absolute; left:0; top:0; width:100%; height:100%; opacity:1; transition:0.5s;}
	body.lnb_on {overflow:hidden}
	body.lnb_on #d_lnb_mask {position:fixed;left:0;top:0;width:100%;height:100%;z-index:990; background:rgba(0,0,0,0.4)}

	#d_gnb {position:fixed; left:-100%; top:0; height:60px; width:100%; background:#202020; z-index:998; max-width:480px; display:flex; align-items:center; border-bottom:1px solid rgba(255,255,255,0.1);}
	#d_gnb a img {height:40px; margin:0 0 0 20px;}

	#d_gnb .lang {margin:0 20px 0 auto; font-weight:600; font-size:0.9em;}
	#d_gnb .lang a {margin:0 0.5em 0 0;}
	#d_gnb .lang a.on {color:#fff; text-decoration:underline;}

	#d_gnb .close {width:60px; height:60px; cursor:pointer; background:var(--col01); display:flex; align-items:center; justify-content:center;}
	#d_gnb .close:after {content:'close'; font-family:var(--ic); color:#fff; font-size:2em;}

	#hs2 {position:relative; height:60px; border-bottom:1px solid rgba(255,255,255,0.1);}
	#hs2 h1 {height:60px; display:flex; align-items:center; justify-content:flex-start; width:fit-content; max-width:calc(100vw - 180px);}
	#hs2 h1 a img {height:40px; margin:0 0 0 15px;}
	#d_lnb_bg {display:none}
	#d_lnb_btn {position:absolute; top:0; right:0; cursor:pointer; width:60px; height:60px; background:var(--col01); display:flex; align-items:center; justify-content:center;}
		.icon-bar {display:block; margin:5px auto; width:24px; height:2px; background:#fff;}

	#hs2 a.shop {display:flex; align-items:center; color:#fff; width:fit-content; height:60px; position:absolute; right:80px; top:0;}
	#hs2 a.shop:before {content:'shopping_cart'; font-family:var(--ic); margin-right:0.5em;}

	#d_lnb {position:fixed; left:-100%; top:60px; width:100%; max-width:480px; height:100%; overflow:auto; background:#202020; z-index:997;}
	#d_lnb ul {height:100%; overflow:auto;}
	#d_lnb li > a {display:flex; padding:20px; font-size:18px; position:relative; font-weight:600; border-bottom:1px solid rgba(255,255,255,0.1); color:#fff;}
	#d_lnb li > a:after {content:'keyboard_arrow_down'; font-family:var(--ic); margin:0 0 0 auto;}
	#d_lnb li.on {transition:0.3s;}
	#d_lnb li.on > a:after {content:'keyboard_arrow_up';}

	#d_lnb li .sub {display:none; background:#242424; border-bottom:1px solid rgba(255,255,255,0.1); padding:20px 0; transition:0.3s;}
	#d_lnb li.on .sub {display:block; height:auto !important;}
	#d_lnb li .sub dd a {display:block; padding:5px 20px; font-size:16px; color:#eee;}
	#d_lnb li .sub dd a:hover {font-weight:600;}

	#d_lnb .tail {display:none;}
}
