/*nomard_shop.css*/

@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.pc.img_date_info{
	height:35.60px;
	width:auto;
	position:absolute;
	top:78px;
	right:69px;

}
.mo{
    display: none;
}
#sp_list #sub_banner{
    background: url(../../assets/images/special/sp_list_banner.jpg) no-repeat center center/cover;
}
#sp_list #sub_banner .menu_tt{
    color: #e0d3f4;
}
#sp_list .container{
    width: 1645px;
    margin: 0 auto;
/*     padding: 105px 0; */
}
#sp_list .list{
    width: 100%;
    height: 727px;
    padding: 64px 69px 37px;
    position: relative;
}
.worlds_link{
	margin-top: 48px;
    background: url(../../assets/images/special/worlds_list_bg.png) no-repeat center center/cover;
}
.deekay_link{
    margin-top: 48px;
    margin-bottom: 105px;
    background: url(../../assets/images/special/deekay_list_bg.png) no-repeat center center/cover;
}
.worlds_link .heading {
    width: 1278px;
}
.deekay_link .heading {
    width: 740px;
}
#sp_list .btn_list{
    width: 176px;
    height: 66px;
    background: url(../../assets/images/special/list_btn.png) no-repeat center center/cover;
    position: absolute;
    bottom: 37px;
    right: 69px;
    display: block;
    transition: 0.5s all;
    cursor: pointer;
}
#sp_list .btn_list:hover{
    transform: scale(1.1);
}


.coolrain{
    margin-top: 105px;
    background: url(../../assets/images/special/cool_bg.svg) no-repeat center center/cover;
}
.coolrain .heading{
    width: 700px;
}
.coolrain .pc.img_date_info{
    height: 55.78px;
    width: 26%;
    position: absolute;
    top: 78px;
    right: 76px;
}

/* 슬라이드 이미지 영역 크기 증가 - 모든 슬라이더에 적용 */
#sp_localstore .store__theme .swiper-slide figure img {
    width: 600px !important; 
    max-width: 100%;
    height: auto; /* 비율 유지 */
    margin: 0 auto;
    object-fit: cover; /* 이미지가 영역을 채우도록 설정 */
}

/* 모든 슬라이더의 슬라이드 크기 조정 */
#sp_localstore .store__theme .theme__swiper .swiper-slide {
    width: 600px !important; 
}

/* swiper-slide 내부 figure 요소도 너비 조정 */
#sp_localstore .store__theme .swiper-slide figure {
    width: 600px;
    margin: 0 auto;
}



#sp_localstore .store__theme .theme__header p {
    font-size: 46px;
}

#sp_localstore .store__theme {
    padding-top: 95px;
    padding-bottom: 60px;
}

/* 모핑 테이프 효과 : s*/
/* 위쪽으로 더 올라간 테이프 효과 CSS */
#sp_localstore .store__theme .swiper-slide figure figcaption .tape-effect {
    position: relative;
    display: inline-block;
    padding: 6px 16px 8px;
    z-index: 1;
    color: #000;
    font-weight: 700;
}

/* 위쪽으로 더 올라간 메인 테이프 바디 */
#sp_localstore .store__theme .swiper-slide figure figcaption .tape-effect::before {
    content: "";
    background-color: rgb(255, 200, 50);
    position: absolute;
    left: -15px;
    right: -15px;
    /* 위쪽으로 더 올리고 아래쪽은 유지 */
    top: -6px;    /* 위쪽 여백 늘림 */
    bottom: -2px; /* 아래쪽 여백 줄임 */
    z-index: -1;
    
    /* 샘플 이미지와 매우 비슷한 울퉁불퉁한 경계선 */
    clip-path: polygon(
        /* 상단 경계 - 울퉁불퉁 */
        0% 15%, 4% 7%, 8% 18%, 12% 5%, 16% 12%, 
        20% 5%, 25% 15%, 30% 8%, 40% 18%, 45% 5%, 
        50% 15%, 55% 5%, 65% 18%, 70% 8%, 75% 15%, 
        80% 5%, 85% 12%, 90% 5%, 95% 18%, 100% 10%,
        
        /* 우측 경계 */
        100% 90%,
        
        /* 하단 경계 - 울퉁불퉁 */
        95% 95%, 90% 85%, 85% 95%, 80% 85%, 
        75% 95%, 70% 85%, 65% 95%, 60% 85%, 
        55% 95%, 50% 88%, 45% 95%, 40% 85%, 
        35% 95%, 30% 85%, 25% 95%, 20% 88%, 
        15% 95%, 10% 85%, 5% 95%, 0% 85%
    );
    
    /* 미세한 기울기 */
    transform: rotate(-1deg);
    
    /* 샘플 이미지와 유사한 테이프 질감 */
    background-image: 
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 15%,
            rgba(0, 0, 0, 0.02) 35%,
            rgba(0, 0, 0, 0) 65%,
            rgba(0, 0, 0, 0.05) 85%,
            rgba(0, 0, 0, 0.02) 100%
        );
    
    /* 가장자리 그림자 */
    box-shadow: 
        0 2px 3px rgba(0, 0, 0, 0.08),
        0 0 1px rgba(0, 0, 0, 0.05);
}

