@charset "utf-8";

.match_list.type2 {
	justify-content: center;
}

.match_list.type2 .product_pic .fast_order_wrap {
	right: 0;
	left: 10px;
	top: 10px;
	background-color: #ff549f;
	width: 78px;
	flex-grow: 0;
	padding: 2px 8px;
    text-align: center;
	border-radius: 5px;		
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 14px;
	letter-spacing: -0.96px;
	color: #fff;	
}
.oder_possibility {
	background-color: #607cc9;
	width: 78px;
	flex-grow: 0;
	padding: 2px 8px;
    text-align: center;
	border-radius: 5px;		
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 14px;
	letter-spacing: -0.96px;
	color: #fff;	
	margin-right: 5px;
	position: relative;
}
.oder_possibility::after{
	content: '셀러매치에서 발주가 가능합니다';
	width: 200px;
	position: absolute;
	top: 0px;
	right:0;
	background-color: #ff4747;
	transition:0.5s;
	z-index: 6;
	height: 0px;
	line-height: 30px;
	opacity: 0;
}
.deadlineDay:hover .oder_possibility::after{
	top: -40px;
	opacity: 1;
	height: 30px;
}
.oder_impossibility {
	background-color: #7d9d90;
	width: 78px;
	flex-grow: 0;
	padding: 2px 8px;
    text-align: center;
	border-radius: 5px;		
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 14px;
	letter-spacing: -0.96px;
	color: #fff;	
	margin-right: 5px;
	position: relative;
}
.oder_impossibility::after{
	content: '이메일로 발주가 가능합니다';
	width: 200px;
	position: absolute;
	top: 0px;
	right:0;
	background-color: #ff4747;
	transition:0.5s;
	z-index: 6;
	height: 0px;
	line-height: 30px;
	opacity: 0;
}
.deadlineDay:hover .oder_impossibility::after{
	top: -40px;
	opacity: 1;
	height: 30px;
}

