article {
    padding-top: 60px;
}
#category_banner {
    background-position: 100% 70%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    border-radius: 16px;
    position: relative;
    background: var(--gray400);
}
.category_card_layer {
    width: 560px;
    height: 280px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(28, 30, 33, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0 16px 16px 0;
    padding: 40px 60px;
}
.side_category_container-open {
    max-height: 211px;
}
.side_category_container {
    width: 100%;
    padding: 23px 20px;
    border-radius: 16px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    max-width: 320px;
}
.category-all,
.category-menu-mb {
    box-shadow: 0 8px 32px rgb(28 30 33 / 8%);
    margin-bottom: 35px;
}
.category-arrow-img {
    width: 16px;
    height: 16px;
}
.category_main_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category_subtitle_box_open {
    display: none;
    opacity: 1;
    height: auto;
    margin-top: 24px;
    margin-bottom: 7px;
    padding-left: 28px;
}
.category_subtitle_focus {
    text-decoration: underline;
    text-underline-position: under;
}
.category_subtitle {
    margin-top: 16px;
}

.rotate {
    transform: rotate(180deg);
    transition: 0.2s;
}
.bg_img_arrow {
    background-position: 87% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
}

/* 상단 배너 이미지 변경용 클래스 */

#category_banner.bn-language {
    background-image: url(/img/global/desktop/aura/list_bn/bn_lang.png);
}
#category_banner.bn-arts {
    background-image: url(/img/global/desktop/aura/list_bn/bn_art.png);
}
#category_banner.bn-economy {
    background-image: url(/img/global/desktop/aura/list_bn/bn_eco.png);
}
#category_banner.bn-life {
    background-image: url(/img/global/desktop/aura/list_bn/bn_life.png);
}
#category_banner.bn-media {
    background-image: url(/img/global/desktop/aura/list_bn/bn_media.png);
}
#category_banner.bn-tech {
    background-image: url(/img/global/desktop/aura/list_bn/bn_tech.png);
}
#category_banner.bn-writing {
    background-image: url(/img/global/desktop/aura/list_bn/bn_write.png);
}
.visible {
    visibility: hidden;
    opacity: 0;
}
.hide {
    display: none;
}

.item_empty_box {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}
/* .item-wrap, */
.mb-category,
.mb-bn-title {
    display: none;
}
/* 검색 */
.search_text {
    border-bottom: 1px solid var(--gray900);
}
.search-count {
    display: none;
    font-size: 20px;
}

/* 검색결과 없음 */
.noResultsBox {
    margin: 0 auto;
    text-align: center;
    padding: 240px 0;
}
.sortByBt:hover{
    text-decoration-color: transparent !important;
}

.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 9) .category_c {background-color: var(--collection);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 8) .category_c {background-color: var(--language);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 7) .category_c {background-color: var(--media);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 6) .category_c {background-color: var(--tech);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 5) .category_c {background-color: var(--arts);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 4) .category_c {background-color: var(--writing);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 3) .category_c {background-color: var(--economy);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 2) .category_c {background-color: var(--life);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n - 1) .category_c {background-color: var(--sports);}
.menuSidePadding .cateory-menu:not(:first-child):nth-child(10n) .category_c {background-color: var(--start-up);}

