/* 인기 판매자 자료 */
.main_hot{
    width: 465px;
}
.main_hot .con_title{}
.main_hot .con_title h2{
    position: relative;
    font-family: "GangwonEduPowerExtraBoldA", "Pretendard Variable", "Noto Sans KR";
    height: 34px;
    line-height: 1.9;
    font-size: 2.4rem;
    font-weight: 100;
    letter-spacing: -0.3px;
}
.main_hot .con_title ul{
    position: absolute;
    top: 0;
    right: 0;
}
.main_hot .con_title ul li{}
.main_hot .con_title ul li a{
    padding: 4px 11px;
}
.main_hot .con_title ul li:hover a:not(.m_s_btn){
    background: #e9e9e9;
}
.main_hot .con_body{
	margin-top: 0;
}
.main_hot .con_body .hot{
    height: 370px;
}
.main_hot .con_body .hot ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 10px;
}
.main_hot .con_body .hot ul li{
	position: relative;
    margin-top: 5px;
	padding: 7px 10px;
    width: 33.33%;
}
.main_hot .con_body .hot ul li:hover{
    background: #F5F7F8;
	border-radius: 10px;
}
.main_hot .con_body .hot ul li a{
    display: block;
    height: 100%;
    font-size: 0;
}
.main_hot .con_body .hot ul li a figure{
    position: relative;
    display: inline-block;
    width: 121px;
    height: 68px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    vertical-align: middle;
    overflow: hidden;
}
.main_hot .con_body .hot ul li.limits a figure:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
}
.main_hot .con_body .hot ul li a figure img{}
.main_hot .con_body .hot ul li a .text{
    display: block;
    margin-top: 5px;
    padding-left: 0;
    width: 100%;
}
.main_hot .con_body .hot ul li a .text p{
	font-size: 1.4rem;
}
.main_hot .con_body .hot ul li a .text strong:before{
	top: -2px;
    margin-right: 3px;
    width: 24px;
    height: 14px;
}
.main_hot .con_body .hot ul li a .text strong:after{
	top: -2px;
    margin-right: 3px;
}
.main_hot .con_body .hot ul li a .text span{
	display: block;
    margin-top: 4px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #888;
    transform: rotate(-0.03deg);
}