/* BASIC css start */
/* 오른쪽퀵버튼 */
#fix_pagescroll {position:fixed;right:30px;bottom:80px;z-index:99999;  -webkit-transition:all 1s;moz-transition:all 1s;-o-transition:all 1s;transition:all 1s;}
#fix_pagescroll.active {right:30px;bottom:80px;}
.updown > div {margin-top:5px;opacity:1;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;  transition: all 0.3s;}
.updown > div:hover {opacity:0.8;}
.updown div.r_icon { cursor:pointer; position:relative; width:38px;height:38px; line-height:38px; background-color:#fff; border:1px solid #ddd; border-radius:50%;-webkit-border-radius:50%; -moz-border-radius:50%; text-align:center; box-sizing:border-box;}
.updown div.r_icon i {font-size:14px;color:#999;}
.updown img { width:38px;height:38px; }




/* ============= 사이드메뉴 ============= */
.mask {	display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.5; filter:alpha(opacity=50); z-index:990 }
#asideMenu { position:fixed; top:0; left:-100%; width:100%; height:100%;  background:rgba(0,0,0,0.7);  overflow-y:auto; overflow-x:hidden ;  z-index:9999; }
#asideMenu  .close {  width:100%; text-align:right;  border:0px solid #fff;  }
#asideMenu  #asideClose {  width:40px; height:40px; line-height:45px;  cursor:pointer;   }
#asideMenu  #asideClose i { color:#fff; font-size:20px;  padding:10px; font-weight: bold; cursor:pointer; }
#asideMenu  #asideClose:hover {  transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);}
#asideMenu .logo { text-align:center; }
#asideMenu .logo a { color:#fff; font-size:20px; font-weight: 700; }


/* 로그인 메뉴 */
.loginBox { clear:both; margin:10px 10px 20px 10px ; padding-bottom:10px; text-align:center; border-bottom:1px solid #666; margin-bottom:10px; }
.loginBox ul { margin-top:15px; }
.loginBox li { clear:both; display:inline-block; height:35px; text-align:center;  padding: 0 2%  }
.loginBox li a { display:block; font-size:12px; color:#fff; letter-spacing:0; line-height:35px;      font-weight: 700;  }

/* 카테고리메뉴 */
aside .asideTop { text-align:center; font-size: 12px;  overflow:hidden; padding: 0px 0px 10px; margin:20px 10px;}
aside .asideTop a:first-child { border-left: 1px solid #eee;}
aside .asideTop a { width:25%; height:40px; line-height: 40px;  font-size:13px;  position:relative; font-weight:normal; border: 1px solid #666; -webkit-box-sizing:border-box; border-left: 0px;   background-color:#000; color:#fff; display:inline-block; box-sizing: border-box;}
aside .asideTop a .xi {margin-top:10px;}
aside .asideTop a.act { background:#fff; color:#000; }
aside .asideTop a.act em { position:absolute; left:44%; bottom:-6px; border-top:6px solid #fff; border-left:4px solid transparent; border-right:4px solid transparent;}

aside .navCategory { margin:0 10px; border:0px solid #eee; }
aside nav li { border-bottom:1px solid #666; position:relative;}
aside nav li a { display: block; height:40px; line-height: 40px;  padding:0 0 0 20px; font-size:12px;  color:#fff;  margin-right: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:normal; }
aside nav li .xi {position: absolute; top:0; right: 0; width: 40px; text-align: center; height: 35px; line-height:35px;  color:#fff; }
aside nav li > ul {  display:none; border-top:1px solid #666;}
aside nav li > ul > li {border-bottom:0px none; border-top:1px solid #666;}
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a { padding:0 40px 0 30px; margin: 0; }
aside nav li > ul > li > ul {border-top:0px none; border-top:1px solid #666;}
aside nav li > ul > li > ul > li {border-bottom:0px none;}
aside nav li > ul > li > ul > li a {padding:0 0 0 40px; margin: 0; }
aside .navCommunity {display:none; margin:0 10px;  }



#header2  { position:fixed; left:0; top:0; width:100%; height:60px; border-bottom:0px solid #ddd;  background:rgba(255,255,255,0.9); /* transition:all 0.6s;  */z-index:99; text-align:center; } 
#header2:hover { background:rgba(255,255,255,0.99);   }
#header2  h1 a {  display:inline-block; font-family: "Roboto"; font-weight:900; font-size: 20px; height:60px; line-height:60px; color:#333; letter-spacing:1px }
#header2  .logo img { width:auto; height:20px; margin-top:15px;  } /* 로고이미지로사용시 */
#header2  p.category { position:absolute; top:15px; left:10px; }
#header2  p.category .line:after { display:block; height:1px;   }
#header2  p.category a { display:block; position:relative; width:20px; height:30px;   } 
#header2  p.category span { display:block; position:absolute; top:50%; width:100%;  height:1px; background: rgba(0,0,0,1); transform:translate(0,-50%); color:transparent; }
#header2  p.category span:before,
#header2  p.category span:after { content: ""; position:absolute; left:0; top:0; width:100%; height:1px;  background: rgba(0,0,0,1);  }
#header2  p.category span:before { top:-6px; }
#header2  p.category span:after { top:6px; }
#header2  p.category i { display:block; font-size: 24px;  color:#000; cursor:pointer   }
#header2  p.cart { position:absolute; top:23px; right:10px; }
#header2  p.cart span {  width:22px; height:18px; display:block; position:relative; color:transparent;  } 
#header2  p.cart .css-cart {width:18px; height:16px; background:#fff; border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px; border:1px solid #333; position:relative;}
#header2  p.cart .css-cart:before {content:''; height:8px; width:10px; border:1px solid #333; border-bottom:none; border-radius:50px 50px 0 0;-webkit-border-radius:50px 50px 0 0;-moz-border-radius:50px 50px 0 0; position:absolute; top:-7px; left:3px; }
#header2  p.cart a .count1 { position:absolute; left:50%; top:0px ;transform:translateX(-50%);  color:#000;  font-size:0.5rem; font-weight:300; z-index:99; }






/* header */
#header .head_top{height: 44px; background-color: #9c8f87;}
#header .head_top .head_inner{height: 100%; display: flex; align-items: center; justify-content: center;}
#header .head_top .head_inner p{text-align: center; color: #e6e4db;font-family: 'Noto Sans KR', sans-serif; font-size: 14px; font-weight: 600;}



#header { position:fixed;  top:0; left:0;  width:100%; background:rgba(255,255,255,0);  z-index:9; max-height: 216px;border:0px solid #000;    -ms-transition:    all 0.4s ease-out;   -moz-transition:    all 0.4s ease-out;   -webkit-transition: all 0.4s ease-out;   -o-transition:      all 0.4s ease-out;   transition:         all 0.4s ease-out; }
#header:hover { background:rgba(255,255,255,0.99);   }
#header .headerTnb { margin:0 auto; position:relative; width:100%; height:45px; *zoom:1 }
#header .headerTnb:after { display:block; clear:both; content:'' }
#header .headerTnb .tnbLeft { float:left; margin-left:30px; }
#header .headerTnb .tnbLeft li { padding-right:15px; float:left }
#header .headerTnb .tnbLeft li a { display:block; height:45px; color:#000; line-height:45px; font-size:11px ;  text-transform: uppercase   }
#header .headerTnb .tnbLeft li a:hover { text-decoration:underline  }

#header .headerTnb .tnbRight { float:right;  margin-right:30px; }
#header .headerTnb .tnbRight li { padding-left:15px; float:left }
#header .headerTnb .tnbRight li a { display:block; height:45px; color:#000; line-height:45px;  font-size:11px ;  }
#header .headerTnb .tnbRight li a:hover { text-decoration:underline  }

#header .headerTop { margin:0 auto; position:relative; padding-top:10px; height:50px; *zoom:1 ; width:20%; border:0px solid #000 }
#header .headerTop:after { display:block; clear:both; content:'' }
#header .headerTop .tlogo { margin:0; text-align:center  }
#header .headerTop .tlogo a { font-family:  'Montserrat'; font-size:20px; color:#000; font-weight:800;  letter-spacing:6px; }
#header .headerTop .searchArea { position:absolute; top:12px; right:0; width:204px; height:40px; border-bottom:1px solid #000 }
#header .headerTop .searchArea .search { position:relative; width:204px; height:40px }
#header .headerTop .searchArea .search input { padding-left:10px; width:164px; height:39px; line-height:40px; border:none; background:#fff }
#header .headerTop .searchArea .search a { display:block; position:absolute; top:0; right:0; width:30px; height:40px; text-indent:-9999em; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_search.gif) 0 0 no-repeat }

#header .headerGnb { width:100%; text-align:center; position:relative; }
#header .headerGnb .category { margin:0 auto; z-index:100; }
#header .headerGnb .category { *zoom:1 }
#header .headerGnb .category:after { display:block; clear:both; content:'' }
#header .headerGnb .category li { margin:0 1%; position:relative; display:inline-block;  }
#header .headerGnb .category li a { display:block; height:41px; font-size:13px !important; color:#202020; letter-spacing:1px;  line-height:41px; '나눔고딕',"Nanum Gothic","Malgun Gothic","맑은 고딕"; font-weight:400;  }
#header .headerGnb .category li a:before { content:""; position:absolute; left:50%; right:50%; bottom:0; height:1px; z-index:-1; background:#231f20; -webkit-transition-property:left, right; transition-property:left, right; -webkit-transition-duration:0.3s; transition-duration:0.3s; -webkit-transition-timing-function:ease-out; transition-timing-function:ease-out }

#header .headerGnb .category li a:active:before,
#header .headerGnb .category li a:focus:before,
#header .headerGnb .category li a:hover:before { left:0; right:0 }
#header .headerGnb .category li a:hover { *height:39px; *border-bottom:2px solid #000; }
#header .headerGnb .category li.first { padding-left:0 }
#header .headerGnb .category li.last { padding:0 0 0 40px }




/* 중분류카테고리 */
.category .sub-category { visibility:hidden; opacity:0; -webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;  }
.category > li:hover .sub-category { top:50px;opacity:1; visibility:visible; }
.category .sub-category > ul { border:0px solid #eee; background-color:rgba(255,255,255,0.95); width: 170px; border-radius:0px;}
.category .sub-category > ul > li { display:block; margin: 0px; }
.category .sub-category > ul > li > a { display: block; color: #666; line-height: 30px !important ;   height: 30px !important ; font-size: 13px ; padding:0 10px;  text-align: left;  -webkit-transition:all 0.1s;-moz-transition:all 0.1s;-ms-transition:all 0.1s;-o-transition:all 0.3s;transition:all 0.1s; }
.category .sub-category > ul > li:hover > a {  color:#fff !important ; background:#000; border-radius:3px; }

/* 레이어화살표*/
.-ly1 { position:absolute;top:55px;left:50%;  transform:translateX(-50%);   padding:5px; border:1px solid #eee; background-color:rgba(255,255,255,0.95);z-index:90 ; }
.-ly1:after, .-ly1:before { bottom: 100%;left: 50%; border: solid transparent;content: " "; height: 0;width: 0; position: absolute;pointer-events: none; }
.-ly1:after {border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 5px;margin-left: -5px;}
.-ly1:before {border-color: rgba(221, 221, 221, 0);border-bottom-color: #dddddd; border-width: 6px;margin-left: -6px;}

.category .sub-category li { position:relative;  width:96%;  text-align: left !important;}
.category .sub-category li > i { position:absolute; z-index:9; right:0px;top:8px; color:#999; font-size:12px; }
.category .sub-category a {  display:block; position:relative; line-height: 30px !important ;   height: 30px !important ;padding:0 10px;   border-radius:3px;}
.category .sub-category li:hover > a:hover{  color:#FFF !important ; background:#b1b1b1;  }
.category .sub-category li:hover > i { color:#fff;  }


/* 소분류카테고리 */
.category .sub-category .cate3 {  position:absolute; z-index:9; left:132px; /* transform:translateX(50%); */  width: 130px  !important;border-radius:0px; border:0px solid #eaeaea;background:rgba(255,255,255,0) !important; padding: 5px; top:0px;  visibility:hidden; opacity:1; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
#header .headerGnb .category li a { font-size:10px; }
#header .headerGnb .category .sub-category .cate3 li a:before {  height:0px; }

.category .sub-category li:hover .cate3 { top:-6px;  opacity:1; visibility:visible; background:rgba(255,255,255,1) !important; }



/* 검색창 */
#modal_search { position: fixed;left: calc(50% - 400px);top: calc(50% - 150px);border-radius: 9px;width: 700px;height: 300px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;z-index: 9999;background: #fff;opacity: 0;visibility: hidden; }
#modal_search.active { opacity: 1;visibility: visible;}
#modal_search > div { display: table;width: 100%;height: 100%;}
#modal_search > div > ul { display:table-cell;vertical-align: middle;}
#modal_search .sch_close {position:absolute;top:20px;right:20px;margin:auto; height:30px; width:30px; display:block; cursor:pointer;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;} 
#modal_search .sch_close .closeBtn:before, .closeBtn:after{content:''; height:1px; width:30px; display:block; background:#b9b9b9; position:absolute; top:15px; left:1px; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
#modal_search .sch_close .closeBtn:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
#modal_search .sch_close:hover { transform:rotate(180deg);-webkit-transform: rotate(180deg); }
#modal_search .searchTop { margin: 0 auto;width: 550px; padding:0; border-bottom:1px solid #222;}
#modal_search .searchTop .MS_search_word { margin: 0 auto; text-align: center;width: 450px; line-height: 50px; height: 50px;font-size: 20px; border: 0;letter-spacing: 0.5px; }
#modal_search .searchTop i {font-size: 20px;font-weight: normal; color: #222; }


/* 마스크 */
#ser_mask { position: fixed; left:0;top:0;background:rgba(0,0,0,0.5);width:100%;height:100%;z-index: 999;opacity: 0;visibility: hidden; }
#ser_mask.active { opacity: 1;visibility: visible;}


/* ============= 스크롤후 위치영역 =============== */
#header.active { height: 160px;  box-shadow: 1px 1px 5px rgba(0,0,0,0); background:rgba(255,255,255,0);  }
#header.active:hover { background:rgba(255,255,255,0.9);   }
#header.active .headerTnb { height: 0px; }
#header.active .tlogo { height: 30px;   }


/* ============= 스크롤후 위치영역 =============== */
#header.small { height: 160px;  box-shadow: 1px 1px 5px rgba(0,0,0,0); background:rgba(255,255,255,0.9);  }
#header.small:hover { background:rgba(255,255,255,0.9);   }
#header.small .headerTnb { height: 0px; }
#header.small .tlogo { height: 30px;   }


/* 상단반응형영역 */
@media all and (max-width :640px){ #contentWrapper { margin-top:100px;} #header{ display:none;} #loginWrap { padding-top: 0px;}}
@media all and (min-width :641px) and (max-width :1024px) and (orientation : landscape){ #contentWrapper { margin-top:100px;} #header { display:none;} #loginWrap { padding-top: 0px;}}
@media all and (min-width :641px) and (max-width :1024px) and (orientation : portrait){ #contentWrapper { margin-top:100px;} #header { display:none;}#loginWrap { padding-top: 0px;}}
@media all and (min-width :1025px){ #contentWrapper {  margin-top:200px; } #header2 { display:none;}}

/* BASIC css end */

