/* BASIC css start */
/* BASIC css start */


/* sch-frm */
#searchWrap .sch-tit {
	padding-bottom: 5px;
	font-size: 18px;
	color: #202020;
	font-weight: bold
}

#searchWrap .sch-frm {
	padding: 30px 0;
	text-align: center;
	border: 1px solid #e3e3e3;
	display: none
}

#searchWrap .sch-frm .tit-key {
	display: inline-block;
	*display: inline;
	margin: 0 30px;
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #292929;
	line-height: 20px;
	*line-height: 22px;
	border-bottom: 1px solid #292929
}

#searchWrap .sch-frm .tit-key span {
	display: inline-block;
	*display: inline;
	word-break: break-all;
	white-space: normal
}

#searchWrap .sch-frm .table-keyword {
	padding: 30px 0 0 130px
}

#searchWrap .sch-frm th {
	font-size: 14px;
	font-weight: normal;
}

#searchWrap .sch-frm td {
	padding: 4px 0
}

#searchWrap .sch-frm td input {
	height: 28px;
	border: 1px solid #ddd
}

#searchWrap .sch-frm td input.MS_input_txt {
	width: 220px
}

#searchWrap .sch-frm td input[name=money1],
#searchWrap .sch-frm td input[name=money2] {
	width: 95px
}

#searchWrap .sch-frm td .CSSbuttonSearch {
	display: inline-block;
	width: 144px;
	height: 67px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 67px;
	border: 1px solid #000;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#searchWrap .sch-frm td .CSSbuttonSearch:hover {
	color: #000;
	background: #fff
}

#searchWrap .sch-frm td .CSSbuttonSearch:active {
	position: relative;
	top: 1px
}

#sort {
	display: block;
}

#MS_select_sort {
	display: none;
}

/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.tb-search {
	position: relative;
}

.tb-search .search-auto-complete-list {
	display: none;
	z-index: 1;
	position: absolute;
	top: 31px;
	left: 10px;
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 14px;
	background: #fff;
}

.tb-search .search-auto-complete-list ul {
	width: 222px;
	padding: 4px 0 6px;
	border-bottom: 1px solid #ddd;
}

.tb-search .search-auto-complete-list ul li {
	text-align: left;
}

.tb-search .search-auto-complete-list ul li.on {
	background: #f3f3f3;
}

.tb-search .search-auto-complete-list ul li a {
	display: block;
	padding: 8px 14px 7px;
	color: #000;
	background: none;
	font-family: 'dotum';
	font-size: 12px;
	letter-spacing: -1px;
}

.tb-search .search-auto-complete-list ul li a strong {
	color: #ab3e41;
}

.tb-search .search-auto-complete-list ul li a:hover {
	background: #f2f2f2;
}

.tb-search .search-auto-complete-list ul li a:hover span {
	border-bottom: 1px solid #000;
}

.tb-search .search-auto-complete-list .search-list-close {
	display: block;
	padding: 10px 11px;
	text-align: right;
	color: #999;
	font-size: 11px;
}


/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ - »óÇ° °Ë»ö °á°ú */
.all-finder-page {
	zoom: 1;
	width: 100%;
}

.all-finder-page .finder-body .finder-tbl {
	margin-top: 8px;
}

.all-finder-page .finder-body .finder-tbl table {
	border: 1px solid #ccc;
	border-top: 1px solid #000;
}

.all-finder-page .finder-body .finder-tbl th,
.all-finder-page .finder-body .finder-tbl td {
	height: 40px;
	border-top: 1px solid #e5e5e5;
	font-size: 13px;
	font-family: 'Malgun Gothic';
	color: #000;
}

.all-finder-page .finder-body .finder-tbl tr:first-child th,
.all-finder-page .finder-body .finder-tbl tr:first-child td {
	border-top: none;
}

.all-finder-page .finder-body .finder-tbl th {
	padding: 5px 0;
	background: #f4f4f4;
	text-align: left;
	vertical-align: top;
}

.all-finder-page .finder-body .finder-tbl th .txt-l {
	position: relative;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	margin: 3px 0;
}

.all-finder-page .finder-body .finder-tbl th .txt-l .fa {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
}