.match_list.type2 .product_pic .btn_scrap {
	right: 10px;
    top: 7px;
    position: absolute;
    flex-grow: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.match_list.type2 .card-container .deadlineDay {
	font-family: NanumGothic;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.78px;
	text-align: left;
	color: #333;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.match_list.type2 .card-container .deadlineDay img, .info-container2 img {
	margin-right: 1px;
}

.match_list.type2 .product_pic .img .view_cnt {
	left: 185px;	
}

.match_list.type2 .product_pic .img .view_img_wrap {
	left: 190px;
}

.info-container {
	display: flex;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
	justify-content: space-between;
}

.info-container2 {
	font-family: NanumGothic;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.72px;
	text-align: left;
	color: #c3c3c3;
	margin-bottom: 10px;
	display: flex;
}
.info-container2 .per{
	color: #8dceee;
}
.info-container2 .money{
	color: #ff9100;
}
.in_deadlineDay{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #878686;
}
.hits_num{
    width: auto;
    text-align: center;
    border-radius: 3px;
    padding: 0px 10px;
    transition: 0.3s;
}

.product_detail_keyword{
    display: flex;
    font-size: 12px;
    height: 45px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
}
.detail_keyword{
    width: auto;
    height: 20px;
    padding: 2px 10px;
    margin-right: 5px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    background-color: #006fcf
}


.info-container2 hr {
	width: 1px; 
	height: 12px; 
	margin: 0 3px 0 3px;
	display: inline-block; 
	transform: rotate(-180deg); 
	background-color: #ddd;
    vertical-align: bottom;
}

.info-container span {
	color: #888;
}

.info-container.colume {
	flex-direction: column;
}

.bottom-container {
	display: flex;
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.78px;
	text-align: left;
	color: #555;
	justify-content: space-between;
	padding: 10px 0;
	z-index: 1;	
}

.bottom-container.colume {
	flex-direction: column;
}

.emblem {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  vertical-align: baseline;
}

.change-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.change-icon.change-front{
	float: right;
}

.match_list.type2 > li {
	min-height: 317px;
	background-color: transparent;
	overflow: initial;
	border: none;
	margin-bottom: 40px;
}

.card-container .goodsname {
	width: 100%;
	margin: 0 0 5px;
	font-family: NanumGothic;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.96px;
	text-align: left;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: flex;
	height: 20px;
}
.card-container .goodsname .inner_goodsname{
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qna_free_view{
	width: 10%;
    color: #ee1818;
    margin-left: 3px;
}

.wrap .container .list_container {
	background-color: #fff;
	width: 100%;
}

.wrap .container .list_container .sub_content {
	margin: 0 auto;
	padding: 0;
}

.wrap .container .list_container .date {
	font-family: NanumGothic;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.72px;
	text-align: left;
	color: #888;
	vertical-align: text-top;
}
/* ---------------------------- */

.profile-container {
	display: flex;
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.78px;
	text-align: left;
	color: #555;
	justify-content: space-between;
	border-bottom: 1px dotted #ddd;
}

.profile-container.colume {
	flex-direction: column;
}

.back .img_relative {
	width: 130px !important;
	height: 130px !important;
	margin: 10px auto;
}

.member-type {
	width: 44px;
	height: 21px;
	flex-grow: 0;
	padding: 3px 4px;
	margin: 0 auto;
	border-radius: 2px;
	background-color: #378a62;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.78px;
	text-align: center;
	color: #fff;	
}
.wrap .container .sub_content form div ul li .card .nick {
	margin-bottom: 5px;
	font-family: NanumGothic;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.72px;
	text-align: left;
	color: #333;
}
.intro {
	height: 32px;
	margin: 8px 0 7px;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.78px;
	text-align: left;
	color: #333;	
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.match_list.type2 > li .product_pic {
	width: 238px;
    height: 240px;
    margin: 0 0 12px;
    border-radius: 10px;
    border: solid 1px #ddd;
    transition: 0.3s;
}
/* .match_list.type2 > li:hover .product_pic {
    border-color: #ff549f;
} */

.info-icon {
	width: 13px;
	height: 13px;
}

.bottom-container.colume:last-child .info-box{
	margin-top: 5px;
}

.bottom-container.colume:last-child .info-box span {
	display: inline-block;
	font-weight: normal;
	margin: 0 5px;
}

.scrap {
	width: 20px;
	height: 20px;
}

/* ---------------------------- */

.category-container, .channel-container {
	display: flex;
}
.category-wrap, .channel-wrap {
	width: 90%;
}
.category-box, .channel-box {
	height: 97px;
    width: 116px !important;
    text-align: center;
}
.category-img, .channel-img{
    display: block;
    margin: 0 auto;
	width: 67px;
	height: 67px;	
	margin-bottom: 10px;
	cursor: pointer;
	background-size: contain;
}
.btn-box img {
	width: 30px;
	height: 30px;
	margin-top: 30px;
	cursor: pointer;
}
.btn-box.btn-next {
	margin-left: 45px;
}
.btn-box.btn-prev {
	margin-right: 25px;
}
.category-name, .channel-name {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.02px;
	text-align: center;
	color: #333;
	margin: 0 auto;	
}
.category-box label, .channel-box label {
	display: block;
}
.category-box input[type=checkbox], label input[type=radio], .channel-box input[type=checkbox] {
	display: none;
}

.category-img-all {
	background-image: url("/images/common/filter-all-off.png");
}
.category-img2 {
	background-image: url("/images/common/filter2-off.png");
}
.category-img3 {
	background-image: url("/images/common/filter3-off.png");
}
.category-img4 {
	background-image: url("/images/common/filter4-off.png");
}
.category-img5 {
	background-image: url("/images/common/filter5-off.png");
}
.category-img6 {
	background-image: url("/images/common/filter6-off.png");
}
.category-img7 {
	background-image: url("/images/common/filter7-off.png");
}
.category-img8 {
	background-image: url("/images/common/filter8-off.png");
}
.category-img9 {
	background-image: url("/images/common/filter9-off.png");
}
.category-img10 {
	background-image: url("/images/common/filter10-off.png");
}
.category-img11 {
	background-image: url("/images/common/filter11-off.png");
}
.category-img12 {
	background-image: url("/images/common/filter12-off.png");
}
.category-img13 {
	background-image: url("/images/common/filter13-off.png");
}
.category-img14 {
	background-image: url("/images/common/filter14-off.png");
}

.category-box input[type=checkbox]:checked + .category-img-all,
.category-box input[type=checkbox] + .category-img-all:hover {
	background-image: url("/images/common/filter-all.png");
}

.category-box input[type=checkbox]:checked + .category-img2,
.category-box input[type=checkbox] + .category-img2:hover {
	background-image: url("/images/common/filter2.png");
}

.category-box input[type=checkbox]:checked + .category-img3,
.category-box input[type=checkbox] + .category-img3:hover {
	background-image: url("/images/common/filter3.png");
}

.category-box input[type=checkbox]:checked + .category-img4,
.category-box input[type=checkbox] + .category-img4:hover {
	background-image: url("/images/common/filter4.png");
}

.category-box input[type=checkbox]:checked + .category-img5,
.category-box input[type=checkbox] + .category-img5:hover {
	background-image: url("/images/common/filter5.png");
}

.category-box input[type=checkbox]:checked + .category-img6,
.category-box input[type=checkbox] + .category-img6:hover {
	background-image: url("/images/common/filter6.png");
}

.category-box input[type=checkbox]:checked + .category-img7,
.category-box input[type=checkbox] + .category-img7:hover {
	background-image: url("/images/common/filter7.png");
}

.category-box input[type=checkbox]:checked + .category-img8,
.category-box input[type=checkbox] + .category-img8:hover {
	background-image: url("/images/common/filter8.png");
}

.category-box input[type=checkbox]:checked + .category-img9,
.category-box input[type=checkbox] + .category-img9:hover {
	background-image: url("/images/common/filter9.png");
}

.category-box input[type=checkbox]:checked + .category-img10,
.category-box input[type=checkbox] + .category-img10:hover {
	background-image: url("/images/common/filter10.png");
}

.category-box input[type=checkbox]:checked + .category-img11,
.category-box input[type=checkbox] + .category-img11:hover {
	background-image: url("/images/common/filter11.png");
}

.category-box input[type=checkbox]:checked + .category-img12,
.category-box input[type=checkbox] + .category-img12:hover {
	background-image: url("/images/common/filter12.png");
}

.category-box input[type=checkbox]:checked + .category-img13,
.category-box input[type=checkbox] + .category-img13:hover {
	background-image: url("/images/common/filter13.png");
}

.category-box input[type=checkbox]:checked + .category-img14,
.category-box input[type=checkbox] + .category-img14:hover {
	background-image: url("/images/common/filter14.png");
}

.channel-img-all {
	background-image: url("/images/common/filter-all-off.png");
}
.channel-img0 {
	background-image: url("/images/common/s-filter0-off.png");
}
.channel-img1 {
	background-image: url("/images/common/s-filter1-off.png");
}
.channel-img2 {
	background-image: url("/images/common/s-filter2-off.png");
}
.channel-img3 {
	background-image: url("/images/common/s-filter3-off.png");
}
.channel-img4 {
	background-image: url("/images/common/s-filter4-off.png");
}
.channel-img5 {
	background-image: url("/images/common/s-filter5-off.png");
}
.channel-img6 {
	background-image: url("/images/common/s-filter6-off.png");
}
.channel-img7 {
	background-image: url("/images/common/s-filter7-off.png");
}
.channel-img8 {
	background-image: url("/images/common/s-filter8-off.png");
}

.channel-box input[type=checkbox]:checked + .channel-img-all,
.channel-box input[type=checkbox] + .channel-img-all:hover {
	background-image: url("/images/common/filter-all.png");
}

.channel-box input[type=checkbox]:checked + .channel-img0,
.channel-box input[type=checkbox] + .channel-img0:hover {
	background-image: url("/images/common/s-filter0.png");
}

.channel-box input[type=checkbox]:checked + .channel-img1,
.channel-box input[type=checkbox] + .channel-img1:hover {
	background-image: url("/images/common/s-filter1.png");
}

.channel-box input[type=checkbox]:checked + .channel-img2,
.channel-box input[type=checkbox] + .channel-img2:hover {
	background-image: url("/images/common/s-filter2.png");
}

.channel-box input[type=checkbox]:checked + .channel-img3,
.channel-box input[type=checkbox] + .channel-img3:hover {
	background-image: url("/images/common/s-filter3.png");
}

.channel-box input[type=checkbox]:checked + .channel-img4,
.channel-box input[type=checkbox] + .channel-img4:hover {
	background-image: url("/images/common/s-filter4.png");
}

.channel-box input[type=checkbox]:checked + .channel-img5,
.channel-box input[type=checkbox] + .channel-img5:hover {
	background-image: url("/images/common/s-filter5.png");
}

.channel-box input[type=checkbox]:checked + .channel-img6,
.channel-box input[type=checkbox] + .channel-img6:hover {
	background-image: url("/images/common/s-filter6.png");
}

.channel-box input[type=checkbox]:checked + .channel-img7,
.channel-box input[type=checkbox] + .channel-img7:hover {
	background-image: url("/images/common/s-filter7.png");
}

.channel-box input[type=checkbox]:checked + .channel-img8,
.channel-box input[type=checkbox] + .channel-img8:hover {
	background-image: url("/images/common/s-filter8.png");
}

.match_search_back {
	background: #fff;
    height: 157px;
    position: fixed;
    z-index: 7;
    width: 100%;
    top: 70px;
    left: 0;
    border-bottom: 1px solid #ddd;	
}

.match_search_form {
	height: 0px;
    margin-top: 10px;
    z-index: 7;
}
/* ---------------------------- */
.ad-container {
	width: 100%;
	height: 260px;
	padding: 30px 0;
	z-index: 4;
	left: 0;
	background: #fff;
	text-align: center;
	font-family: NanumGothic;
	margin-top: 15px;
}

.ad-container .popup-btnBox {
    position: relative;
    top: 10px;
    right: 20px;
    text-align: end;	
}

.ad-container .popup-btnBox button {
	font-family: NanumGothic;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.78px;
	text-align: left;
	color: #fff;	
}

.ad-inner {
	width: 1580px;
	margin: 0 auto;
}
.ad-box {
	
	margin: 0 auto;
	width: 1580px;
	height: 200px;
	padding: 30px 80px; 
	background-image: url("/sellermatch_images/songbanner.png");
	background-size: contain;
	text-align: left;
	font-weight: bold;
	color: #fff;
	position: absolute;
	cursor:pointer;
	background-size: cover;
	background-repeat: no-repeat;
}
.ad-seller-box {

	margin: 0 auto;
	width: 1580px;
	height: 200px;
	padding: 30px 80px; 
	background-image: url("/sellermatch_images/spamebanner.png");
	background-size: cover;
	background-repeat:no-repeat;
	text-align: left;
	font-weight: bold;
	color: #fff;
	position: absolute;
	cursor:pointer;
}
.ad-title {
	font-size: 30px;
	margin-bottom: 20px;
	height: 30px;
}
.ad-description {
	font-size: 24px;
	height: 24px;
	margin-bottom: 46px;
}
.ad-link {
	font-size: 20px;
	height: 20px;
}
.ad-toggle-btn {
    position: fixed;
	width: 90px;
	padding: 10px 0 10px 10px;
	border: solid 1px #d9d9d9;
	background-color: #fff;
	top: 279px;
    left: 1600px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.84px;
	text-align: left;
	color: #484848;    
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;	
    cursor: pointer;
    z-index: 7;
}
.ad-toggle-btn img {
	width: 12px;
    height: 12px;
    vertical-align: bottom;
    margin-left: 5px;
}
.ad-swiper .btn-box {
	position: absolute;
	z-index: 13;
	top: 50px;
}
.btn-box.btn-ad-next {
	right: 20px;
}
.btn-box.btn-ad-prev {
	left: 20px;
} 
/* ---------------------------- */
.match_search_bottom_back {
    background: #fff;
    height: 53px;
    position: fixed;
    z-index: 6;
    width: 100%;
    top: 70px;
    /* top: 467px; */
    left: 0;
    border-bottom: 1px solid #ddd;
}
.match_search_form .bottom {
	margin-top: -15px;
}

.match_search_form .bottom .bottomSearch.right {
	margin-top: -3px;
}

.wrap header .inner nav ul li .mypage_link_wrap {
	z-index: 11;
}
/* ---------------------------- */
.search-filter {
    display: inline-block;
	width: 108px;
	height: 37px;
	flex-grow: 0;
	padding: 8px 14px;
	border-radius: 50px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	background-color: #ff9100;
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.02px;
	text-align: left;
	color: #fff;    
    cursor: pointer;
    margin-left: 20px;
}

/* ---------------------------- */
.ad-container2 {
	width: 100%;
    height: 100px;
/*     margin: 20px 0;
    padding: 20px 0px; */
    box-shadow: 0 0 4px 4px rgb(153 153 153 / 5%);
    /* background-color: #a8dbf4; */
    left: 0;
    background-image: url("/imgs/event/list_ads/event_banner_220426_2.png");
    position: absolute;
    cursor:pointer;
    z-index: 4;
}
.ad-container2-area {
	height: 100px; 
	width: 100%; 
	margin-bottom: 40px;
	z-index: 4;
}
.ad-container2-area img {
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.ad-container2-area span {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.8px;
	text-align: left;
	color: #555;
	margin-left: 30px;
}

.ad-container2-area button {
	width: 240px;
	height: 50px;
	border-radius: 100px;
	box-shadow: 0 0 4px 4px rgba(153, 153, 153, 0.05);
	border: solid 1px #ddd;
	background-color: #fff;
	margin-top: -11px;
    margin-left: 35px;
}
.ad-container2-area .ad-container2-div{
	z-index: 6;
    width: 200px;
    height: 40px;
   	position: absolute;
    right: 0;
}
.ad-container2-area .ad-container2-div .close {
	width: 50px;
	height: 50px;
	opacity: 0.8;
	cursor: pointer;
	margin: 0;
	position: relative;
	z-index: 7;
	right: 12px;
}

.ad-container2-area .ad-container2-div .close:before, .ad-container2-area .ad-container2-div .close:after {
	position: absolute;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #000;
	top: 10px;
	left: 180px;
}
.ad-container2-area .ad-container2-div .close:before {
	transform: rotate(45deg);
}
.ad-container2-area .ad-container2-div .close:after {
	transform: rotate(-45deg);
}

/* ---------------------------- */
.search-filter-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-filter-wrap {
	max-width: 530px;
  	max-height: 800px;
  	min-height: 600px;	
    width: 100%;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: 10px;
    padding: 15px 30px 0;
}

.search-filter-box .search-filter-wrap hr {
    width: 530px;
    margin-left: -31px;
    border: 1px solid #e9e9e9;	
}

.search-filter-box .search-filter-wrap .white_box_se {
  	max-height: 600px;
  	min-height: 400px;
    width: 499px;		
    overflow: scroll;
    overflow-x: hidden;  	
}

.search-filter-box .search-filter-wrap .filter_btn_box {
	display: flex;
    width: 530px;
    height: 49px;
    margin-left: -30px;
}

.search-filter-box .search-filter-wrap .filter_btn_box button {
	width: 265px;
	height: 50px;
	padding: 13px 0;
	font-size: 19px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.14px;
	text-align: center;
	border-top: #ddd;	
}

.search-filter-box .search-filter-wrap .filter_btn_box button:first-child {
	color: #54c2ff;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom-left-radius: 10px;	
}

.search-filter-box .search-filter-wrap .filter_btn_box button:last-child {
	color: #fff;
	background-image: linear-gradient(to right, #ff9100 0%, #ff540f 100%);
	border-bottom-right-radius: 10px;
}

.search-filter-box .search-filter-wrap .close_popup_btn {
    position: absolute;
    top: -16px;
    right: -16px;
}

.search-filter-box .search-filter-wrap .header {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.08px;
	text-align: center;
	color: #333;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}

.search-filter-box .search-filter-wrap .search {
	width: 100%;
	padding: 15px 0 14px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.search-filter-box .search-filter-wrap .btn_search {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
	top: 12px;
	right: 22px;
}

.search-filter-box .search-filter-wrap .btn_search span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(/images/custom/icon/ico_loupe_new.png) no-repeat 0 0;
    background-size: 100% auto;
    text-indent: -99999px;
}

.search-filter-box .search-filter-wrap .text_form {
	width: 100%;
	height: 43px;
	padding: 10px 20px;
	border-radius: 100px;
	background-color: #fff7ed;
	position: relative;
}

.search-filter-box .search-filter-wrap .text_form input{
	width: 90%;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.08px;
	text-align: left;
    background-color: transparent;
}

.search-filter-box .search-filter-wrap .text_form input::placeholder {
	color: #888;
	font-size: 18px;
}

.wrap header {
    z-index: 8 !important;
}

.emblem-description {
	position: absolute;
	display: none;
	width: 240px;
	flex-grow: 0;
	left: 0;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #e7e1ff;
	background-color: #fff;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.78px;
	text-align: left;
	color: #555;	
	z-index: 1;	
}

.emblem-description span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.96px;
	text-align: left;
	color: #555;	
}
/* --------------------------- */

.match_search_form.member {
	max-width: 1580px !important;
}

.content2 .cont_inner {
	width: 100% !important;
}

.list_outer.seller {
	max-width: 1580px !important;
}
/* --------------------------- */

.match_list.type4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1;
}

.match_list.type4>li {
    width: 240px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
	border: solid 1px #eee;
	background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 35px 8px 40px;
}

.match_list.type4>li:hover .thumb img {
	transition : all 0.5s ease-in-out;
	transform : scale(1.2);
	-webkit-transform : scale(1.2);
	-moz-transform : scale(1.2);
	-ms-transform : scale(1.2);
	-o-transform : scale(1.2);	
}

.match_list.type4>li>.labels {
    display: flex;
    flex-direction: column;
	position: absolute;
    right: 10px;
    align-items: flex-end;
}

.match_list.type4>li>.labels .label.progress {
    background-color: #ff9100;
    margin-bottom: 5px;
}

.match_list.type4>li>.labels .label.provider {
	background-color: #80cdf8;
}

.match_list.type4>li>.labels .label+.label {
    margin-left: 5px;
}

.match_list.type4>li>.labels .label.sole {
    background-color: #80cdf8;
    margin-bottom: 5px;
}

.match_list.type4>li>.labels .label.activity {
	font-family: NanumGothic;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.72px;
	text-align: right;
	color: #888;
}

.match_list.type4>li>.labels .label {
    padding: 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    width: fit-content;
}

.match_list.type4>li>.thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 20px;
	position: absolute;
    left: 10px;
    top: -56px;
	border-radius: 100px;
	border: solid 1px #ddd;
    
}

.match_list.type4>li>.thumb img {
    width: 100%;
    height: 100%;
}

.match_list.type4>li>.subject {
    position: relative;
    z-index: 2;
}
.match_list.type4>li>.subject {
    margin-top: 68px;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.84px;
	text-align: left;
	color: #333;
	padding-bottom: 9px;
	border-bottom: 1px dashed #ddd;
}

.match_list.type4>li>.profile_intro {
  margin-top: 10px;
  height: 32px;
  font-family: NanumGothic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.72px;
  text-align: left;
  color: #333;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.match_list.type4>li .state_info {
    font-size: 11px;
    color: #848484;
	margin: 10px 0 0;
	font-family: NanumGothic;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.72px;
	color: #888;	
}

.match_list.type4>li .state_info>.score {
    display: inline-flex;
    align-items: center;
}

.match_list.type4>li .state_info>.score::before {
    content: '';
    display: inline-block;
    background-image: url(/images/sprite/icon.png?v=0d468051);
    width: 12px;
    height: 12px;
    background-position: -147px -132px;
    background-size: 184px 162px;
    margin-right: 3px;
    margin-top: -3px;
}

.match_list.type4>li .state_info>.support {
    display: inline-flex;
    align-items: center;
}

.match_list.type4>li .state_info>.score+.support::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #d9d9d9;
    margin: 0 10px;
}

.match_list.type4>li .state_info>.support>span {
    margin-top: 2px;
}

.match_list.type4>li .state_info>.support>span+span {
    margin-left: 5px;
}

.match_list.type4>li .info_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	border-radius: 5px;
	background-color: #fafafa;
	padding: 10px;    
	margin-top: 10px;
}

.match_list.type4>li .info_box .detail_info {
    width: 100%;
    font-size: 13px;
    color: #848484;
}

.match_list.type4>li .info_box .detail_info>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.match_list.type4>li .info_box .detail_info>li>.label {
    display: inline-flex;
    align-items: center;
}

.match_list.type4>li .info_box .detail_info>li>.label i.ico.ico_channel {
    background-image: url(/images/sprite/icon.png?v=0d468051);
    width: 17px;
    height: 17px;
    background-position: -97px -52px;
    background-size: 184px 162px;
}
.match_list.type4>li .info_box .detail_info>li>.label i.ico {
    display: inline-block;
    margin-right: 5px;
}

i.ico.ico_channel {
    background-repeat: no-repeat;
}

.match_list.type4>li .info_box .detail_info li:last-child {
	margin-bottom: 0px;
}

.match_list.type4>li .info_box .detail_info>li>.text {
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.78px;
	text-align: right;
	color: #333;
}

.match_list.type4>li .count_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    color: #848484;
    justify-content: center;
}
.count_box_se {
    width: auto !important;
}

