/* BASIC css start */
#header {z-index:100;position:fixed;width:100%;height: 90px;background: rgba(255,255,255,1) }

#header .headerGnb {position:relative;min-width:1200px;}
#header .headerGnb .logoArea { position:absolute; left:40px; top:20px; z-index:10}
#header .headerGnb .logoArea .logo a { font-size:40px; font-weight:bold; color:#2e2e2e; }

/* Ä«Å×°í¸® */
#header .headerGnb .cateWrap {position: relative; margin:0 auto;text-align:center; }
#header .headerGnb .cateWrap:after {content:"";display:block;clear:both;}
#header .headerGnb .cateWrap a:hover { color:#8c8c8c; }
#header .headerGnb .cateWrap .tmenu {position: relative;display: inline-block; padding:0 15px;}
#header .headerGnb .cateWrap .tmenu a { font-size:15px; line-height:90px; }
#header .headerGnb .cateWrap .tmenu .depth2 { display:none; position: absolute;background: #fff;top:74px;left: 50%;width: 110px;margin-left: -55px;padding: 10px 0; z-index: 97;text-align:center;}
#header .headerGnb .cateWrap .tmenu .depth2 li a {font-size: 13px; line-height: 24px; }
#header .headerGnb .loginArea { position:absolute;top:30px;right:40px; }
#header .headerGnb .loginArea li { position:relative; float:left; padding:0 0 0 20px;line-height:22px; }
#header .headerGnb .loginArea li a { font-size:13px;}
#header .headerGnb .loginArea li a:hover { color:#8c8c8c; }
#header .headerGnb .loginArea li.cartCount a i { font-size:24px; }
#header .headerGnb li a.searchOpen { font-size:24px;cursor:pointer }
#header .headerGnb .search { display:none; position:absolute; top:-12px; right:40px; width:240px; height:44px; background-color: #fff; border-bottom:2px solid #2e2e2e;  z-index:10; }
#header .headerGnb .search input { width: 100%; height:30px; margin: 10px 95px 0 0; border:none; font-size:14px; }
#header .headerGnb .search .btnSch { position:absolute; top:12px; right:4px; color:#2e2e2e; font-size:24px }
#header .headerGnb .search .searchClose { position:absolute; top:0; right:-40px; line-height:55px; font-size:28px; background-color:#fff; }

/* À§·Î°¡±â ¹öÆ° */
.topBtn { position:fixed;bottom:58px;right:23px; z-index:200; display:block; width:64px; height:34px; background:transparent; text-align:center; }
.topBtn i, 
.downBtn i { vertical-align:top; line-height:34px;color:#2c2c2c; font-size:22px }
.topBtn:hover,
.downBtn:hover {background:#e0e0e0;-webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.downBtn { position:fixed;bottom: 20px;right:23px; z-index:200; display:block; width:64px; height:36px; background:transparent; text-align:center; }
/* BASIC css end */