.all-finder-page .finder-body .finder-tbl th .txt-l .finder-tooltip-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border: 1px solid #cecece;
	border-radius: 20px;
	color: #666;
	font-size: 11px;
	background: #fff;
	text-align: center;
	outline: none;
}

.all-finder-page .finder-body .finder-tbl th .txt-l .finder-comm-layer {
	display: none;
	position: absolute;
	top: 33px;
	left: 52px;
	width: 270px;
	padding: 0 20px 18px;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
	font-weight: normal;
	color: #000;
	z-index: 1
}

.all-finder-page .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-btn-close {
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 20px;
	margin: 0;
	font-size: 21px;
	color: #000;
	outline: none;
	width: 19px;
	height: 22px;
	background: url('/images/common/btn_h11_close.gif') no-repeat center center;
}

.all-finder-page .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-tit {
	padding: 18px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}

.all-finder-page .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-cnt {
	padding-top: 16px;
	line-height: 1.5;
	font-size: 13px;
}

.all-finder-page .finder-body .finder-tbl td {
	padding: 5px 10px;
}

.all-finder-page .finder-body .txt-input {
	height: 21px;
	line-height: 21px;
	padding: 0 5px;
	font-size: 13px;
	font-family: 'Malgun Gothic';
}

.all-finder-page .finder-body .finder-category {
	height: 40px;
	overflow: hidden;
}

.all-finder-page .finder-body .finder-category.open {
	height: 100%;
	overflow: visible;
}

.all-finder-page .finder-body tr.finder-child-category {
	display: none;
}

.all-finder-page .finder-body tr.finder-child-category th,
.all-finder-page .finder-body tr.finder-child-category td {
	border-top: none;
}

.all-finder-page .finder-body tr.finder-child-category td {
	background: #fbfbfb;
}

.all-finder-page .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 {
	display: inline-block;
	margin: 3px 5px 3px 0;
	padding: 5px 10px;
	cursor: pointer;
	line-height: 22px;
	vertical-align: top;
	word-break: break-all;
	color: #9a9a9a;
}

.all-finder-page .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check {
	display: none;
}

.all-finder-page .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on {
	font-weight: bold;
	color: #000;
	border: 0;
	border-radius: 0;
	box-shadow: unset;
}

.all-finder-page .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check {
	display: inline-block;
	margin-right: 3px;
}

.all-finder-page .finder-body .finder-color {
	padding-left: 10px;
}

.all-finder-page .finder-body .finder-price .finder-price-input {
	display: inline-block;
}

.all-finder-page .finder-body .finder-price .finder-price-input label {
	display: inline-block;
	width: 110px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
}

.all-finder-page .finder-body .finder-price .finder-price-input label .txt-input {
	display: inline-block;
	width: 90px;
	height: 29px;
	line-height: 29px;
	padding: 0;
	border: none;
	background: none;
	color: #333;
	text-align: right;
}

.all-finder-page .finder-body .finder-search {
	position: relative;
	padding-left: 5px;
}

