@charset "utf-8";
@import url(/common/skin/skin.common/skin.common.css);
@import url(/common/skin/skin.common/r_skin.common.css);

/* 반응형 갤러리게시판 ver1 */


/* ###################################### media 영역 ###################################### */

/* ======================================================================================= */
@media all and (max-width: 1024px) {
/* ======================================================================================= */
	/*############## List 시작 table~  list.head.skin.php, list.body.skin.php ###############*/
	/* list 너비 */
	.photo_row .photo_line_0, .latest_row .photo_line_1 { width: 33.33333333%; }
	.photo_row .photo_line_2 { width: 33.33333333%; }
	.photo_row .photo_line_3 { width: 33.33333333%; }
	.photo_row .photo_line_4 { width: 33.33333333%; }
	.photo_row .photo_line_5 { width: 33.33333333%; }
	.photo_row .photo_line_6 { width: 33.33333333%; }
	.photo_row .photo_line_7 { width: 33.33333333%; }
	.photo_row .photo_line_8 { width: 33.33333333%; }
	.photo_row .photo_line_9 { width: 33.33333333%; }
	.photo_row .photo_line_10 { width: 33.33333333%; }
	.photo_row .clear {clear: none;}
}


/* ======================================================================================= */
@media all and (max-width:767px) {
/* ======================================================================================= */	
	/*############## List 시작 table~  list.head.skin.php, list.body.skin.php ###############*/
	/* list 너비 */
	.photo_row .photo_line_0, .latest_row .photo_line_1 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_2 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_3 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_4 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_5 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_6 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_7 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_8 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_9 { width: 50%; padding: 0 0.6rem;}
	.photo_row .photo_line_10 { width: 50%; padding: 0 0.6rem;}	
}


/* ======================================================================================= */
@media all and (max-width:480px) {
/* ======================================================================================= */	
	/*############## List 시작 table~  list.head.skin.php, list.body.skin.php ###############*/
	/* list 너비 */
	.photo_row .photo_line_0,
	.photo_row .photo_line_1,
	.photo_row .photo_line_2,
	.photo_row .photo_line_3,
	.photo_row .photo_line_4,
	.photo_row .photo_line_5,
	.photo_row .photo_line_6,
	.photo_row .photo_line_7,
	.photo_row .photo_line_8,
	.photo_row .photo_line_9,
	.photo_row .photo_line_10 {
		padding: 0 0.4rem;
	}


	/* list 이미지 */
	.photo_list .photo_img img.no_img {
		/* display: none; */
	}
	
}