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

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

@font-face {
  font-family: 'NanumSquareRoundR';
  font-style: normal;
  font-weight: normal;
  src: url('//skin.makeshop.co.kr/skin/elecshop/fonts/NanumSquareRoundR.eot');
  src: url('//skin.makeshop.co.kr/skin/elecshop/fonts/NanumSquareRoundR.eot?#iefix') format('embedded-opentype'),
    url('//skin.makeshop.co.kr/skin/elecshop/fonts/NanumSquareRoundR.woff2') format('woff2'),
    url('//skin.makeshop.co.kr/skin/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;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }

.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;
}

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

.item-wrap { 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';
  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: 0;
  vertical-align: middle;
}

/* 로고 */
.header_top .logotop .logo-img {
  max-width: 180px;
  height: auto;
  display: block;
}

.header_top .logotop .consult-column {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header_top .logotop .consult-icon {
  width: 48px;
  height: auto;
  display: block;
}

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

.header_top .logotop img {
  max-width: 200px;
  height: auto;
  display: block;
}

.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;
  background: url(//skin.makeshop.co.kr/skin/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;
  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(//skin.makeshop.co.kr/skin/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;
  margin-top: -1px;
  background: #fff;
  text-align: left;
  border: 2px solid #000000;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  border-top: 0;
}

.cateTable .category #category .position.active {
  z-index: 9;
}

.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;
  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 ul.d2-wrap {
  position: absolute;
  left: 218px;
  width: 100%;
  margin-left: -2px;
  background: #fff;
  border: 2px solid #000000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  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 {
  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 {
  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;
  transition: all 0.3s ease;
}

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

.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;
  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;
}

.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; }

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

.main_cate ul {
  box-sizing: border-box;
  padding: 15px 0px;
}

.main_cate ul li {
  padding: 14px 0 14px 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

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

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

.cateTable .category #category .position ul.d1-wrap li ul.d2-wrap {
  max-height: 210px;
}

.oversc {
  overflow: scroll !important;
}

/* 🔹 About지온: 배경 없이 글자색만 보라색 */
.cateTable .category .Left li.about-nav a {
  color: #8811ff;         /* 기본 보라색 */
}

.cateTable .category .Left li.about-nav a:hover {
  color: #7419fe;         /* 호버 시 조금 진한 보라 */
}

/* BASIC css end */