/* 미디어쿼리 시작 */
@media (max-width: 1448px) {
    .menuSidePadding {
        padding-right: 3rem;
    }
    .box-project {
        margin-right: 0;
    }
    .box-project:nth-child(2),
    .box-project:nth-child(5),
    .box-project:nth-child(8),
    .box-project:nth-child(11),
    .box-project:nth-child(14) {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 1400px) {
    .mb-flex-wrap {
        /* justify-content: space-around; */
    }
    #category_banner {
        background-position: 60% 50%;
    }
    #category_banner.bn-language {
        background-position: 35% 50%;
    }
    #category_banner.bn-arts,
    #category_banner.bn-life {
        background-position: 100% 50%;
    }
    #category_banner.bn-tech {
        background-position: 111% 50%;
    }

    #category_banner.bn-all {
        background-position: 57% 50%;
    }
}
@media (max-width: 1265px) {
    .category_card_layer {
        max-width: 430px;
    }
    .g4-3 {
        width: 70%;
    }
    .g4 {
        width: 30%;
    }
    #category_banner.bn-all {
        background-position: 33% 50%;
    }
    #category_banner{
        
        background-repeat: no-repeat;
        margin: 0 auto;
        background-size: cover;
    }
}
@media (max-width: 990px) {
    .category_card_layer {
        max-width: none;
        width: 100%;
        border-radius: 0px 0 16px 16px;
        height: auto;
        bottom: 0;
        top: auto;
    }
    .bn-subtext1 {
        margin-top: 10px;
    }
}
@media (max-width: 765px) {

    .box-project{
        margin-bottom: 7rem;
    }
    .search_text{
        padding: 0 2rem;
        padding-bottom: 3rem;
    }
    .projectSelectWrap{
        max-width: 320px;
        justify-content: center;
        margin: 7.3rem auto 2.4rem;
    }
    .select_arrow{
        top: 3px;
        right: 0;
    }
    .select_box.ml-25p{
        margin-left: 0;
        margin-right: 25px;
    }
    .g4-3 {
        width: 100%;
    }
    .bn-title1,
    .bn-title2,
    .mb-category,
    .category_subtitle_box_open {
        display: block;
    }
    .mb-bn-title.bn-title1 {
        position: absolute;
        top: 0;
        margin: 2rem 1rem;
    }
    .bn-title2 {
        visibility: hidden;
    }

    .mb-hide,
    .pc-bn-title,
    .pc-bn-subtitle,
    .pc-category {
        display: none;
    }
    .mb-bn-title {
        margin: 6rem 1rem 2rem;
    }
    .side_category_container {
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .ct-text-t {
        margin-left: 12px;
    }
    .select_box {
        padding: 0;
        border: 0;
        max-width: 90px;
        height: auto;
    }
    .category-journal,
    .category-select {
        width: 50%;
    }

    .side_category_container-mb {
        margin: 0;
        justify-content: flex-start;
        padding: 20px;
    }
    .side_category_container-mb .category_c {
        margin-right: 20px;
    }
    .category_subtitle_box_open {
        padding: 28px;
        margin: 0 auto;
        margin-bottom: 4rem;
        border-radius: 16px;
        max-width: 320px;
    }
    .select-ul {
        width: 100%;
        max-width: 320px;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 18px;
        display: none;
        position: absolute;
        border-radius: 16px;
        z-index: 2;
        box-shadow: 0 8px 32px rgb(28 30 33 / 8%);

        border-top: none;
    }
    .mb-c-ul {
        background-color: var(--white);
    }

    #category_banner {
        max-width: 320px;
    }
    #category_banner h3 {
        display: none;
    }
    #category_banner p {
        margin: 0;
    }
    .category_card_layer {
        max-width: 320px;
        top: inherit;
        bottom: 0;
        border-radius: 0 0 16px 16px;
        padding: 20px 30px 26px;
        height: auto;
    }
    /* 상단 배너 이미지 모바일 변경용 클래스 */

    #category_banner.bn-language {
        background-image: url(/img/global/desktop/aura/list_bn/bn_lang-m.png);
    }
    #category_banner.bn-arts {
        background-image: url(/img/global/desktop/aura/list_bn/bn_art-m.png);
    }
    #category_banner.bn-economy {
        background-image: url(/img/global/desktop/aura/list_bn/bn_eco-m.png);
    }
    #category_banner.bn-life {
        background-image: url(/img/global/desktop/aura/list_bn/bn_life-m.png);
    }
    #category_banner.bn-media {
        background-image: url(/img/global/desktop/aura/list_bn/bn_media-m.png);
    }
    #category_banner.bn-tech {
        background-image: url(/img/global/desktop/aura/list_bn/bn_tech-m.png);
    }
    #category_banner.bn-writing {
        background-image: url(/img/global/desktop/aura/list_bn/bn_write-m.png);
    }
    .select-box{
        position: relative;
    }
    .select-ul{
        left: 20px;
    }
 

/* 미디어쿼리 끝 */
