@charset "utf-8";

/* Top Search */
.list-tsearch {}

.list-notice{display:none}

/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}

@media all and (max-width:720px) {
	.list-item .img { width:100% !important; margin-right:0 !important; }
	.media, .media-body { display:block; width:100%; }
	.list-item h2.media-heading { margin-top:20px !important; }
	.col-xs-8 { float:right !important; width:50% !important; }
	.list-item h2 { text-align:left !important; font-size:16px !important; padding-top:7px; padding-left:5px;}
	.sv_member, .pull-left { text-align:left !important; }
	.list-item { border:1px solid #E1E1E1 !important; margin-bottom:20px !important; height:auto !important; padding-bottom:7%; }
	.col-sm-offset-1_ { width:50%; margin-left:0 !important; float:left !important; }
	.list-category, .header-breadcrumb { display:none !important; }
	
	.item-subject img { width:20px !important; }
}