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

/* 반응형 동영상게시판 */


/*############################### 글쓰기  input_skin.php ###############################*/
/* 입력폼 */
.board_input ul.youtube {
	margin-bottom: 1rem;
}

/* 유튜브 동영상 주소, 자동등록방지 border 변경 */
.board_input ul.youtube,
.board_input ul.captcha {
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	align-items: center;
}
.board_input ul.youtube li,
.board_input ul.captcha li {
	border-right: none;
	border-bottom: none;
}
.board_input ul.youtube li:last-child,
.board_input ul.captcha li:last-child {
	margin-left: -1px;
	border-left: 1px solid #e9e9e9;	
}

/* 필수입력 */
.board_input li.require_label.subject {
	margin-bottom: 0;
}
.board_input li.require_label.youtube input.required+label {
	top: 35%;
}
.board_input li.require_label input.required+label.pw:after {
	content: '* ※ 글 수정, 삭제 시 필요합니다.';
}
.board_input li.require_label input.required+label.youtube:after {
	content: '* ※ 유튜브 동영상 주소 중 빨간글자부분만 복사하여 넣어주세요';
}





/* ###################################### 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;}

	/*############################### 글쓰기  input_skin.php ###############################*/
	.board_input ul.youtube {border-bottom: 0;}
}


/* ======================================================================================= */
@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_box {
		margin-bottom: 1rem; 
	}

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