@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:130px; }
.list-category .dropdown { margin-bottom:80px; }
.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; }




/* Category Custom */
.list-category .div-tab.tabs::before,
.list-category .nav:before {
	display: none;
}
.list-category .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: none;
}
.list-category .div-tab.tabs ul.nav-tabs li {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: rgba(255, 255, 255, 0.2);
}
.list-category .div-tab.tabs ul.nav-tabs li.active {
	background: #fff;
}
.list-category .div-tab.tabs ul.nav-tabs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 294px;
    height: 54px;
    font-family: 'LEMON MILK', sans-serif;
    font-size: 22px;
    font-weight: 500 !important;
	border: none;
	color: #111;
	line-height: 28px !important;
}
.list-category .div-tab.tabs ul.nav-tabs li a:hover,
.list-category .div-tab.tabs ul.nav-tabs li:last-child,
.list-category .div-tab.tabs ul.nav-tabs li:last-child:hover,
.list-category .div-tab.tabs ul.nav-tabs li a:focus {
	border: none;
	color: #111;
}


.list-category .dropdown .btn.btn-color {
	position: relative;
	background-color: #fff;
	padding: 12px;
	color: #111 !important;
    font-family: 'LEMON MILK', sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
	border: none;
}
.list-category .dropdown .btn.btn-color::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	display: block;
	width: 15px;
	height: 10px;
	background: url(/img/tab_arrow.png) no-repeat center / contain;
}
.list-category .dropdown:focus,
.list-category .dropdown:focus-visible,
.list-category .dropdown .btn.btn-color:focus,
.list-category .dropdown .btn.btn-color:focus-visible {
	outline: none;
}
.list-category .dropdown-menu {
	margin: 0;
	border: none;
	background-color: #414141;
	width: 100%;
	float: none;
	border-radius: 0;
}
.list-category .dropdown-menu > li > a {
	padding: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	text-align: center;
}
.list-category .dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #fff;
}
.list-category .dropdown-menu > li.selected > a {
	color: #fff;
	font-weight: 500 !important;
}


.gallery_container .list-row .imgframe.fr {
	border: 5px solid red;
}
.gallery_container .list-row .imgframe.nonfr {
	border: 5px solid #0036ff;
}
.gallery_container .list-row .imgframe.recycled {
	border: 5px solid #33c200;
}
.gallery_container .list-row .imgframe.basic {
	border: 5px solid #fff;
}

@media (max-width: 991px) {
	.gallery_container .list-row .imgframe.fr {
		border: 2px solid red;
	}
	.gallery_container .list-row .imgframe.nonfr {
		border: 2px solid #0036ff;
	}
	.gallery_container .list-row .imgframe.recycled {
		border: 2px solid #33c200;
	}
	.gallery_container .list-row .imgframe.basic {
		border: 2px solid #fff;
	}
}






@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}