/* BASIC css start */
@font-face {
  font-family: 'NanumSquareRoundB';
  font-style: normal;
  font-weight: normal;
  src: url('/design/duremall/elecshop/fonts/NanumSquareRoundB.eot');
  src: url('/design/duremall/elecshop/fonts/NanumSquareRoundB.eot?#iefix') format('embedded-opentype'),
    url('/design/duremall/elecshop/fonts/NanumSquareRoundB.woff2') format('woff2'),
    url('/design/duremall/elecshop/fonts/NanumSquareRoundB.woff') format('woff');
}

@font-face {
  font-family: 'NanumSquareRoundL';
  font-style: normal;
  font-weight: normal;
  src: url('/design/duremall/elecshop/fonts/NanumSquareRoundL.eot');
  src: url('/design/duremall/elecshop/fonts/NanumSquareRoundL.eot?#iefix') format('embedded-opentype'),
    url('/design/duremall/elecshop/fonts/NanumSquareRoundL.woff2') format('woff2'),
    url('/design/duremall/elecshop/fonts/NanumSquareRoundL.woff') format('woff');
}

@font-face {
  font-family: 'NanumSquareRoundR';
  font-style: normal;
  font-weight: normal;
  src: url('/design/duremall/elecshop/fonts/NanumSquareRoundR.eot');
  src: url('/design/duremall/elecshop/fonts/NanumSquareRoundR.eot?#iefix') format('embedded-opentype'),
    url('/design/duremall/elecshop/fonts/NanumSquareRoundR.woff2') format('woff2'),
    url('/design/duremall/elecshop/fonts/NanumSquareRoundR.woff') format('woff');
}



/* slick */
.slick-slide, .slick-slide a, .slick-slide img {
  outline: 0;
}

/* main */
body.main {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* main */
.displaynone {
  display: none !important;
}

.trans {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200
}


/* 일렉샵 디폴트 */
/* 일렉샵 디폴트 */
/* 일렉샵 디폴트 */
 
/* .item-wrap */
.product-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.item-wrap {/* overflow: hidden; */ width:1200px }
ul.prd_list.list3x {
    margin-left: -30px;
}
ul.prd_list.list4x {
    margin-left: -17px;
    display: table;
}
/* 일렉샵 디폴트 */
/* 일렉샵 디폴트 */
/* 일렉샵 디폴트 */


/* header */
#header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 100
}

#header .utill_area {
  position: relative;
  height: 60px;
}

#header .utill_area .utill_inner {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

#header .utill_area .utill_inner .h_left {
  float: left;
  text-align: center;
}

#header .utill_area .utill_inner .h_right {
  float: right;
  text-align: center;
}

#header .utill_area .utill_inner a {
  position: relative;
  float: left;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  color: #777777;
  font-size: 12px;
  font-family: 'Nanum Gothic';
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .utill_area .utill_inner a:first-child:after {
  display: none;
}

#header .utill_area .utill_inner a:hover {
  opacity: 0.8;
}

#header .utill_area:before {
  content: "";
  background: #dfdfdf;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

#header .utill_area .utill_inner a.first-h {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
  margin-right: 10px;
  padding: 0 20px;
}

#header .utill_area .utill_inner a img+span {
  margin-left: 5px;
}

#header .utill_area .utill_inner .h_right a:last-child {
  padding-right: 0;
}

#user_basket_quantity {
  color: #fff;
  font-size: 12px;
  background: #7419fe;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  padding: 1px 5px 3px 5px;
}

.header_top {
  width: 1200px;
  margin: 0 auto;
  padding: 1px 0 0 0;
  position: relative;
  font-size: 0;
}

.header_top .logotop {
  display: inline-block;
  width: 33.333%;
  font-size: 12px;
  vertical-align: middle;
}

.header_top .logotop .Montserrat {
  color: #333333;
  font-size: 39px;
  font-family: 'Montserrat';
}

