/* 아이템 리스트 3 */

.itemLine3 {
    margin-right: 36px;
    margin-bottom: 48px;
    max-width: 310px;
    width: 100%;
}
.itemLine3:nth-child(4n) {
    margin-right: 0;
}
/* 아이템 리스트 4 */

.itemLine4 {
    margin-right: 40px;
    margin-bottom: 60px;
    width: 100%;
    max-width: 320px;
}
.itemLine4:nth-last-child(1) {
    margin-right: 0;
}

/* 기본설정 */
.mr-12p {
    display: flex;
    align-items: center;
}
.mr-12p img {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    margin-top: 0;
}
.mr-12p span {
    white-space: nowrap;
    margin-right: 12px;
    line-height: 0;
}
.favorite p {
    line-height: 0;
}
/* 아이템 배경 이미지 */

.bg-img01 {
    background-image: url(/img/global/desktop/aura/index/bg-img01.png);
}
.bg-img02 {
    background-image: url(/img/global/desktop/aura/index/bg-img02.png);
}
.bg-img03 {
    background-image: url(/img/global/desktop/aura/index/bg-img03.png);
}
.bg-img04 {
    background-image: url(/img/global/desktop/aura/index/bg-img04.png);
}
.bg-img05 {
    background-image: url(/img/global/desktop/aura/index/bg-img05.png);
}
.bg-img06 {
    background-image: url(/img/global/desktop/aura/index/bg-img06.png);
}
.bg-img07 {
    background-image: url(/img/global/desktop/aura/index/bg-img07.png);
}
.bg-img08 {
    background-image: url(/img/global/desktop/aura/index/bg-img08.png);
}

