@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; }

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


/* 250109 추가개발 */
.m03_top_wrap {display: flex;}
.m03_top_wrap .dropdown {width: 240px; margin-bottom: 0;}
.m03_top_wrap .dropdown #categoryLabel {line-height: 1; position: relative; padding: 0; padding-bottom: 17px; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; background:none; color:#fff; border:none; border-bottom:1px solid #fff; text-align: left; outline:none; }

.m03_top_wrap .dropdown #categoryLabel .arrow {width: 9px; height: 8px; display: block; position: absolute; right: 0; bottom: 19px;}
.m03_top_wrap .dropdown #categoryLabel .arrow::before,.m03_top_wrap .dropdown #categoryLabel .arrow::after {content: ""; width: 100%; height: 1px; position: absolute; background:#fff;}

.m03_top_wrap .dropdown #categoryLabel .arrow::before {right: 6px; transform: rotate(45deg);}
.m03_top_wrap .dropdown #categoryLabel .arrow::after {    transform: rotate(-45deg);}

.m03_top_wrap .dropdown .dropdown-menu {width: 100%; margin: 0; padding: 23px 30px; background:#000; border:none; border-radius:0;}

.m03_top_wrap .dropdown .dropdown-menu li a{line-height: 30px; padding: 0; font-family: "Noto Sans KR", sans-serif; font-weight: 400 !important;font-size: 16px; color: #fff;}
.m03_top_wrap .dropdown .dropdown-menu li a:hover {background:none;}

.gallery_container.list-container .img-item {aspect-ratio: 1/1;}
.gallery_container.list-container .img-item img {width: 100%; height: 100%; object-fit: cover;}


@media (max-width:991px) {
    .m03_top_wrap {flex-direction: column; gap: 37.5px 0;}
    .m03_top_wrap .category_modify {margin-bottom: 0;}


    .m03_top_wrap .dropdown {width: 100%;}
    .m03_top_wrap .dropdown #categoryLabel {font-size: 14px; padding-bottom: 15px;}

    .m03_top_wrap .dropdown .dropdown-menu {padding: 20px 0;}
}

@media (max-width:480px) {
    .m03_top_wrap .dropdown .dropdown-menu li a {font-size: 13px;}
}
