@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */

.div-tab.tabs ul.nav-tabs li a,
.div-tab.tabs ul.nav-tabs li:last-child a { border: none;}
.nav>li>a:hover { background: none;}

.list-category .tabs { margin-bottom:50px; }
.list-category .tabs ul.nav-tabs { display: flex;  border-bottom: none;}
.list-category .tabs ul.nav-tabs li { flex: 1; margin: 0 0 0 -1px;  background: #fff; border: 1px solid #d6d6d6;}
.list-category .tabs ul.nav-tabs li a { display: block; position: relative; padding: 0; margin: 0; height: 60px; font-size: 18px; font-weight: 500; color: #000; line-height: 60px; text-align: center; border-radius: 0;}

.list-category .tabs ul.nav-tabs li.active a {  background: #880017; color: #fff;}
.list-category .tabs ul.nav-tabs li.active a:after { content: ''; display: block; position: absolute; left: -1px; top: -1px ; width: calc(100% + 2px); height: calc(100% + 2px); border: 1px solid #880017;}



.list-category .dropdown .dropdown-menu  { border-radius: 0; border: none;}


.list-category .dropdown { width: calc(100% + 20px); margin-bottom:20px; margin-left: -10px; text-align: center;}
.list-category .dropdown #categoryLabel { height: 60px; background: #880018; font-size: 18px; line-height: 60px; color: #fff; }
.list-category .dropdown .dropdown-menu { padding: 0; width: 100%;}
.list-category .dropdown .dropdown-menu li { border-bottom: 1px solid #d7d7d7;}
.list-category .dropdown .dropdown-menu li a { height: 60px; font-size: 18px; line-height: 60px; text-align: center;}


/* 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; }
}

