.table-list td.mobile label{display:none;}

/* .md- */
@media (max-width: 1200px) { 
	.container{max-width:98% !important;}
	
}
/* .sm- */
@media (max-width:992px) {
	html, body { overflow-x: hidden;}
	.show-sm{display:block !important;}
	.hidden-sm{display:none !important;}
	.border-top-sm{border-top:1px solid #ddd !important;}
	.d-flex-sm{display:flex !important;}
	
	.menu-top .menu-button{display: block;}
	.page_module{display: none;}
	.modal-dialog{max-width:100% !important; margin: 0;}
	.modal-backdrop.show{opacity:0;}
	h3{padding:0 1rem;}
	.logo{margin-left:1rem;}
	.search_form{display:none;}
	
	
	/* modal */
	.modal-content{display:flex; height:100vh;}
	.modal-header{position:fixed; width:100%;  z-index:101; background:#fff;}
	.modal-body{position:fixed; height:100vh; padding:15px; overflow-y:auto; z-index:100;}
	.modal-body #request{margin:40px 0 65px;}
	
	.modal-footer{position:fixed; bottom:0; width:100%;  z-index:101; background:#fff;}
	.modal-footer .btn{width:100%;}
	.col-2{flex:100%; width:100%; max-width:100%; margin-top:1rem;}
	.col{flex:100%; margin-top:0.5rem !important;}
	#memo_list tr{display:block; margin-top:.5rem; padding-bottom: .4rem; border-bottom:1px solid #eee;}
	#memo_list tr:last-child{border-bottom:0;}
	#memo_list tr td{display:inline-block; border-top:0;}
	#memo_list tr td:last-child{float:right;}
	
	
   
}
/* .xs- */
@media (max-width: 768px) { 

	.show-xs{display:block !important;}
	.hidden-xs{display:none !important;}
	
	.container{max-width:100% !important; padding:0;}
	.ibox{padding:0; background:none; border:none;}
	
	.btn_search .btn{width:50%;}
	.search_form .form-control{border-radius:0px; border:0; border-bottom:1px solid #ddd;}
	.search_form.open {display:block;}
	.menu-top .menu-button{right:0.65rem;}
	
	.table-list td{display:none;}
	.table-list td.mobile{
		display:inline-block; 
		width:100%; 
		padding:0.4rem 1rem;
		background:#fff;  
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    padding-right: 5%;
	}
	.table-list td.mobile label{display:inline-block; width:25%; margin-bottom:0;}
	.table-list tr{display:block; margin-bottom:1em; border-bottom: 1px solid #dee2e6;}
	.table-list thead {display:none;}
	
	/* 목록 라벨 */
	.table-list td.mobile{border-top:0;}
	.table-list td.mobile.mobile-start{padding-top:1rem;}
	.table-list td.mobile.mobile-end{padding-bottom:1rem;}
	.table-list td.mobile::before{display: inline-block; width: 20%; font-size: 12px; font-weight: 300; color:#888;}
	.table-list tr td.youtu_channel_id_name::before{content:'채널';}
	.table-list tr td.youtu_title::before{content:'제목';}
	.table-list tr td.tch_name::before{content:'설교자';}
	.table-list tr td.sermonDate::before{content:'설교일'; display:inline-block;}
	.table-list tr td.postingDate::before{content:'게시일'; display:inline-block;}
	.table-list td.mobile.thumbnail{padding:0; text-align:center;}
	.table-list td.mobile.thumbnail img{width:100%;}
	
	.page-header{margin-bottom:10px;}
	.top_btns{margin: 0.7rem;}
	
	/* 상세화면 */
	.thumb_nail{width:100%; height:auto;}
	#modal_thumbnail{width:100%;}
	.btn-new{float:right; margin-right:0.7em;}
	.modal-content{border:0;}
}