.all-finder-page .finder-body .finder-search label {
	display: inline-block;
	width: 320px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.all-finder-page .finder-body .finder-search label .txt-input {
	display: block;
	width: 100%;
	height: 29px;
	line-height: 29px;
	padding: 0;
	border: none;
	background: none;
	color: #333;
	text-align: left;
}

.all-finder-page .finder-body .finder-btn-c {
	padding: 30px 0;
	text-align: center;
}

.all-finder-page .finder-body .finder-btn-c a.reset {
	display: inline-block;
	width: 140px;
	height: 60px;
	line-height: 57px;
	border: none;
	border-radius: 3px;
	background: #999;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Malgun Gothic';
	margin-right: 15px;
}

.all-finder-page .finder-body .finder-btn-c button {
	display: inline-block;
	height: 60px;
	line-height: 57px;
	padding: 0 30px;
	*padding: 0;
	border: none;
	border-radius: 3px;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	font-family: 'Malgun Gothic';
	cursor: pointer;
}

.all-finder-page .finder-body .finder-btn-c button span.ico-search {
	visibility: visible;
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-right: 10px;
	margin-top: -4px;
	*margin-top: 0;
	vertical-align: middle;
	background: url('/images/common/btn_h15_search.png') no-repeat 0 0;
}

.all-finder-page .finder-body .finder-btn-c button span.finder-count {
	visibility: visible;
	display: inline-block;
	height: 60px;
	color: #ffd800;
	font-size: 23px;
	*vertical-align: middle;
}

.all-finder-page .finder-body .finder-btn-c button span.finder-count-toggle {
	visibility: visible;
	display: none;
}

.all-finder-page .finder-body .finder-options {
	display: inline-block;
	margin: 3px 5px 3px 0;
	padding: 5px 10px;
	cursor: pointer;
	line-height: 22px;
	border: 1px solid #fff;
	vertical-align: top;
	word-break: break-all;
}

.all-finder-page .finder-body .finder-options.on {
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 20px;
	box-shadow: 2px 2px 3px #d2d2d2;
}

.all-finder-page .finder-body .finder-option-color em {
	display: inline-block;
	width: 22px;
	height: 22px;
    border-radius: 20px;
	font-size: 0;
	vertical-align: top;
}

.all-finder-page .finder-body .finder-option-color.color-picker {
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
}

.all-finder-page .finder-body .finder-option-color.color-picker.on {
	border: none;
}

.all-finder-page .finder-body .finder-option-color.color-picker .fa-check {
	display: none;
	width: 22px;
	height: 22px;
	margin-top: -17px;
	color: #fff;
	text-align: center;
}

.all-finder-page .finder-body .finder-option-color.color-picker.on .fa-check {
	display: block;
}

.all-finder-page .finder-body .finder-option-color.color-picker.on.finder-option-color-white .fa-check {
	color: #000;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-black em {
	background-color: #000;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-white em {
	background-color: #FFF;
	width: 20px;
	height: 20px;
	border: 1px solid #e5e5e5;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-gray em {
	background-color: #808080;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-beige em {
	background-color: #e5d0b2;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-brown em {
	background-color: #aa6810;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-navy em {
	background-color: #425583;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-blue em {
	background-color: #0000ff;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-light-blue em {
	background-color: #62acff;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-red em {
	background-color: #ff0000;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-orange em {
	background-color: #ffa500;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-yellow em {
	background-color: #ffff00;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-pink em {
	background-color: #ffc0cb;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-purple em {
	background-color: #800080;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-jaju em {
	background-color: #a63f7f;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-khaki em {
	background-color: #2f5e2f;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-green em {
	background-color: #008000;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-light-green em {
	background-color: #72dd95;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-silver em {
	background-color: #dfdfdf;
}

.all-finder-page .finder-body .finder-option-color.finder-option-color-gold em {
	background-color: #cfbc4e;
}

.all-finder-page .finder-body .search-auto-complete-list {
	display: none;
	z-index: 1;
	position: absolute;
	top: 30px;
	left: 5px;
	border: 1px solid #ddd;
	line-height: 14px;
	background: #fff;
}

.all-finder-page .finder-body .search-auto-complete-list ul {
	width: 340px;
	padding: 4px 0 6px;
	border-bottom: 1px solid #ddd;
}

.all-finder-page .finder-body .search-auto-complete-list ul li {
	text-align: left;
}

.all-finder-page .finder-body .search-auto-complete-list ul li.on {
	background: #f3f3f3;
}

.all-finder-page .finder-body .search-auto-complete-list ul li a {
	display: block;
	padding: 8px 14px 7px;
	color: #000;
	background: none;
	font-family: 'dotum';
	font-size: 12px;
	letter-spacing: -1px;
}

.all-finder-page .finder-body .search-auto-complete-list ul li a strong {
	color: #ab3e41;
}

.all-finder-page .finder-body .search-auto-complete-list ul li a:hover {
	background: #f2f2f2;
}

.all-finder-page .finder-body .search-auto-complete-list ul li a:hover span {
	border-bottom: 1px solid #000;
}

.all-finder-page .finder-body .search-auto-complete-list .search-list-close {
	display: block;
	padding: 10px 11px;
	text-align: right;
	color: #999;
	font-size: 11px;
}

.all-finder-page .finder-body .finder-search-data .finder-options {
	border: 1px solid #e5e5e5;
	box-shadow: none;
}

.all-finder-page .finder-body .finder-search-data .finder-options .fa-close {
	margin-left: 10px;
	color: #999;
}


.searchTitle {
	padding-top: 100px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

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

.cate_wrap .right {
    flex-grow: 1;
}

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

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


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


/* ÀÏ¹Ý»óÇ°¸®½ºÆ® */
.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% - 72px) / 4);
	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;
}

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

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

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

