/* 파일 업로드 */
.normal .modal-body .upload{
    padding: 20px 30px;
}
.upload form .updown{
    margin-bottom: 10px;
}
.upload form .up_list{
    position: relative;
}
.upload form .up_list .ud_tit{
    line-height: 34px;
}
.upload form .up_list .more{
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 0;
    background: url(/design/img/modal/seller/down.png) no-repeat center;
    background-size: 20px;
    vertical-align: top;
}
.upload form .up_list .more:hover{
	background: url(/design/img/modal/seller/down_hover.png) no-repeat center;
    background-size: 20px;
}
.upload form .up_list.active .more{
	background: url(/design/img/modal/seller/up.png) no-repeat center;
    background-size: 20px;
}
.upload form .up_list .ud_con{
	margin-top: 10px;
}
.upload form .updown .ud_tit{
    font-size: 1.5rem;
}
.upload form .updown .size{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}
.upload form .updown .size .sub_tit{
    display: inline-block;
    vertical-align: middle;
}
.upload form .updown .size .s_right{
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
.upload form .updown .size .s_right li{
    display: inline-block;
    margin-left: 5px;
}
.upload form .updown .size .s_right li a{
    width: 93px;
    height: 34px;
    line-height: 34px;
}
.upload form .updown .size .s_right li .sub_in_smallBtn{
    width: 96px;
}
.upload form .updown .size .s_right li .sub_del_smallBtn{
    line-height: 32px;
}
.upload form .updown .ud_con{
    position: relative;
    margin-top: 5px;
    padding: 0;
    height: inherit;
    font-size: 0;
    border: 0;
}
.upload form .updown .ud_con{
	display: flex;
	justify-content: space-between;
}
.upload form .up_list .ud_con{
    height: 50px;
}
.upload form .updown .ud_con input{
    padding: 0 20px;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.upload form .updown .ud_con select{
	margin-right: 10px;
	width: 33.3%;
	height: 40px;
	font-size: 1.5rem;
}
.upload form .updown .ud_con .adult_chk{
	display: block;
	width: 32%;
	vertical-align: top;
}
.upload form .updown .ud_con .adult_chk label{
    position: relative;
    padding-left: 55px;
    width: 100%;
    font-size: 1.6rem;
    color: #222;
    border-color: #ccc;
}
.upload form .updown .ud_con .adult_chk label:before{
	content: "";
	position: absolute;
	top: 10px;
	left: 76px;
	width: 16px;
	height: 16px;
	background: url("/design/img/modal/seller/adult.png") no-repeat center;
	background-size: 100%;
}
.upload form .updown .ud_con .adult_chk input[type=checkbox]:checked + label{
	border-color: #34A2F0;
}
.upload form .updown .ud_con .adult_chk span{
    margin-right: 22px;
}
.upload form .up_list .ud_con{
    margin-top: 10px;
}
.upload form .updown .ud_con .table{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    z-index: 5;
}
.upload form .up_list.active .ud_con .table{
	height: auto;
	border: 1px solid #34A2F0;
	box-shadow: 0 5px 3px rgba(0,0,0,.04);
}
.upload form .updown .ud_con .table .t_head{
	display: flex;
	margin: 0;
	padding: 0 15px;
	border-top: 0;
}
.upload form .updown .ud_con .table .t_head li{
	margin: 0 5px;
	height: 26px;
	line-height: 26px;
}
.upload form .updown .ud_con .table .t_head li:first-child{
	width: calc(100% - 130px);
}
.upload form .updown .ud_con .table .t_head li:last-child{
	width: 110px;
	text-indent: 2px;
}
.upload form .updown .ud_con .table .t_body{
    display: block;
    margin: 0;
    max-height: 200px;
    background: #fff;
    border-top: 0;
}
.upload form .up_list.active .ud_con .table .t_body{
	overflow-y: auto;
}
.upload form .updown .ud_con .table .t_body::-webkit-scrollbar {
    width: 6px;
}
.upload form .updown .ud_con .table .t_body::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: #34A2F0;
}
.upload form .updown .ud_con .table .t_body::-webkit-scrollbar-track {
    background: transparent;
}
.upload form .updown .ud_con .table .t_body li{
    margin: 0;
    width: 100%;
}
.upload form .updown .ud_con .table .t_body li .t_top{
    display: flex;
    padding: 0 15px;
    height: 50px;
}
.upload form .updown .ud_con .table .t_body li:hover .empty,
.upload form .updown .ud_con .table .t_body li .empty{
    background: #f9f9f9;
}
.upload form .updown .ud_con .table .t_body li:last-child .t_top{
    border-bottom: 0;
}
.upload form .updown .ud_con .table .t_body li .t_top > div{
    margin: 0 5px;
    height: 100%;
    line-height: 50px;
}
.upload form .updown .ud_con .table .t_body li .t_top .t_tit{
    width: calc(100% - 130px);
}
.upload form .updown .ud_con .table .t_body li .t_top .t_tit span{
    max-width: 458px;
    font-size: 1.5rem;
}
.upload form .updown .ud_con .table .t_body li .t_top .t_size{
	width: 110px;
}
.upload form .updown .ud_con textarea{
    padding: 20px;
    width: 100%;
    height: 370px;
    font-size: 1.5rem;
    border: 1px solid #aaa;
    border-radius: 5px;
    outline: none;
    resize: none;
}
.upload form .updown .ud_con textarea::placeholder{
	color: #aaa;
}
.upload form .updown .ud_con textarea::-webkit-scrollbar {
    width: 6px;
}
.upload form .updown .ud_con textarea::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: #34A2F0;
}
.upload form .updown .ud_con textarea::-webkit-scrollbar-track {
    background: transparent;
}
.upload form .modal_button{
    margin-top: 20px;
}
.upload form .modal_button li{}
.upload form .modal_button li a{}
