/* 리스트 공통 */
.list .con_title{
    margin-top: 30px;
}
.list .con_title h2{}
.list .con_body{
    margin-top: 5px;
}
.list .con_body .con_notice{
    text-align: center;
}
.list .con_body .con_notice a{}
.list .con_body .con_notice a p{
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #222;
}
.list .con_body .con_notice p strong{
    margin-right: 4px;
    font-size: 1.4rem;
}
.list .con_body .con_list{}
.list .con_body .con_list > li{
    position: relative;
    margin-top: 10px;
    height: 60px;
	box-shadow: 0 5px 10px rgba(0,0,0,.01);
}
.list .con_body .con_list li .con_box{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    transition: all linear 0.2s;
    box-shadow: 0 5px 10px rgba(0,0,0,.04);
}
.list .con_body .con_list li.active .con_box{
	height: auto;
	z-index: 1;
}
.list .con_body .con_list:hover > li:hover .con_box{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.list .con_body .con_list:hover > li:not(:hover) .con_box{
	background: #fbfbfb;	
}
.list .con_body .con_list li .con_box .top{
    padding: 5px 0;
    height: 61px;
    font-size: 0;
}
.list .con_body .con_list li.active .con_box .top{
    border-bottom: 1px solid #e9e9e9;
}
.list .con_body .con_list li .con_box .top .list_num{
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 100%;
    line-height: 50px;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    color: #aaa;
    vertical-align: top;
}
.list .con_body .con_list li .con_box .top .list_tit{
    display: inline-block;
    margin: 0 3px;
    font-size: 0;
    vertical-align: top;
}
.list .con_body .con_list li .con_box .top .list_tit figure{
	position: relative;
    display: inline-block;
    width: 90px;
    height: 51px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
}
.list .con_body .con_list li.limits .con_box .top .list_tit figure:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
}
.list .con_body .con_list li .con_box .top .list_tit figure img{}
.list .con_body .con_list li .con_box .top .list_tit .text{
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}
.list .con_body .con_list li .con_box .top .list_tit .text p{}
.list .con_body .con_list li.point .con_box .top .list_tit .text p strong:before{
	top: -2px;
    margin-right: 3px;
}
.list .con_body .con_list li.adult .con_box .top .list_tit .text p strong:after{
    top: -2px;
	width: 16px;
	height: 16px;
}
.list .con_body .con_list li .con_box .top .list_op{
    display: inline-block;
    margin: 0 3px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    vertical-align: top;
}
.list .con_body .con_list li .con_box .top .list_price{}
.list .con_body .con_list li .con_box .top .list_size{}
.list .con_body .con_list li .con_box .top .list_point{}
.list .con_body .con_list li .con_box .top .list_seller{
    position: relative;
    width: 120px;
    text-align: left;
}
.list .con_body .con_list li .con_box .top .list_seller .s_name{}
.list_seller.active .s_box{
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 132px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}
.list_seller.active .s_box .s_name{
    padding: 10px 5px;
    line-height: initial;
    background: #F9F9F9;
}
.list_seller .s_box .s_name .button{
    position: relative;
    font-size: 1.4rem;
    text-align: center;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list_seller .s_box .s_name .button:before{
	content: "";
	display: inline-block;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	background: url("/design/img/common/chk.png") no-repeat center;
	background-size: 100%;
	vertical-align: middle;
}
.list_seller .s_box .s_name.active .button:before{
    background: url(/design/img/common/chk_on.png) no-repeat center;
    background-size: 100%;
}
.list_seller .s_box ul{
	display: none;
}
.list_seller.active .s_box ul{
	display: block;
}
.list_seller .s_box ul li{
    height: 40px;
}
.list_seller .s_box ul li a{
    position: relative;
    display: block;
    padding: 0 10px;
    height: 100%;
    line-height: 39px;
    font-size: 1.4rem;
    color: #222;
    border-top: 1px solid #e9e9e9;
}
.list_seller .s_box ul li a:before{
	content: "";
	position: relative;
	display: inline-block;
	top: -1px;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	background: url(/design/img/common/seller_btn1.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
}
.list_seller .s_box ul li:nth-child(2) a:before{
	background: url(/design/img/common/seller_btn2.png) no-repeat center;
	background-size: 100%;
}
.list_seller .s_box ul li:nth-child(3) a:before{
	background: url(/design/img/common/seller_btn3.png) no-repeat center;
	background-size: 100%;
}
.list_seller .s_box ul li a:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 16px;
	height: 16px;
	background: url(/design/img/common/more.png) no-repeat center;
	background-size: 100%;
}
.list_seller .s_box ul li:hover a:after{
	background: url(/design/img/common/more_active.png) no-repeat center;
	background-size: 100%;
}
.list .con_body .con_list li .con_box .bot{
	height: 0;
	overflow: hidden;
}
.list .con_body .con_list li.active .con_box .bot{
	height: auto;
}
.list .con_body .con_list li .con_box .bot ul{
    padding: 23px 0;
    font-size: 0;
}
.list .con_body .con_list li .con_box .bot ul li{
    display: inline-block;
    margin-right: 10px;
    width: 162px;
    height: 92px;
    border-radius: 10px;
    overflow: hidden;
}
.list .con_body .con_list li .con_box .bot ul li:last-child{
	margin-right: 0;
}
.list .con_body .con_list li .con_box .bot ul li img{}