.match_list.type4>li .count_box>.suggest, .match_list.type4>li .count_box>.apply {
    display: inline-flex;
    align-items: center;
}

.match_list.type4>li .count_box>.suggest>.label, .match_list.type4>li .count_box>.apply>.label {
    display: inline-flex;
    margin-right: 5px;
    align-items: center;
}

.match_list.type4>li .count_box>.suggest>.label::before {
    background-image: url(/images/sprite/icon.png?v=0d468051);
    width: 14px;
    height: 14px;
    background-position: -121px -132px;
    background-size: 184px 162px;
}
.match_list.type4>li .count_box>.suggest>.label::before, .match_list.type4>li .count_box>.apply>.label::before {
    content: '';
    display: inline-block;
    margin-right: 3px;
}

.match_list.type4>li .date {
    display: flex;
    width: 100%;
    font-size: 11px;
    color: #848484;
    text-align: left;
}

.match_list.type4>li .regdate {
	width: 60%;
    font-size: 11px;
    color: #848484;
    display: inline-block;
    text-align: right;
}

.match_list.type4>li .update {
    width: 100%;
    font-size: 11px;
    color: #848484;
    text-align: right;
    margin-top: 18px;
}

.match_list.type4>li .detail_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.match_list.type4>li .detail_link > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
}

.match_list.type4 .scrap {
	margin: 0;
}

.match_list.type4>li .bottom-container {
	padding: 10px 0 0 0;
}

.search-filter-box .search-filter-wrap .list label+label {
	margin-left: 0px;
	margin-right: 20px;
}

.search-filter-box .search-filter-wrap .list label:first-child {
	margin-left: 0px;
	margin-right: 20px;
}

.search-filter-box .filter-list .title {
	margin: 30px 0;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.08px;
	text-align: left;
	color: #333;	
}

.search-filter-box .filter-list hr {
  width: 400px;
  height: 1px;
  margin: 29px auto;
  background-color: #ddd;	
}

.back .real_img {
	border-radius: 50%;
}

.front .real_img:hover img{
	transition : all 0.5s ease-in-out;
	opacity: 0.8;
}

@media screen and (max-width: 1280px) {
	.match_list.type2 > li {
	   width: 240px;
	}
}