.header_top .search_form {
  font-size: 12px;
  width: 33.333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.header_top form {
  height: 42px;
  line-height: 42px;
  width: 364px;
  border-bottom: 2px solid #8811ff;
  text-align: left;
  margin: 0 auto;
}

.header_top form .searchheader {
  vertical-align: top;
  height: 40px;
  line-height: 40px;
}

.header_top form .searchheader .MS_search_word {
  height: 35px;
  line-height: 35px;
  width: 323px;
  border: 0;
  padding-left: 10px;
  font-size: 13px;
}

.header_top form .searchheader .searchBtn {
  position: relative;
  top: -2px;
}

.header_top .header_Banner {
  display: inline-block;
  width: 33.333%;
  vertical-align: middle;
  font-size: 12px;
  text-align: right;
  position: relative;
  height: 130px;
    overflow: hidden;
}

.header_top .header_Banner .header_Banner_inner {
  float: right;
  width: 280px;
  height: 130px;
}

.h_b_arr {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.h_b_arr .arr_l {
  position: absolute;
  bottom: 0;
  right: 16px;
  cursor: pointer;
}

.h_b_arr .arr_r {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.h_b_arr .arr_l:hover, .h_b_arr .arr_r:hover {
  opacity: 0.8;
}

.cateTable {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* border-bottom: 1px solid #e0e0e0; */
    /* border-top: 1px solid #e0e0e0; */
    background: url(/design/duremall/elecshop/images/cate_line.png) #fff;
}

.cateTable.-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.cateTable .category {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#category {
  width: 220px;
  float: left;
}

#category>h2 {
  text-align: left;
  height: 70px;
  background: #8811ff;
  color: #fff;
  line-height: 70px;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#category>h2 a {
  color: #fff;
  line-height: 70px;
  font-family: 'Nanum Gothic';
  font-weight: bold;
}

#category>h2.active {
  color: #000000;
  position: relative;
  background: url(/design/duremall/elecshop/images/all_over.png);
}

#category>h2.active a.active {
  color: #000;
}

#category h2.active a.active .cate_allbtn span {
  background: #000;
}

#category .position {
  position: absolute;
  width: 220px;
  /* height: 414px; */
  margin-top: -1px;
  /*opacity: 0;*/
  background: #fff;
  text-align: left;
  border: 2px solid #000000;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  /*display:none;*/
  z-index: 999;
  border-top: 0;
}

.cateTable .category #category .position.active {
  z-index: 9;
  /*opacity: 1;*/
}

.cateTable .category #category .position ul.d1-wrap {
  font-size: 0;
  position: relative;
  padding-bottom: 20px;
}

.cateTable .category #category .position ul.d1-wrap li {
  font-size: 12px;
  /* padding-left: 50px; */
    cursor: pointer;
}

.cateTable .category #category .position ul.d1-wrap li a {
  color: #000000;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  overflow: hidden;
}

.cateTable .category #category .position ul.d1-wrap li a:hover {}

.cateTable .category #category .position ul.d1-wrap li ul.d2-wrap {
  position: absolute;
  left: 218px;
  width: 100%;
  /* top: 0; */
  margin-left: -2px;
  /* height: auto; */
  background: #fff;
  border: 2px solid #000000;
  overflow: hidden;
  /* margin-top: -50%; */
  /* transform: translateY(50%); */
  opacity: 0;
  visibility: hidden;
  /* display: none; */
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cateTable .category #category .position ul.d1-wrap li.active a {
  color: #fff;
}

.cateTable .category #category .position ul.d1-wrap li .active ul.d2-wrap {}

.cateTable .category #category .position ul.d1-wrap li.active ul.d2-wrap {
  left: 218px;
  /* opacity: 1;*/
  /* display: block; */
}

.cateTable .category #category .position ul.d1-wrap li.active ul.d2-wrap:hover {
  /*opacity: 1 !important;*/
  /*left: 230px;*/
}

.cateTable .category #category .position ul.d1-wrap li.active {
  background: #000;
}

.cateTable .category #category .position ul.d1-wrap li.d2 {
  background: #fff;
}

.cateTable .category #category .position ul.d1-wrap li.d2:first-child {
  margin-top: 15px;
}

.cateTable .category #category .position ul.d1-wrap li.d2 a.cate_title {
  color: #888888;
  font-size: 15px;
  padding-left: 0;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
}

.cateTable .category #category .position ul.d1-wrap li.d2:last-child {
  margin-bottom: 15px;
}

