@charset "UTF-8";



.upload_wrap .upload_table{
	width:100%;
	border-collapse:collapse;
}

.upload_table tr .upload_image_title{
	width:50px;
	font-size:12px;
	text-align:left;
}

.upload_table tr .upload_image_input{
	width:250px;
	text-align:left;
}
.upload_table tr td{
	border-bottom: none;	
}
.upload_table tr td#upload_btn_wrap{
	padding: 10px;
}
.f_title{
	width:200px;	
	margin:5px;
	font-size:12px;
	color:#666;
	background:rgba(195,255,255,0.2);
	border:1px solid #e1e1e1;
	padding:1px 3px;
	height:20px;	
}

.f_upload{
	width:200px;
	font-size:11px;	
	margin:5px;
}

.img_upload_submit{
	padding:5px;
	font-size:12px;
	width:80px;
	height:55px;
	background:rgba(200,200,200,0.2);
	border:1px solid #e1e1e1;
}

.img_upload_submit:hover{
	background:rgba(255,255,255,0.2);
	border:1px solid #e1e1e1;
}


.none{
	display:none;
}

.upload_img{
	display:block;
	width:450px;
	margin:0 auto;
	border:2px solid #e0e0e0;
	margin-top:30px;
	box-sizing: border-box;
}

.upload_img span{
	text-align:left;
	font-size:16px;
	font-family:NanumGothicBold;
}

