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

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

@font-face {
  font-family: 'NanumSquareRoundR';
  font-style: normal;
  font-weight: normal;
  src: url('/design/gunwoo21plus/elecshop/fonts/NanumSquareRoundR.eot');
  src: url('/design/gunwoo21plus/elecshop/fonts/NanumSquareRoundR.eot?#iefix') format('embedded-opentype'),
    url('/design/gunwoo21plus/elecshop/fonts/NanumSquareRoundR.woff2') format('woff2'),
    url('/design/gunwoo21plus/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.9);
  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 */
#top_banner{
  width: 100%;  margin: 0 auto; 
  text-align: center; background:#f6a905;
}

#top_banner a img{
 margin: 0 auto;  
}


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

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

#header .utill_area .utill_inner {
  width: 1200px;
  height: 46px;
  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: 46px;
  line-height: 46px;
  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: #003ca6;
  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: 25%;
  font-size: 12px;
  vertical-align: middle;
}

.header_top .ranking{
  display: inline-block;
  width: 15%;
  font-size: 14px;
  vertical-align: middle;
  margin-left:-20px;
}


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

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

.header_top form {
  height: 42px;
  line-height: 42px;
  width: 340px;
  border-bottom: 2px solid #003ca6;
  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: 290px;
  border: 0;
  padding-left: 10px;
  font-size: 13px;
}

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


.header_top form .searchheader input{
  border:none; margin-top:0px; margin-left:10px; 
  height:40px; width: 292px; background:none;
}

#mulsearch_re {height: 200px !important; }

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

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

.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/gunwoo21plus/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: #003ca6;
  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: #fff;
  position: relative;
 
}

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

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

#category .position {
  position: absolute;
  width: 218px;
  /* height: 414px; */
  margin-top: -1px;
  /*opacity: 0;*/
  background: #fff;
  text-align: left;
 border: 1px solid #003ca6;
  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: 6px;   padding-top: 6px;
}

.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: 216px;
  width: 100%;
  /* top: 0; */
  margin-left: -4x;
  height: auto; 
  background: #fff;
  border: 1px solid #003ca6;
  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: #205e93;
}

.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: 14x;
  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: #003ca6;
}

.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: left;
    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 20px; 
}

.cateTable .category .Left li a span{ 
  color: #000000;  
}

.cateTable .category .Left li a img{
  margin
}


.cateTable .category .Right li { 
  margin: 0 auto;  width:70px;
}

.cateTable .category .Left li a {
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 70px;
  font-family: 'Noto Sans KR','Nanum Gothic';
   display: block;
  -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 .Right li a{

  color: #003ca6;  
  font-size: 14px;
  letter-spacing: 0;
  display: block; text-align:center;
  line-height: 70px;
 font-family: 'Noto Sans KR','Nanum Gothic';
 display: block;
  -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 {
  
  color: #003ca6;
}

.cateTable .category .Left li:hover {}

.cateTable .category .Left li:last-child {
  margin-right: 0;
}
.cateTable .category .Right 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(222, 222, 222, 0.6);
  position: absolute;
  top: 70px;
  z-index: 9;
  width: 220px;
  overflow: hidden;
  height: 540px;
}

.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: 12px 0px;
}

.main_cate ul li {
  text-overflow: ellipsis;
    padding: 13px 0 14px 22px;
  white-space: nowrap;
  overflow: hidden; letter-spacing: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;
  line-height: 1;
  cursor: pointer;
}

.main_cate ul li span {
  color: #000; font-weight: bold;
  font-size: 16px; 
}

.main_cate ul li:hover {
  background-color: rgba(255, 255, 255, 1);
}

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

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

