@charset "euc-kr";
/*CSS Document*/
@import url(/adm/wiz_reset.css);


.select {color:#666; border:1px solid #ccc; background-color:#fff;}
.input {padding:2px; border:1px solid #dfdfdf; background-color:#f7f7f7;}
.input_idpw {color:#545454; border:1px solid #dfdfdf; background-color:#fff;}
.search_input {color: #847f74; border: #cfcfcf 1px solid; background-color: #fff;}
.category_pd { padding-bottom:5px; }

/*ÆäÀÌÂ¡°£°Ý*/
.Paging_Num td { padding-left:3px; padding-bottom:20px; padding-top:20px;}
.Paging_Num b{display:inline-block; width:28px; height:28px; line-height:28px; color:#fff; background:#422f0e; margin:0 2px;}
.Paging_Num a.pagenumlist{display:inline-block; width:28px; height:28px; line-height:28px; color:#a9a9a9; background:#e9e9e9; margin:0 2px;}

/*ÆÐ½º¿öµåÀÎÇ²*/
.Password_input input { height:20px; line-height:20px; background:#fff; border:1px solid #ccc; margin:0 1px; padding:3px 4px 3px;}


/* °Ô½ÃÆÇ ÇÏ´Ü °Ë»ö------------------------------------------*/
.AWbbs_f_search{border:1px solid #ddd; background:#f7f7f7; padding:10px 0;}
.AWbbs_f_search select{border:1px solid #ccc; padding:4px 4px 5px; }
.AWbbs_f_search input{width:200px; height:20px; line-height:20px; background:#fff; border:1px solid #ccc; margin:0 5px; padding:3px 4px 3px;}
.AWbbs_f_search button{}



/* °Ô½ÃÆÇ input ------------------------------------------*/
.AWbbs_input_table{border-top:1px solid #333;}
.AWbbs_input_table th, .AWbbs_input_table td{text-align:left; padding-left:15px; border-bottom:1px solid #ddd;}
.AWbbs_input_table th{height:38px; background:#f7f7f7;}
.AWbbs_input_table td{}
	/* Ã¼Å©¹Ú½º (HTML ºñ¹Ð±Û °øÁö±Û) */
	.AW_bbs_input_checkbox{margin:0 0 10px;}
	.AW_bbs_input_checkbox input{vertical-align:middle;}
	.AW_bbs_input_checkbox label{vertical-align:middle; margin:0 10px 0 2px;}



/* °Ô½ÃÆÇ view ------------------------------------------*/
.AWbbs_view_table{}
.AWbbs_view_table.border{border-top:1px solid #333;}
.AWbbs_view_table th, .AWbbs_view_table td{text-align:left; padding-left:15px; border-bottom:1px solid #ddd;}
.AWbbs_view_table th{height:40px; background:#f7f7f7;}
.AWbbs_view_table td{}
	/* Å×ÀÌºí ¾È¿¡ Å×ÀÌºí ¸®¼Â */
	.AWbbs_view_table table{border:0 none;}
	.AWbbs_view_table table th, .AWbbs_view_table table td{height:auto; padding:0; border:0 none; background:none;}

	/* ÄÚ¸àÆ® */
	.AWbbs_comment_id{text-align:center; background:#f7f7f7; line-height:1.4;}
	.AWbbs_comment_id p{font-weight:bold;}
	.AWbbs_comment_id span{display:block; color:#999; font-size:10px;}
	
	/* ÄÚ¸àÆ®¾²±â */
	.AWbbs_comment_input_info{}
	.AWbbs_comment_input_info .input{background:#fff;}
	
	
.photoList{width:230px; height:265px; display:inline-block;}
.photoList .photoLink{width:230px; height:172px; display:inline-block; overflow:hidden; position:relative;}
.photoList .photo{width:228px; height:170px; border:1px solid #ccc; display:table-cell; vertical-align:middle; overflow:hidden; position:relative; z-index:1;}
.photoList .photo .bbsZoom{width:100%;}
.photoList .bbsZoomOv{width:228px; height:170px; border:1px solid #422f0e; position:absolute; top:0; left:0; background:rgba(0,0,0,.7); z-index:2; opacity:0; filter:alpha(opacity=0);}
.photoList .bbsZoomOv .more{width:228px; height:170px; display:table-cell; vertical-align:middle; text-align:center;}

.photoList .photoTxt{width:230px; height:70px; padding-top:5px; text-align:center;}
.photoList .photoTxt .subject{font-size:16px; color:#422f0e; font-weight:600; line-height:24px;}
.photoList .photoTxt .date{font-size:14px; color:#676767; line-height:24px;}

.bbsZoom{
	    -webkit-transition-property:all ;
		-moz-transition-property: 	all ;
		transition-property: 		all ;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s; 
		-webkit-transition-timing function: linear, ease-in-out;
		-moz-transition-timing function: linear, ease-in-out; 
		transition-timing function: linear, ease-in-out;	
}

.bbsZoomOv{
	    -webkit-transition-property:all ;
		-moz-transition-property: 	all ;
		transition-property: 		all ;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s; 
		-webkit-transition-timing function: linear, ease-in-out;
		-moz-transition-timing function: linear, ease-in-out; 
		transition-timing function: linear, ease-in-out;	
}

.photoLink:hover .bbsZoom{transition:0.3s; transform:matrix(1.20, 0, 0, 1.20, 0, 0); -webkit-transform:matrix(1.20, 0, 0, 1.20, 0, 0); -moz-transform:matrix(1.20, 0, 0, 1.20, 0, 0);}

.photoLink:hover .bbsZoomOv{transition:0.3s; opacity:1; filter:alpha(opacity=1);}