.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;
	flex-grow: 1;
}

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

.prdType3 ul li .object a .thumb img {
	width: 100%;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	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;
}

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

.prdType3 ul li .prd-wish a .my-wish-list {}

.prdType3 ul li .prd-wish a .my-wish-list.wish-on {}

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

.prdType3 ul li .prd-wish a .my-wish-list i.fa-heart-o {
	display: none;
	background: url(/design/epsonkorea/images/wish_on_big.png) no-repeat;
	background-size: contain;
}

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

.prdType3 ul li .prd-wish a .my-wish-list.wish-on i.fa-heart-o {
	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;
	-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 .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);
	color: var(--0);
	display: block;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
}

.pc_banner {
	transition: 250ms ease-in-out;
	width: 288px;
	padding-top: 85px;
	position: relative;
	/* »ó´ë À§Ä¡ ÁöÁ¤ */
}

@media all and (max-width: 1590px) and (min-width: 1281px) {
	.cate_wrap {
		padding-left: 14px;
		padding-right: 14px;
	}


}


/*¸ð¹ÙÀÏ ´õº¸±â*/
.more { 
	display: none; 
}

.more a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	width: 120px;
	margin: 0 auto;
}

.more a .more-title {
	font-size: 15px;
	font-weight: 700;
}

.more a img {
	width: 11px;
	margin-left: 5px;
}

/* pc ´õº¸±â */
.paging { 
	display: block; 
}


/***
* ÀÌ À§·Î´Â Pc
*
*
*
**********************************************************
*                                                        *
*     ******      *********    ********        *         *
*     *     *     *            *               *         *
*     *     *     *            *               *         *
*     * ****      *********    ********    *   *   *     *
*     * **        *                   *     *  *  *      *
*     *   **      *                   *      *****       *
*     *     **    *********    ********        *         *
*                                                        *
**********************************************************
*
*
*
* ¿©±âºÎÅÍ ÅÂºí¸´ ¸ð¹ÙÀÏ °øÅë
***/



/* ÅÂºí¸´°ú ¸ð¹ÙÀÏ °øÅë ½ºÅ¸ÀÏ */
@media only screen and (max-width: 1280px) {

	/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ - »óÇ° °Ë»ö °á°ú */
	#search .all-finder-result {
			display: none !important;
			overflow: hidden;
			position: relative;
			padding: 10px 5px 4px;
			border-top: 1px solid #bcbcbc;
			border-bottom: 1px solid #bcbcbc;
			background: #f4f4f4;
	}

	#search .all-finder-result:after {
			clear: both;
			content: "";
			display: block;
	}

	#search .all-finder-result .fa-rotate-left {
			position: absolute;
			top: 10px;
			left: 5px;
			width: 34px;
			height: 34px;
			line-height: 34px;
			font-size: 18px;
			border-radius: 30px;
			background: #999;
			color: #fff;
			text-align: center;
	}

	#search .all-finder-result .swiper-container {
			width: 100%;
			padding: 0;
			margin: 0 0 0 34px;
	}

	#search .all-finder-result .swiper-container .swiper-slide {
			width: auto !important;
			height: 40px;
	}

	#search .all-finder-result .swiper-container .swiper-slide .finder-options {
			display: inline-block;
			margin-left: 5px;
			padding: 5px 10px;
			line-height: 22px;
			border: 1px solid #000;
			word-break: break-all;
			font-weight: bold;
			border-radius: 20px;
			box-shadow: 2px 2px 3px #d2d2d2;
			background: #fff;
			color: #000;
	}

	#search .all-finder-result .swiper-container .swiper-slide .finder-options .fa-close {
			margin-left: 5px;
			color: #999;
	}

	#search .all-finder-result .swiper-container .swiper-slide .finder-option-color em {
			display: inline-block;
			width: 22px;
			height: 22px;
			border: none;
			border-radius: 20px;
			font-size: 0;
			vertical-align: top;
	}

	#sort {
		display: none;
	}

	#MS_select_sort {
		display: block;
	}

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

	.searchTitle {
		font-size: 19px;
		padding-top: 55px;
	}


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

	.prdType3 {
		margin: 0 auto;
	}

	.right_top .sort select { 
			background: url(/design/epsonkorea/images/m_select_bg.png) white right center no-repeat;
			background-size: 10px;
	}

	.more { 
		display: block; 
	}

	.paging { 
		display: none; 
	}

}


