@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* 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; }
.btn_cke_sc {
    display: inline-block;
	height:auto;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fafafa;
	font-size:14px;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer;
}


@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}




/* Category */
.div-tab-box.tabs ul.nav-tabs {
    border-left: none;
}
.nav-tabs>li {
    margin-bottom: 5px;
}
.tabs-color-bg.tabs ul.nav-tabs li.active {
    border-color: inherit !important;
	background: none !important;
}
.tabs-color-bg.tabs ul.nav-tabs li.active a {
    border-color: rgb(30, 100, 178) !important;
	background: rgb(30, 100, 178) !important;

}
.div-tab-box.tabs ul.nav-tabs li a {
    padding: 10px 15px;
    background: rgb(247, 247, 247);
    color: #333;
    margin-right: 5px;
    border-radius: 5px;
    -moz-border-radius: 5;
    -webkit-border-radius: 5;
    border: 1px solid #ddd !important;
}


