/* BASIC css start */
/* ¸®ºä ÆË¾÷ ¿­°í ´ÝÀ¸¸é body°ª margin-right: 17px ÁÖ´Â API·ÎÁ÷ °­Á¦ ¸·±â */
body {
  margin: 0 !important;
}

img { 
  image-rendering: -moz-crisp-edges; 
  image-rendering: -o-crisp-edges; 
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; 
}

.cateTop {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.cateTop img {
  width: 100%;
}

.cateTop .desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 14px;
}

.cateTop .desc h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.cateTop .desc p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

.area-title {
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  max-width: 1440px;
  width: 100%;
}

.cate_wrap {
  position: relative;
  padding-top: 114px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.left {
  width: 20%;
}

.right {
  width: 75%;
}

.cate1_name {
  font-size: 26px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid var(--4);
}

.toggle_name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

.toggle_list li {
  padding-top: 20px;
  padding-left: 13px;
}

.toggle_list li a {
  font-size: 16px;
  font-weight: 700;
  color: var(--3);
  word-break: keep-all;
}




.toggle_name::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/design/epsonkorea/images/footer_toggle_on.png) no-repeat center;
  background-size: 15px auto;
}

.toggle_name.on::after {
  background: url(/design/epsonkorea/images/footer_toggle.png) no-repeat center;
  background-size: contain;
}

.right_top {
  height: 35px;
  line-height: 35px;
  position: relative;
  padding-top: 8px;
}

.right_top .total {
  font-size: 14px;
  font-weight: 500;
}

.right_top .sort {
  position: absolute;
  right: 0;
  top: 0;
}

.right_top .sort select {
  background: url(/design/epsonkorea/images/select_bg.png) white right center no-repeat;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; 
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  width: 65px;
}



/* ¿¦¼Õ »óÇ°¸®½ºÆ® Å¸ÀÔ */

/* ¸ÞÀÎ »óÇ° ½½¶óÀÌµå¿ë */
/* »óÇ° ºÐ·ù ÆäÀÌÁö ±â°£ ÇÒÀÎ »óÇ° ³ëÃâ ¹× µðÀÚÀÎ °³Æí - 2024.12.11 */
.prdType2_wrap {
  position: relative;
  max-width: 1524px;
  margin: 40px auto 0;
  padding: 48px 0;
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
}

.prdType2_wrap.wide {
  max-width: unset;
}

.prdType2_wrap .loading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prdType2 {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all ease .6s;
}

.prdType2.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.prdType2 > .best_review {
  display: none;
}

.prdType2 ul {
  display: flex;
  }

.prdType2 ul li {
  position: relative;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #eee;
  display: inline-block;
  vertical-align: top;
  width:70%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: border ease .1s;
}