/***
* ÀÌ À§·Î´Â ÅÂºí¸´ ¸ð¹ÙÀÏ °øÅë
*
*
*
*
*
*
*
*
* 
*
*
*
*
*
*
*
*
* ¿©±âºÎÅÍ ÅÂºí¸´
***/

@media all and (max-width: 1280px) and (min-width: 768px) {
	.right_top {
		margin: 0 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:nth-child(4n) {
		margin-right: 6px;
	}

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

	.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) {

	#search .form-wrap {
			position: relative;
			background-color: #ab3e41;
			padding: 10px;
	}
	
	#search .form-wrap .searchForm {
			width: 80%;
	}
	
	#search .form-wrap .searchForm input {
			border: 0px none;
	}
	
	#search .form-wrap .searchButton {
			width: 20%;
			height: 68px;
			background-color: #822023;
			color: #fff;
			position: absolute;
			top: 10px;
			right: 10px;
			height: 68px;
			line-height: 68px;
			text-align: center;
	}
	
	#search .form-wrap .searchForm #keyword_search {
			width: 90%;
			margin-bottom: 10px;
	}
	
	#search .form-wrap .searchPrice {
			color: #fff;
	}
	
	#search .form-wrap .searchPrice input {
			width: 30%;
	}
	
	#search .form-wrap .searchButton {
			height: 36px;
			line-height: 42px;
	}
	
	/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
	#search .form-wrap .searchForm .search-auto-complete-list {
			display: none;
			z-index: 1;
			position: absolute;
			top: 54px;
			left: 0;
			width: 100%;
			line-height: 14px;
			background: #fff;
			box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	}
	
	#search .form-wrap .searchForm .search-auto-complete-list ul {
			width: 100%;
			padding: 8px 5px 10px 5px;
			border-bottom: 1px solid #ddd;
			display: flex;
			flex-wrap: wrap;
	}
	
	#search .form-wrap .searchForm .search-auto-complete-list ul li {
			text-align: center;
			margin: 3px;
	}
	
	#search .form-wrap .searchForm .search-auto-complete-list ul li a {
			display: block;
			padding: 8px 14px;
			color: #000;
			border: 1px solid #eee;
			border-radius: 10px;
			background: none;
			font-family: 'malgun gothic';
			font-size: 11px;
			letter-spacing: -1px;
	}
	
	#search .form-wrap .searchForm .search-auto-complete-list ul li a strong {
			color: #ab3e41;
	}
	
	#search .form-wrap .searchForm .search-auto-complete-list ul li a:hover {
			background: #f2f2f2;
	}
	
	#search .form-wrap .searchForm .search-auto-complete-list ul li a:hover span {}
	
	#search .form-wrap .searchForm .search-auto-complete-list .search-list-close {
			display: block;
			padding: 10px 11px;
			text-align: right;
			color: #666;
			font-size: 11px;
	}

	.right_top {
		margin: 0 14px;
	}

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

	.prdType3 ul li .prd-wish a .my-wish-list {}

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

	.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 img {}

	.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: "±âÁØ°¡";
		text-decoration: none;
		position: absolute;
		left: 0;
		top: 11px;
		font-weight: 700;
	}

	.prdType3 ul li .object a .price .normal::before {
		content: "ÇÒÀÎÆÇ¸Å°¡";
		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;
	}


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


}


/* BASIC css end */
/* BASIC css end */