.cateTable .category #category .position ul.d1-wrap li.d2 a.cate_title:hover {
  color: #000;
}

.cateTable .category #category .position ul.d1-wrap li.d2 a.cate_title .cate_arr {
  opacity: 0;
  vertical-align: 1px;
  margin-left: 10px;
}

.cateTable .category #category .position ul.d1-wrap li.d2 a.cate_title:hover .cate_arr {
  opacity: 1;
}

.cateTable .category .Left {
  float: right;
    max-width: 979px;
    white-space: nowrap;
    font-size: 0;
}

.cateTable .category .Right {
  float: right;
  
}

.cateTable .category .Left li, .cateTable .category .Right li {
  /*float: left;*/
  display: inline-block;
  height: 70px;
  line-height: 70px;
  position: relative;
}

.cateTable .category .Left li {
  margin: 0 45px;
}

.cateTable .category .Left li a, .cateTable .category .Right li a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  display: block;
  line-height: 70px;
  font-family: 'Nanum Gothic';
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cateTable .category .Left li a:hover {
  font-weight: bold;
  color: #7419fe;
}

.cateTable .category .Left li:hover {}

.cateTable .category .Left li:last-child {
  margin-right: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#pscroller1 {
  width: 169px;
  height: 48px;
  border-left: 1px solid #e0e0e0;
  padding-left: 15px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#pscroller1 span a {
  width: 220px;
  color: #999999;
  line-height: 48px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

#pscroller1 span strong {
  color: #000000;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 0 10px 0 0;
  /* vertical-align: middle; */
}

.cateTable.-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.cateTable .category .Left li.active {
  border-bottom: 2px solid #e21e23;
  height: 46px;
}

.cateTable .category .Left li.active a {
  font-weight: bold;
  color: #e0002a;
}

.cateTable .category #category a {
  display: block;
}

.cate_allbtn {
  position: relative;
  height: 18px;
  width: 19px;
  display: inline-block;
  vertical-align: middle;
}

.cate_allbtn span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
}

.cate_allbtn span:nth-child(1) {
  top: 1px;
}

.cate_allbtn span:nth-child(2) {
  top: 8px;
}

.cate_allbtn span:nth-child(3) {
  top: 8px;
}

.cate_allbtn span:nth-child(4) {
  top: 15px;
}

.cateTable .category #category a.active {}

.cateTable .category #category a.active .cate_allbtn {}

.cateTable .category #category a.active .cate_allbtn span {}

.cateTable .category #category a.active .cate_allbtn span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.cateTable .category #category a.active .cate_allbtn span:nth-child(2) {
  transform: rotate(45deg);
}

.cateTable .category #category a.active .cate_allbtn span:nth-child(3) {
  transform: rotate(-45deg);
}

.cateTable .category #category a.active .cate_allbtn span:nth-child(4) {
  transform: rotate(-45deg);
  top: 9px;
}

.cate_allbtn_name {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 21px;
}

.fastvisibility {
  visibility: visible !important;
  opacity: 1 !important;
}
.main_cate {
    display: none;
}

.main .main_cate {
    display: block;
}
.main_cate {
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 70px;
  z-index: 9;
  width: 220px;
  _overflow: hidden;
  height: 455px;
}

.main_cate ul {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0px;
}

.main_cate ul.d2-wrap{display:none;
    position: absolute;
    left: 220px;
    background: rgba(0,0,0,0.5);
    top: 0;
    z-index: 222;}
    
.main_cate ul.d2-wrap li{
    padding: 14px;}

.main_cate ul.d2-wrap li a{color:#fff}

.main_cate ul li {
    padding: 16px 0 16px 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  _overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
    position: relative;
}

.main_cate ul li:nth-child(1){
    margin-top: -2px;}

.main_cate ul li span {
  color: #fff;
  font-size: 13px;
}

.main_cate ul li:hover {
  background-color: rgba(116, 25, 254, 0.8);
}

.main_cate ul li:hover .d2-wrap{display:block}

.cateTable.-fix .main_cate {
  display: none;
}

.cateTable .category #category .position ul.d1-wrap li ul.d2-wrap {
    max-height: 210px;
}
.oversc {
    overflow: scroll !important;
}
/* BASIC css end */