.prdType2 ul li .object {
  padding: 15px 0 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.prdType2 ul li .object a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.prdType2 ul li .object a .bedge {
  background: url(/design/epsonkorea/images/bedge-1_big.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 53px;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 12px;
  margin-top: -8px;
  padding-top: 5px;
}

.prdType2 ul li .object a .thumb {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-grow: 1;
}

.prdType2 ul li .object a .thumb .label {
  display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.prdType2 ul li .object a .thumb img {
  width: 100%;
  object-fit: scale-down;
  max-width: 100%;
  max-height: 100%;
}

.prdType2 ul li .prd-wish {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1;
}

.prdType2 ul li .prd-wish a .my-wish-list {
  display: flex;
}

.prdType2 ul li .prd-wish a .my-wish-list i {
  background: url(/design/epsonkorea/images/wish_off_big.png) no-repeat;
  font-size: 0;
  width: 22px;
  height: 19px;
  background-size: contain;
  transition: all ease .2s;
}

.prdType2 ul li .prd-wish a .my-wish-list i.fa-heart-o {
  opacity: 0;
  display: none;
  visibility: hidden;
  background: url(https://epsonkorea.img4.kr/product_img/wish_on_fill.png) no-repeat;
  background-size: contain;
  transition: all ease .2s;
}

.prdType2 ul li .prd-wish a .my-wish-list.wish-on .fa-heart {
  opacity: 0;
  visibility: hidden;
}

.prdType2 ul li .prd-wish a .my-wish-list.wish-on i.fa-heart-o {
  opacity: 1;
  visibility: visible;
}

.prdType2 ul li .object a .prd-name {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  padding: 7px 20px 0;
  word-break: keep-all;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  height: 56px;
  box-sizing: border-box;
}

.prdType2 ul li .object a .prd-ico {
  padding: 0 42px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.prdType2 ul li .object a .prd-subname {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  padding: 8px 20px 0;
  color: var(--3);
  height: 29px;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}

.prdType2 ul li .compare a .review {
  font-size: 14px;
  font-weight: 300;
}

.prdType2 ul li .object a .price {
  font-weight: 600;
  font-size: 22px;
  padding-top: 6px;
  color: var(--1);
  position: relative;
  margin: 0 20px;
  min-height: 27.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.prdType2 ul li .object a .price .won {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.prdType2 ul li .object a .price .consumer {
  font-weight: 300;
  font-size: 16px;
  color: var(--3);
  text-decoration: line-through;
  margin-right: 5px;
}

.prdType2 ul li .object a .price .dc_per {
  color: var(--2);
  font-size: 16px;
}

.prdType2 ul li .object a .price .normal {
  margin-left: auto;
}

.prdType2 ul li .compare {
  border-top: 1px solid #dddddd;
  padding: 10px 0 15px;
  margin: 0 20px;
  position: relative;
  text-align: right;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prdType2 ul li .compare a {
  font-weight: 700;
  font-size: 14px;
}

.prdType2 ul li .compare a img {
  vertical-align: baseline;
  margin-right: 3px;
}

.prdType2 ul li .compare .compareBtn {
  line-height: 22px;
  top: unset;
}


/* º£½ºÆ®¸®ºä ÆË¾÷ */
#popupForReview {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, .6);
  overflow: auto;
  display: none;
}

#popupForReview .best_review {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 90vw;
  max-height: 80vh;
  max-width: 1024px;
  transform: translate(-50%, -50%);
  padding: 10vh 0;
}

#popupForReview .popupClose {
  position: absolute;
  background: transparent;
  padding: 10px;
  top: calc(10vh + 10px);
  right: 10px;
  z-index: 2;
  transition: all ease .2s;
}

#popupForReview .popupClose:active {
  transform: rotate(90deg);
}

#popupForReview .best_review > img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}

#popupForReview .best_review .best_review_info {
  padding: 20px;
  width: 70%;
  background: #fff;
  border-radius: 0 15px 15px 0;
  pointer-events: unset;
}

#popupForReview .best_review .best_review_info h3 {
  font-size: 20px;
  width: 100%;
  font-weight: 600;
  padding-bottom: 20px;
}

#popupForReview .best_review .best_review_info p.best_review_desc {
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
  padding-top: 20px;
  display: block;
  overflow: auto;
}


/* ¸®ºä ½½¶óÀÌµå 2depth ½ºÅ¸ÀÏ */
.prdType2 ul li.review-group {
  background: transparent;
  border: none;
}

.review-group .swiper-slide {
  height: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.review-group .swiper-slide .best_review {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.review-group .swiper-autoheight {
  height: 100%;
  width: 100%;
}

.review-group .swiper-autoheight .swiper-slide {
  height: 100%;  
}

.review-group .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--1);
}

.review-group .best_review a {
  display: block;
  height: 100%;
  width: 100%;
}

.review-group .best_review a::after {
  content: 'ÀÚ¼¼È÷ º¸±â';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: all ease .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  z-index: 1;
  pointer-events: none;
}

.review-group .best_review a img {
  width: 100%;
  height: calc(100% - 55px);
  object-fit: cover;
}

.review-group .best_review:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.best_review .best_review_info {
  position: relative;
  width: calc(100% - 40px);
  z-index: 1;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  pointer-events: none;
  padding: 8px 20px;
  background: rgba(255, 255, 255, .4);
}

.best_review .best_review_info p  {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.best_review .best_review_info p.best_review_desc {
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding-top: 4px;
  overflow: hidden;
  color: #666;
}

.best_review .best_review_info p span {
  color: #FFC000;
}



/* Type2 ½Ã¾È */
.review-group.type2 .swiper-wrapper {
  height: 100% !important;
}

.review-group.type2 .swiper-slide .best_review a img {
  height: 45%;
}

.review-group.type2 .swiper-slide .best_review .best_review_info {
  height: calc(55% - 68px);
  padding: 24px 20px 44px;
}

.review-group.type2 .swiper-slide .best_review .best_review_info .best_review_desc {
  line-clamp: 9;
  -webkit-line-clamp: 9;
  line-height: 1.4;
  flex-grow: 1;
  width: 100%;
  position: relative;
  padding-top: 15px;
}


.prdType2_wrap .swiper-button-prev {
  background: rgba(255, 255, 255, .8) url(/design/epsonkorea/images/prd_arr_l.png) no-repeat calc(50% - 3px) center;
  background-size: 15px 26px;
  left: 0;
  border-radius: 0 15px 15px 0;
}

.prdType2_wrap .swiper-button-next {
  background: rgba(255, 255, 255, .8) url(/design/epsonkorea/images/prd_arr_r.png) no-repeat calc(50% + 3px) center;
  background-size: 15px 26px;
  right: 0;
  border-radius: 15px 0 0 15px;
}

.prdType2_wrap .swiper-button-prev,
.prdType2_wrap .swiper-button-next {
  width: 12px;
  height: 24px;
  top: 55%;
  transform: translateY(-50%);
  padding: 3% 1%;
}

.prdType2_wrap .swiper-button-prev:active, 
.prdType2_wrap .swiper-button-next:active {
  background-size: 12px 21px;
}

.prdType2_wrap .swiper-button-prev::after, 
.prdType2_wrap .swiper-button-next::after {
  display: none;
}

.prdType2_wrap .swiper-pagination-progressbar {
  top: auto !important;
  bottom: 0;
  height: 3px !important;
  background: #f2f2f2;
  max-width: 1440px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}

.prdType2_wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--4);
}