/* 카테고리 세일, pick*/
.pick_sale {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.pick_sale div {
    padding: 6px 16px;
    border-radius: 48px;
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.c-pick {
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    max-width: 61px;
}

.c-sale {
    background-color: var(--sale);
}

.main-subtitle {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.favorite {
    align-items: center;
}
.favorite img {
    margin-top: 0;
    margin-bottom: 2px;
}

.menuTitleBox {
	padding: 30px;
	font-size: 24px;
	font-weight: bolder;
	border-radius: 7px;
	border : 1px solid #7ea0bf;
	margin-bottom: 34px;
}

.main_category_banner {
    height: 160px;
    cursor: default;
    display: flex;
}

.mySwiper-bbanner{
    margin: 46px 0 80px;
}

.nftListBox {
	flex-basis: calc(25% - 27px);
	margin-right: 36px;
	margin-bottom: 34px;
}

.nftListBox:nth-child(4n) {
    margin-right: 0;
}

.main_category_banner_img {
    width: 537px;
    height: 160px;
    border-radius: 7px 0 0 7px;
    background-position:50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.4s ease;
}

.main_category_banner_img:hover {
    background-size: 120% 120%;
    transition: background-size 0.4s ease;
}

.main_sub_swiper {
    flex: 1;
    padding: 39px 38px;
    border-radius: 0 7px 7px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c100{
    color: var(--Gold100);
}
.c300{
    color: var(--Gold300);
}

.c500{
    color: var(--Gold500);
}
.main_sub_swiper .title{
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 34px;
    letter-spacing: 0.73px;
}
.main_sub_swiper .subtitle{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.45px;
}

.main_creator_text_box {
    z-index: 1000 !important;
    width: 65%;
    margin: 0 auto;
    margin-top: -130px !important;
    margin-bottom: 40px;
    padding: 60px;
    background-color: var(--white);
}
.swiper-slide-active {
    z-index: 1000;
}
@media (max-width: 1448px) {
    .itemLine3 {
        margin: 0 auto;
        margin-right: 0;
    }

}
@media (max-width: 1400px) {
    .itemLine3{
        margin: 0;
        margin-bottom: 30px;
    }
    .mb-flex-wrap {
        /* justify-content: space-between; */
        /* padding: 0 4rem; */
    }
}




@media (max-width: 1200px) {
    .item-wrap {
        /* padding:0 2rem; */
    }}



@media (max-width: 1263px) {
    .itemLine3.g4-3 {
        width: 70%;
    }
    .itemLine3.g4 {
        width: 30%;
    }
    .mySwiper-main h2,
    .mySwiper-main p {
        padding-right: 20px;
        word-break: keep-all;
    }

    .se04-text-box {
        flex-direction: column-reverse;
        align-items: center;
    }
    .se04-img-top {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        float: none;
    }
    .se04-img-right {
        margin-right: 79px;
    }
    .se04-img-left {
        margin-bottom: 40px;
    }

    .se05 .box-project:nth-child(3n) {
        margin-right: 30px;
    }
    .se05 .box-project {
        /* width: auto; */
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 40px;
    }
    .se06 .row {
        justify-content: space-around;
    }

    .se06-c {
        margin-right: 0;
        width: 50%;
        max-width: 381px;
    }
    .se06-c:nth-child(4n) {
        margin-right: 0;
    }
    .main_select-c {
        width: 100%;
        padding: 23px 20px;
        border-radius: 16px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        cursor: pointer;
        box-shadow: 0 8px 32px rgb(28 30 33 / 8%);
        transition: all 0.2s ease;
        max-height: 72px;
    }

    .main_category_banner_img {
        max-width: 50%;
    }
    .main_sub_swiper {
        padding: 0 20px;
    }
    .main_sub_swiper h3 {
        font-size: 29px;
        word-break: keep-all;
    }
}
@media (max-width: 1200px) {
    .se05 .container > .row {
        justify-content: space-around;
    }
    .main_sub_swiper{
        padding:0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }

}
@media (max-width: 1000px) {
    .nftListBox {
		flex-basis: calc(33.3333% - 27px);
		margin-right: 36px;
		margin-bottom: 34px;
	}

	.nftListBox:nth-child(4n) {
		margin-right: 36px;
	}
	
	.nftListBox:nth-child(3n) {
		margin-right: 0;
	}

}

@media (max-width: 990px) {
    .se04-img-right {
        margin-right: 0px;
    }
    .se06-c {
        max-width: 300px;
    }
    .main_category_banner_img{
        max-width: 45%;
    }
    
    .main_category_banner {
        flex-direction: column;
        height: auto;
    }

    .main_category_banner_img {
        border-radius: 7px 7px 0 0;
        width: auto;
        max-width: none;
    }
    .main_sub_swiper h3 {
        /* display: none; */
    }
    .main_sub_swiper p {
        margin: 20px 0 26px;
    }
    .main_sub_swiper{
        border-radius: 0 0 7px 7px;    
        padding: 26px 38px;
    }
    .main_sub_swiper .title{
        padding-bottom: 0;
        font-size: 24px;
        margin: 0;
    }
    .main_sub_swiper p.subtitle{
        /* display: none; */
        margin: 0;
    }
    .main_category_banner_img {
        /* height: 114px;     */
        background-size: 100%;
        width: auto;
        max-width: none;
    }
    .main_category_banner_img:hover{
        background-size: 120%;
    }
}

@media (max-width: 765px) {
    
    .nftListBox {
		flex-basis: 100%;
		margin-right: 36px;
		margin-bottom: 34px;
	}
    .item-wrap{
        padding: 0 2rem;
    }
    .itemLine3{
        margin-bottom: 7rem;
        justify-content: space-between;
    }
    .itemLine3.g4-3 {
        width: 100%;
    }
    .mySwiper-bbanner{
        padding: 0 2rem;
    }
    .mySwiper-main .bg-img {
        max-width: calc(360px - 48px);
        height: 280px;
    }
    .mySwiper-main p {
        padding: 20px 0;
        text-align: center;
    }
    .se01-text p {
        line-height: normal;
    }
    .mySwiper-main .swiper-slide {
        flex-direction: column-reverse;
    }
    .mySwiper-main h2 {
        display: none;
    }

    .main-title {
        flex-direction: column;
    }

    .se05 .container > .row {
        justify-content: center;
    }

    .project_theme3 {
        padding: 125px 0;
    }
    .mySwiper-se03 {
        overflow: hidden;
    }
    .se03-button {
        margin: 0 auto 8rem;
        max-width: calc(300px - 48px);
    }
    .main-title a{
        margin-top: 2rem;
    }

    .mySwiper-se03 .swiper-slide {
        width: 100% !important;
        background-size: 123% 100%;
    }
    .mySwiper-se03 .swiper-slide:hover {
        background-size: 149% 120%;
    }
    .se04-img-top {
        width: auto;
        background-size: cover;
    }

    .se04-sub-title {
        font-size: 27px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .se04-img-left,
    .se04-img-right {
        display: none;
    }
    .se04-sub-title {
        text-align: center;
    }
    .se04-title {
        word-break: keep-all;
        text-align: center;
        display: none;
    }
    .se04-sub-text {
        margin-top: 15px;
        text-align: center;
        word-break: keep-all;
    }
    .se04-bt {
        font-size: 20px;
    }
    .se06-c {
        width: 100%;
    }
    .main_category_banner_img{
        background-size: 100% 100%;
    }
    .main_category_banner_img:hover{
        background-size: 120% 120%;

    }

}
@media (max-width: 600px) {


	.nftListBox:nth-child(4n) {
		margin-right: 36px;
	}
	
	.nftListBox:nth-child(3n) {
		margin-right: 36px;
	}
	
	.nftListBox:nth-child(2n) {
		margin-right: 0;
	}

}

@media (max-width: 500px) {
	/* #contents {padding: 0 20px;} */
    .nftListBox {
		flex-basis: calc(100%);
		margin-right: 36px;
		margin-bottom: 34px;
	}

	.nftListBox:nth-child(4n) {
		margin-right: 36px;
	}
	
	.nftListBox:nth-child(3n) {
		margin-right: 36px;
	}
	
	.nftListBox:nth-child(2n) {
		margin-right: 36px;
	}

}
@media (max-width: 487px) {    
    .main_category_banner_img {
    background-size: 120% 100%;
}
.main_category_banner_img:hover {
    background-size: 140% 120%;
}
}