/* 위치가 조정된 테이프의 입체감 강화를 위한 추가 레이어 */
#sp_localstore .store__theme .swiper-slide figure figcaption .tape-effect::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    /* 위쪽으로 더 올리고 아래쪽은 유지 */
    top: -5px; 
    bottom: -1px;
    background-color: rgba(0, 0, 0, 0.02);
    transform: rotate(-1deg) translateY(1px);
    z-index: -2;
    
    /* 유사한 패턴의 클리핑 마스크 */
    clip-path: polygon(
        /* 상단 경계 - 울퉁불퉁 */
        0% 17%, 4% 9%, 8% 20%, 12% 7%, 16% 14%, 
        20% 7%, 25% 17%, 30% 10%, 40% 20%, 45% 7%, 
        50% 17%, 55% 7%, 65% 20%, 70% 10%, 75% 17%, 
        80% 7%, 85% 14%, 90% 7%, 95% 20%, 100% 12%,
        
        /* 우측 경계 */
        100% 88%,
        
        /* 하단 경계 - 울퉁불퉁 */
        95% 93%, 90% 83%, 85% 93%, 80% 83%, 
        75% 93%, 70% 83%, 65% 93%, 60% 83%, 
        55% 93%, 50% 86%, 45% 93%, 40% 83%, 
        35% 93%, 30% 83%, 25% 93%, 20% 86%, 
        15% 93%, 10% 83%, 5% 93%, 0% 83%
    );
    
    filter: blur(1px);
}

/* 반응형 조정 */
@media (max-width: 991.98px) {
    #sp_localstore .store__theme .swiper-slide figure figcaption .tape-effect {
        padding: 4px 12px 6px;
    }
    
    #sp_localstore .store__theme .swiper-slide figure figcaption .tape-effect::before {
        left: -10px;
        right: -10px;
        top: -5px;
        bottom: -1px;
    }
    
    #sp_localstore .store__theme .swiper-slide figure figcaption .tape-effect::after {
        left: -8px;
        right: -8px;
        top: -4px;
        bottom: 0px;
    }
}
/* 모핑 테이프 효과 : e*/

/* 모핑 테이프 효과 두번쨰 : s*/
.tape-effect.sec {
    color: #fff !important; /* 흰색 글씨 */
}

.tape-effect.sec::before {
    background-color: #6da777 !important; /* 녹색 배경 */
}
/* 모핑 테이프 효과 두번쨰 : e*/


/* 모바일을 위한 화살표 조정:s */

.theme__header svg {
    width: 140px;
    height: 80px;
}

/* 모바일 해상도에서 SVG 크기 절반으로 줄이기 */
@media (max-width: 767px) {
    .theme__header svg {
        width: 70px;  /* 절반 크기 */
        height: 40px; /* 절반 크기 */
    }
}
/* 모바일을 위한 화살표 조정:e */

/*모바일 스와이퍼*/

/*모바일 스와이퍼*/

.gr-txt{color:#6da777;}

@media (max-width:1650px) {
    #sp_list .container{
        width: 90%;
    }
    .worlds_link .heading {
        width: 90%;
    }
    .pc.img_date_info{
        height:30.6px;
    }
}
@media (max-width:1300px) {
    #sp_list .list{
        height:780px ;
    }
    .deekay_link .heading {
        width: 50%;
    }
    .coolrain .heading{
        width: 50%;
    }
    .pc.img_date_info{
        height:25.6px;
    }
}
@media (max-width:920px) {
    .pc{
        display: none;
    }
    .mo{
        display: block;
    }
    #sp_list .list{
        height: 990px;
    }
    #sp_list .container{
        width: 100%;
        padding: 0px 0 110px;
    }
    .worlds_link{

        background: url(../../assets/images/special/m_worlds_bg.jpg) no-repeat center center/cover;
    }
    .deekay_link{
        margin-top: 48px;
        background: url(../../assets/images/special/m_deekay_bg.jpg) no-repeat center center/cover;
    }
    .coolrain{
        margin-top: 105px;
        background: url(../../assets/images/special/cool_bg_mo.png) no-repeat center center/cover;

    }
    .worlds_link .heading {
        width: 430px;
        margin: 0 auto;
    }
    .worlds_link .date{
        width: 350px;
        position: absolute;
        bottom: 37px;
    }
    .deekay_link .heading {
        /* width: 100%; */
        width: 48%;
    }
    .coolrain .heading {
        width: 98%;
        margin: 0 auto;
    }
    #sp_list #sub_banner .menu_tt{
        font-size: 50px;
    }
}
@media (max-width: 768px) {
    .worlds_link .heading{
        width: 370px;
    }
    .worlds_link .date{
        width: 290px;
    }
}
@media (max-width:527px) {
    #sp_list .list{
        padding: 45px;
    }
	#deekay_link_list{
		padding: 40px 30px 20px 30px !important;
	}
    .worlds_link .heading {
        width: 78%;
    }
    .worlds_link .date{
        width: 40%;
        bottom: 37px;
        left: 48px;
    }
    #sp_list .btn_list{
        right: 48px;
    }
    #sp_list .list{
        height: 812px;
    }
}
@media (max-width:500px) {
    #sp_list .list {
        height: 730px;
    }
    #sp_list #sub_banner {
        padding: 99px 0 53px;
    }
    #sp_list .btn_list {
        width: 136px;
        height: 52px;
    }
}
@media (max-width:450px) {
    .worlds_link .date {
        width: 48%;
        bottom: 37px;
        left: 35px;
    }
}
@media (max-width:425px) {
    #sp_list .list {
        height: 630px;
    }
    .worlds_link .heading {
        width: 75%;
    }
	#deekay_link_list{
		padding: 40px 30px 20px 30px !important;
	}
}
@media (max-width:375px) {
    #sp_list .btn_list {
        right: 32px;
    }
    .worlds_link .date{
        left: 32px;
    }
}
@media (max-width:320px) {
    #sp_list .list {
        height: 480px;
    }
    #sp_list .container{
        padding: 28px 0 60px;
    }
    #sp_list .list{
        margin-top: 28px;
    }
}