/* ÀÏ¹Ý»óÇ°¸®½ºÆ® */
.prdType3_wrap {
  position: relative; 
  margin: 0 auto;
  padding-bottom: 48px;
}

.prdType3 {
  position: relative;
  overflow: hidden;
  margin: 7px auto 0;
}

.prdType3 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  }

.prdType3 ul li {
  flex-basis: calc((100% - 48px) / 3);
  position: relative;
  border-radius: 15px;
  background: var(--0);
  display: flex;
  flex-direction:column;
  vertical-align: top;
  margin-bottom: 24px;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-right: 24px;
  overflow: hidden;
  transition: all ease .1s;
}

.prdType3 ul li:nth-child(3n) {
  margin-right: 0;
}

.prdType3 ul li .object {
  padding: 20px 0;
  flex-grow:1;
}

.prdType3 ul li .object a {
  position: relative; 
  display:flex; 
  flex-direction:column; 
  height:100%; 
}

.prdType3 ul li .object a .bedge {
  background: url(/design/epsonkorea/images/bedge-1_big.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 53px;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 12px;
  margin-top: -8px;
  padding-top: 5px;
}

.prdType3 ul li .object a .thumb {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 13px; 
  position: relative;
  display:flex;
  flex-grow:1;
  justify-content: center;
}

.prdType3 ul li .object a .thumb .label {
  display: none;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.prdType3 ul li .object a .thumb img {
  width: 100%;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.prdType3 ul li .object a .thumb-desc {
  height: 90px;
  font-size: 12px;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.23;
  box-sizing: border-box;
}

.prdType3 ul li .object a .thumb-desc br {
  display: none;
} 

.prdType3 ul li .object a .thumb-desc p {
  background: url(/design/epsonkorea/images/dot.png) no-repeat left center;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
}

.prdType3 ul li .object a .thumb-desc p:nth-of-type(n+4) {
  display: none;
}

.prdType3 ul li .prd-wish {
  position: absolute;
  top: 4px;
  right: 16px;
  z-index: 1;
}

.prdType3 ul li .prd-wish a {
  display: block;
}

.prdType3 ul li .prd-wish a .my-wish-list i {
  background: url(/design/epsonkorea/images/wish_off_big.png) no-repeat;
  font-size: 0;
  width: 22px;
  height: 19px;
  background-size: contain;
  transition: all ease .2s;
}

.prdType3 ul li .prd-wish a .my-wish-list i.fa-heart-o {
  opacity: 0;
  display: none;
  visibility: hidden;
  background: url(https://epsonkorea.img4.kr/product_img/wish_on_fill.png) no-repeat;
  background-size: contain;
  transition: all ease .2s;
}

.prdType3 ul li .prd-wish a .my-wish-list.wish-on .fa-heart {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.prdType3 ul li .prd-wish a .my-wish-list.wish-on i.fa-heart-o {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.prdType3 ul li .object a .prd-name {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  padding: 13px 20px 0;
  word-break: keep-all;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  height: 63px;
  box-sizing: border-box;
}

.prdType3 ul li .object a .prd-subname {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  padding: 8px 20px 0;
  color: var(--3);
  height: 29px;
  box-sizing: border-box;
  overflow: hidden;
}

.prdType3 ul li .compare a .review {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 20px;
}

.prdType3 ul li .object a .price {
  padding-top: 20px;
  font-weight: 600;
  font-size: 22px;
  padding-top: 20px;
  color: var(--1);
  position: relative;
  margin: 0 20px;
  min-height: 27.5px;
}

.prdType3 ul li .object a .price .won {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.prdType3 ul li .object a .price .consumer {
  font-weight: 300;
  font-size: 16px;
  color: var(--3);
  text-decoration: line-through;
  margin-right: 5px;
}

.prdType3 ul li .object a .price .dc_per {
  color: var(--2);
  font-size: 16px;
}

.prdType3 ul li .object a .price .normal {
  position: absolute;
  right: 0;
  bottom:0;
}

.prdType3 ul li .object a .appCoupon {
  padding-top: 5px;
  margin: 0 20px;
  font-size: 12px;
  text-align: right;
  font-weight: 500;
}

.prdType3 ul li .object a .appCoupon p span {
  font-weight: 600;
  background: var(--1);
  border-radius: 3px;
  padding: 3px 5px;
  color: #fff;
}

.prdType3 ul li .compare {
  border-top: 1px solid #dddddd;
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
  text-align: right;
  height: 22px;
}

.prdType3 ul li .compare a {
  font-weight: 700;
  font-size: 14px;
}

.prdType3 ul li .compare a img {
  vertical-align: baseline;
  margin-right: 3px;
}

.prdType3 ul li .object a .reserve {
  margin: 0 20px;
  padding-top: 10px;
  font-size: 14px;
}

.prdType3 ul li .object a .reserve strong {
  font-weight: 600;
  color: var(--1);
  margin-left: 3px;
}

.prdType3 ul li .buy {
  margin: 0 20px;
  padding: 0 0 20px;
}

.prdType3 ul li .buy + .buy{
  display:none
}

.prdType3 ul li .buy a {
  text-align: center;
  background: var(--4);
  border: 1px solid var(--4);
  color: var(--0);
  display: block;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: all ease .2s;
}

.prdType3 ul li .buy a.btn_rental {
  margin-top: 10px;
}

.prdType3 ul li .buy a.btn_rental {
  background: var(--1);
  border: 1px solid var(--1);
  color: #fff;
}

.pc_banner { 
  transition:  250ms ease-in-out;
  width: 288px;
  padding-top: 85px;
  position: relative; 
}

.pc_banner img {
  max-width: 100%;
}

.pc_banner.fixed {
  padding-top: 35px;
  position: fixed;
  top: 0;
  z-index: 9;
}

.pc_banner.fixed.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}


/* ÇÊÅÍ */

#container #allfinder-ctr {
  position: relative; 
  top: 0; 
}

.right_top .total { 
  display: flex; 
  align-items: center;
}

.btn-filter { 
  display: none;
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  background: url(/design/epsonkorea/images/filter_ic_filter.png) left 9px no-repeat;
  background-size: 16px;
  margin-right: 15px;
  position: relative;
  height: 31px;
  line-height: 34px;
}

.filter-wrap button {
	border: 0;
}

.filter-wrap * {
	color: #000000;
	word-break: break-all;
	letter-spacing: -0.25px;
}

.layer-filter-wrap .layer-filter::-webkit-scrollbar {
	width: 6px;
}

.layer-filter-wrap .layer-filter::-webkit-scrollbar-thumb {
	height: 30%;
	background: #666;
	border: 2px solid #fff;
}

.layer-filter-wrap .layer-filter::-webkit-scrollbar-track {
	background: #fff;
}

.layer-filter-wrap .layer-filter .tit {
	/* position:sticky; */
	/* top:0; */
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #000;
	/* z-index:100; */
	margin-top: 85px;
}

.layer-filter-wrap .layer-filter .tit h3 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.layer-filter-wrap .layer-filter .tit .total-count {
	display: inline-block;
	margin-left: 6px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.layer-filter-wrap .layer-filter .tit .btn-close {
	display: none;
	position: absolute;
	right: 0;
	top: 34px;
	width: 16px;
	height: 16px;
	font-size: 0px;
	text-indent: -9999px;
	background: url(/design/epsonkorea/images/filter_x.png) no-repeat left center;
	background-size: contain;
}

.layer-filter-wrap .layer-filter .opt-box li>div {
	padding-top: 12px;
	padding-bottom: 8px;
}

.layer-filter-wrap .layer-filter .opt-box li {
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
	background: url(/design/epsonkorea/images/filter_arrow.png) right 26px no-repeat;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	background-size: 12px;
}

.layer-filter-wrap .layer-filter .opt-box li.active {
	background: url(/design/epsonkorea/images/filter_arrow2.png) right 28px no-repeat;
	background-size: 12px;
}

.layer-filter-wrap .layer-filter .opt-box li input[type="checkbox"] {
	display: none;
}

.layer-filter-wrap .layer-filter .opt-box li .chk-box label {
	position: relative;
	/* height:21px; */
	line-height: 20px;
	padding-top: 15px;
	padding-left: 26px;
	display: block;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

.layer-filter-wrap .layer-filter .opt-box li .chk-box label:before {
	position: absolute;
	left: 0;
	top: 14px;
	width: 20px;
	height: 20px;
	background: url(/design/epsonkorea/images/filter_checkbox.png) no-repeat center center;
	background-size: 20px;
	content: '';
}

.layer-filter-wrap .layer-filter .opt-box li .chk-box input[type="checkbox"]:checked+label:before {
	background: url(/design/epsonkorea/images/filter_checkbox_on.png) no-repeat center center;
	background-size: 20px;
}

.layer-filter-wrap .layer-filter .opt-box li .chk-color-code {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 10px;
}

.layer-filter-wrap .layer-filter .opt-box li .chk-color-code label {
	display: block;
	width: 36px;
	height: 36px;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size: 13px;
	font-weight: normal;
	box-shadow: 0px 0px 1px 1px #dfdfdf;
	cursor: pointer;
}

.layer-filter-wrap .layer-filter .opt-box li .chk-color-code input[type="checkbox"]:checked+label {
	box-shadow: 0px 0px 1px 1px #000;
}

.layer-filter-wrap .layer-filter .opt-box li .chk-color-code input[type="checkbox"]:checked+label+p {
	color: #202020;
}

.layer-filter-wrap .layer-filter .opt-box li .chk-color-code p {
	padding-top: 9px;
	color: #a6a6a6;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

.layer-filter-wrap .layer-filter .select-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 20px 0 32px;
}

.layer-filter-wrap .layer-filter .select-filter li {
	display: flex;
	align-items: center;
	padding: 10px 10px;
	background: #fff;
	border-radius: 40px;
	font-size: 14px;
	border: 1px solid #dddddd;
	font-weight: bold;
	line-height: 1;
}

.layer-filter-wrap .layer-filter .select-filter li .btn-del {
	margin-left: 10px;
	background: url(/design/epsonkorea/images/filter_delete.png) no-repeat right center;
	font-size: 0px;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background-size: contain;
	position: relative;
}

.layer-filter-wrap .layer-filter .select-filter li .color-code {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border-radius: 50%;
}

.layer-filter-wrap .layer-filter .select-filter li .filter-text {
	max-width: 200px;
}

.layer-filter-wrap .layer-filter .btn-wrap {
	display: flex;
	margin: 32px 0;
	box-sizing: border-box;
	gap: 6px;
}

.layer-filter-wrap .layer-filter .btn-wrap button {
	width: auto;
	text-align: center;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
}

.layer-filter-wrap .layer-filter .btn-wrap button.btn-reset {
	font-size: 0;
	background: url(/design/epsonkorea/images/filter_reset.png) no-repeat;
	width: 44px;
	height: 44px;
	background-size: contain;
}

.layer-filter-wrap .layer-filter .btn-wrap button.btn-search {
	background: #000;
	border-radius: 44px;
	height: 44px;
	line-height: 44px;
	width: calc(100% - 50px);
}

.layer-filter-wrap .layer-filter .btn-wrap button span {
	display: inline-block;
	visibility: visible;
}

.layer-filter-wrap .layer-filter .btn-wrap button span.fc-fff {
	color: #fff;
}

.more {
  margin: 0;
  padding: 0 14px;
  width: auto;
}
.more a {
  background: #000;
  border-radius: 44px;
  height: 48px;
  line-height: 48px;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 15px;
  max-width:440px;
  margin: 0 auto;
}



/* ************************************************************************************************
 *                                                                                                *
 *     *        *       ******       *           *     *********     ******            *          *
 *     *        *     **      **      *         *      *             *     *           *          *
 *     *        *    *          *      *       *       *             *     *           *          *
 *     **********    *          *       *     *        *********     * ****        *   *   *      *
 *     *        *    *          *        *   *         *             * **           *  *  *       *
 *     *        *     **      **          * *          *             *   **          *****        *
 *     *        *       ******             *           *********     *     **          *          *     
 *                                                                                                *
 ************************************************************************************************ */ 

/* Hover ¹Ìµð¾îÄõ¸®°¡ ÇØ´ç ÆäÀÌÁö¿£ Áö¿øÇÏÁö ¾ÊÀ½. */

.toggle_list li a:hover, 
ul.toggle_list li a.on {
  color: var(--1);
}

.prdType3 ul li .buy a:hover {
  color: var(--4);
  background: transparent;
}

.prdType3 ul li .buy a.btn_rental:hover {
  color: var(--1);
  background: transparent;
}

.prdType2 ul li:not(.review-group):hover,
.prdType3 ul li:hover {
  border: 1px solid #666;
}

.prdType2 ul li .prd-wish a .my-wish-list i:hover,
.prdType3 ul li .prd-wish a .my-wish-list i:hover {
  background: url(/design/epsonkorea/images/wish_on_big.png) no-repeat;
  background-size: contain;
}

.review-group .best_review a:hover::after {
  opacity: 1;
}



/* ********************************************************
 *                                                        *
 *     ******      *********    ********        *         *
 *     *     *     *            *               *         *
 *     *     *     *            *               *         *
 *     * ****      *********    ********    *   *   *     *
 *     * **        *                   *     *  *  *      *
 *     *   **      *                   *      *****       *
 *     *     **    *********    ********        *         *
 *                                                        *
********************************************************* */

@media all and (max-width: 1468px) and (min-width: 1025px) {
  .prdType2_wrap {
    padding: 48px 14px;
  }

  .cate_wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pc_banner.fixed.absolute {
    left: 14px;
  }

}

@media only screen and (max-width: 1024px) {
  /* PC¹öÀü ÆÄ¿ö¸®ºä ÆË¾÷ ¿µ¿ª Á¦¾î */
  #popupForReview .best_review {
    flex-direction: column;
    width: auto;
  }

  #popupForReview .popupClose {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  }

  #popupForReview .popupClose img {
    width: 16px;
    display: block;
  }

  #popupForReview .best_review > img {
    border-radius: 15px 15px 0 0;
  }

  #popupForReview .best_review .best_review_info {
    width: auto;
    border-radius: 0 0 15px 15px;
  }


  #container #allfinder-ctr {
    background:#eee; 
    padding: 5px 10px; 
    border-radius: 10px;
    top: 12px; 
  }

	.pc_banner {
		display: none;
	}

	.cateTop .desc {
		padding: 0 25px;
	}

	.cateTop .desc h2 {
		font-size: 25px;
	}

	.cateTop .desc p {
		font-size: 12px;
	}

  .prdType2_wrap .swiper-button-prev, 
  .prdType2_wrap .swiper-button-next {
    padding: 3% 1%;
  }

  .prdType2 ul li .object a .thumb {
    width: 100%;
    max-width: 315px;
  }

	.cate_wrap {
		border-top: 8px solid #f2f2f2;
		padding-top: 0;
		max-width: 100%;
		display: block;
		margin-top: 0;
	}

	.left {
		width: 100%;
	}

	.cate1_name {
		display: none;
	}

	.toggle_name {
		display: none;
	}

	.toggle_list {
		font-size: 0;
		overflow-y: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		padding: 20px 14px;
		border-bottom: 1px solid #eeeeee;
	}

	.toggle_list::-webkit-scrollbar {
		display: none;
	}

	.toggle_list li {
		display: inline-block;
		padding-top: 0;
		padding-left: 0;
		padding-right: 24px;
	}

	.toggle_list li a {
		font-size: 15px;
		position: relative;
		line-height: 1;
	}

	.right {
		width: 100%;
	}

	.toggle_list li a.on:after {
		content: "";
		background: var(--1);
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: -20px;
		left: 0;
	}

	.right_top {
		margin: 0 14px;
		height: 60px;
		line-height: 60px;
		padding-top: 0;
	}

	.prdType3_wrap {
		padding-bottom: 30px;
		margin: 0 14px;
	}

	.prdType3 {
		margin: 0 auto;
	}

  .prdType3 ul li:active {
    border: 1px solid #666;
  } 

  .prdType3 ul li .object a .appCoupon {
    padding-top: 3px;
    font-size: 10px;
  }

  /*ÇÊÅÍ*/
  .layer-filter-wrap {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 14px;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  .btn-filter {
    display: inline-block;
  }

  .layer-filter-wrap .layer-filter .tit {
    margin-top: 0;
    padding: 30px 0 12px;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .layer-filter-wrap .layer-filter .tit .btn-close {
    display: inline-block;
  }

  .review-group .best_review a:hover::after {
    opacity: unset;
  }

  .review-group .best_review a:active::after {
    opacity: 1;
  }

}


/* ****************************************************************************************************
 *                                                                                                    *
 *     ***********       **          *******      *          *********    ***********       *         *
 *          *           *  *         *     **     *          *                 *            *         *
 *          *          *    *        *     *      *          *                 *            *         *
 *          *         ********       *  ****      *          *********         *        *   *   *     *
 *          *        *        *      *     *      *          *                 *         *  *  *      *
 *          *       *          *     *     **     *          *                 *          *****       *
 *          *      *            *    *******      ********   *********         *            *         *
 *                                                                                                    *
 **************************************************************************************************** */ 

@media all and (max-width: 1024px) and (min-width: 768px) {
	.prdType2_wrap {
		margin: 48px 0;
    padding: 48px 14px;
	}

	.prdType3 ul {
		display: flex;
		justify-content: flex-start;
	}

	.prdType3 ul li {
		flex-basis: calc((100% - 12px) / 3);
		margin-right: 6px;
		margin-bottom: 14px;
	}

	.prdType3 ul li .object a .price {
		font-size: 18px;
	}

	.prdType3 ul li .object a .price .consumer {
		font-size: 12px;
	}

	.prdType3 ul li .object a .price .dc_per {
		font-size: 12px;
	}

	.prdType3 ul li .object a .price .won {
		font-size: 12px;
	}

	.prdType3 ul li .object a .price .normal {
		bottom: 3px;
	}

}


/* ***************************************************************************************************
 *                                                                                                   *
 *     ***        ***       ******       *******      ***     *           *********         *        *
 *     *  *      *  *     **      **     *     **      *      *           *                 *        *
 *     *   *    *   *    *          *    *      *      *      *           *                 *        *
 *     *    *  *    *    *          *    *  ****       *      *           *********     *   *   *    *
 *     *     **     *    *          *    *      *      *      *           *              *  *  *     *
 *     *            *     **      **     *     **      *      *           *               *****      *
 *     *            *       ******       *******      ***     *********   *********         *        *
 *                                                                                                   *
**************************************************************************************************** */
@media all and (max-width: 767px) {

  #container #allfinder-ctr {
    display: none;
  }

	.area-title {
		font-size: 22px;
	}

	.prdType2_wrap {
		padding: 24px 14px;
	}

  .prdType2_wrap .swiper-button-prev, 
  .prdType2_wrap .swiper-button-next {
    padding: 30px 10px;
    background-size: 8px 16px;
    top: 55%;
  }

  .prdType2_wrap .swiper-button-prev:active, 
  .prdType2_wrap .swiper-button-next:active {
    background-size: 6px 12px;
  }

  .prdType2 ul li {
    width: 50%;
  }

	.prdType2 ul li .object {
		padding: 15px 0 15px;
	}

	.prdType2 ul li .object a .prd-ico {
		padding: 0 40px 0 13px;
	}

	.prdType2 ul li .object a .prd-ico img {
		margin-right: 3px;
	}

	.prdType2 ul li .prd-wish a .my-wish-list i {
		width: 19px;
		height: 17px;
	}

	.prdType2 ul li .object a .prd-name {
		padding: 13px 13px 0;
		font-size: 16px;
		height: 52px;
	}

	.prdType2 ul li .object a .prd-subname {
		padding: 8px 13px 0;
		height: 23px;
		font-size: 12px;
    display: none;
	}

	.prdType2 ul li .object a .price {
		font-size: 18px;
		margin: 0 13px;
		padding-top: 9px;
	}

	.prdType2 ul li .object a .price .won {
		font-size: 14px;
	}

	.prdType2 ul li .object a .price .consumer {
		font-size: 13px;
	}

	.prdType2 ul li .object a .price .dc_per {
		font-size: 13px;
	}

	.prdType2 ul li .compare {
		margin: 0 13px;
		padding: 13px 0;
	}

	.prdType2 ul li .compare a {
		font-size: 12px;
	}

	.prdType2 ul li .compare a img {
		width: 8px;
	}

	.prdType2 ul li .compare a .review {
		font-size: 12px;
		top: 13px;
	}

	.prdType3 ul {
		display: flex;
		justify-content: space-between;
	}

	.prdType3 ul li {
		flex-basis: calc((100% - 4px) / 2);
		margin-right: 0;
		margin-bottom: 14px;
	}

	.prdType3 ul li .object {
		padding: 10px 0;
	}

	.prdType3 ul li .prd-wish {
		right: 10px;
		top: 1px;
	}

	.prdType3 ul li .prd-wish a .my-wish-list i {
		width: 15px;
		height: 12px;
	}

	.prdType3 ul li .object a .prd-name {
		padding: 10px 10px 0;
		font-size: 14px;
		height: 42px;
	}

	.prdType3 ul li .object a .prd-subname {
		padding: 8px 10px 0;
		font-size: 11px;
		height: 21px;
	}

	.prdType3 ul li .object a .thumb {
		width: calc(100% - 20px);
		height: auto;
	}

	.prdType3 ul li .object a .thumb-desc {
		font-size: 11px;
		padding: 10px 0;
		margin: 0 10px;
		height: 70px;
	}

	.prdType3 ul li .object a .price {
		padding-top: 10px;
		margin: 0 10px;
		font-size: 15px;
		text-align: right;
		position: relative;
	}

	.prdType3 ul li .object a .price .consumer {
		font-size: 12px;
		margin-right: 3px;
	}

	.prdType3 ul li .object a .price .dc_per {
		font-size: 12px;
	}

	.prdType3 ul li .object a .price .won {
		font-size: 12px;
	}

	.prdType3 ul li .object a .price .normal {
		position: relative;
		display: block;
	}

	.prdType3 ul li .object a .price .consumer::before {
		content: '\ae30\c900\ac00'; /* À¯´ÏÄÚµå '±âÁØ°¡' */
		text-decoration: none;
		position: absolute;
		left: 0;
		top: 12px;
		font-weight: 700;
	}

	.prdType3 ul li .object a .price .normal::before {
    display: none;
		content: "\d560\c778\d310\b9e4\ac00"; /* À¯´ÏÄÚµå 'ÇÒÀÎÆÇ¸Å°¡' */
		text-decoration: none;
		position: absolute;
		left: 0;
		top: 0;
		font-weight: 700;
		color: var(--3);
		font-size: 12px;
	}

	.prdType3 ul li .object a .reserve {
		margin: 0 10px;
		font-size: 12px;
		text-align: center;
	}

	.prdType3 ul li .buy {
		margin: 0 10px;
		padding: 0 0 10px;
	}

	.prdType3 ul li .buy a {
		font-size: 13px;
		height: 38px;
		line-height: 38px;
	}

	.prdType3 ul li .compare {
		margin: 0 10px;
		padding: 10px 0;
	}

	.prdType3 ul li .compare a {
		font-size: 12px;
	}

	.prdType3 ul li .compare a img {
		width: 7px;
		vertical-align: middle;
	}

	.prdType3 ul li .compare a .review {
		font-size: 12px;
		top: 10px;
	}

	.prdType2 ul li .object a .thumb .label img {
		width: 36px !important;
		height: auto !important;
	}

	.prdType3 ul li .object a .thumb .label img {
		width: 36px !important;
		height: auto !important;
	}

  .prdType3 ul li .object a .appCoupon {
    padding-top: 3px;
    margin: 0 10px;
  }

  .prdType3 ul li .object a .appCoupon p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    gap: 2px;
  }

  #popupForReview .best_review {
    width: calc(100% - 28px);
    top: 0;
    max-height: fit-content;
    transform: translateX(-50%);
  }

  .review-group.type2 .swiper-slide .best_review .best_review_info {
    height: calc(55% - 65px);
    padding: 24px 20px 41px;
  }

}

@media all and (max-width: 510px) {
  .review-group.type2 .swiper-slide .best_review .best_review_info .best_review_desc {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    position: absolute;
    width: calc(100% - 26px);
    top: 18%;
  }

  .review-group.type2 .swiper-slide .best_review .best_review_info {
    width: calc(100% - 26px);
    height: calc(55% - 58px);
    padding: 24px 13px 34px;
  }
}

@media all and (max-width: 366px) {
  .prdType3 ul li .object a .appCoupon p span {
    margin-left: 20%;
  }
}



/* ************************************************************
 *                                                            *
 *        *********    ********    ********       *           *
 *        *               *        *              *           *
 *        *               *        *              *           *
 *        *********       *        *          *   *   *       *
 *        *               *        *           *  *  *        *
 *        *               *        *            *****         *
 *        *********       *        ********       *           *
 *                                                            *
 ************************************************************ */


/* BASIC css end */

