@media (max-width:1024px){

     .header-smart{
        display: block;
        z-index: 100000;;
        position: fixed;
        left:5rem;
        right:5rem;
        top:7rem;
        bottom:5rem;
        background: linear-gradient(135deg, rgb(53 43 82 / 60%), #ffffff47);
        border: 1px solid rgba(240, 232, 255, 0.5);
        box-shadow: 0 1.2rem 2.1rem rgba(12, 6, 24, 0.45);
        color: #fff;
        backdrop-filter: blur(10px);
        border-radius: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: auto;
        filter: blur(0);
        opacity: 1;
        pointer-events: auto;
        transition:all 0.6s ease 0s;
    }
    .header-smart.fadeout{
        filter: blur(100px);
        opacity: 0;
        pointer-events: none;
    }
    .gnb-smart{
        text-transform: uppercase;
        font-weight: 700;
        font-size:1.5rem;
        display: flex;
        flex-direction: column;
        gap:2rem;
        align-items: center;
    }
    .btn-menu{
        display: flex;
        position: fixed;
        top:2rem;
        left:calc(50% - 1.5rem);
        width:3rem;
        aspect-ratio: 1/1;
        filter:drop-shadow(0 0 10px rgba(0,0,0,0.2));
        z-index: 10000;
        transition:all 0.6s ease 0s;
        filter: blur(0px);
        opacity: 1;
        pointer-events: auto;
        backdrop-filter: blur(10px);
        border-radius: 100px;
        cursor: pointer;
        background: linear-gradient(135deg, rgb(53 43 82 / 60%), #ffffff47);
        border: 1px solid rgba(240, 232, 255, 0.5);
        box-shadow: 0 1.2rem 2.1rem rgba(12, 6, 24, 0.45);
        color: #fff;
        }

    .btn-menu.fadeout{
        filter: blur(100px);
        opacity: 0;
        pointer-events: none;
    }
    .btn-menu img{
        width:100%;
        height:100%;
        object-fit: contain;
    }
    header{
        display: none;
    }


    .hero{
        height: 800px;
    }

    .ex-bg {
        min-height: 700px;
    }

    .ex {
        /* margin-left: 3rem; */
    }

   .ex h1 {
    font-size: 3.5rem;
    text-align: left;
}

    .experience {
        height: 500px;
    }

    .experience .swiper-slide {
        width: 260px;
    }

    .swiper-slide h4 {
        font-size: 1.05rem;
    }

    .swiper-slide p {
        font-size: 0.9rem;
    }

    .skill-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    /* margin: 0 7rem; */
}
.banner-design figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    position: relative;
}

    .panorama-slider{
        --panorama-duration: 38s;
    }

    .carousel-viewport{
        padding: 2.5rem 0;
    }

    .panorama-track{
        gap: clamp(0.8rem, 3vw, 2rem);
    }

    .panorama-item{
        width: clamp(220px, 35vw, 300px);
        max-width: 100%;
        padding: clamp(0.8rem, 2vw, 1.2rem);
        border-radius: clamp(0.6rem, 1vw, 1rem);
    }

    .panorama-item img{
        max-width: 100%;
        height: auto;
    }

    .panorama-item figcaption{
        font-size: clamp(0.9rem, 1.2vw, 1rem);
        padding: 0.8rem 0 0 0 !important;
    }

    .banner-design .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        padding: clamp(0.6rem, 1.2vw, 0.9rem) 0;
        gap: clamp(0.3rem, 0.45vw, 0.45rem);
    }

    .banner-design .swiper-pagination-bullet {
        width: clamp(5px, 0.5vw, 6px);
        height: clamp(5px, 0.5vw, 6px);
        border-width: 1px;
    }

    .banner-design .swiper-pagination-bullet-active {
        width: clamp(16px, 2vw, 20px);
        height: clamp(5px, 0.5vw, 6px);
    }

    .banner-design figure figcaption{
        font-size: clamp(0.8rem, 1vw, 0.95rem);
        padding: clamp(0.8rem, 1.2vw, 1.2rem);
    }
}

@media (max-width:960px){
    .ex-bg {
        min-height: 650px;
        height: 650px;
    }

    .ex {
        margin-left: 3rem;
    }

    .ex h1 {
        font-size: 3rem;
    }

    .experience {
        height: 480px;
    }

    .experience .swiper-slide {
        width: 240px;
    }

    .swiper-slide h4 {
        font-size: 1rem;
    }

    .swiper-slide p {
        font-size: 0.88rem;
    }

      .skill-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    /* margin: 0 3rem; */
    }

    .panorama-slider{
        --panorama-duration: 34s;
    }

    .carousel-viewport{
        padding: 2rem 0;
    }

    .panorama-track{
        gap: clamp(0.6rem, 3vw, 1.5rem);
    }

    .panorama-item{
        width: clamp(240px, 70vw, 300px);
        max-width: 100%;
        padding: clamp(0.8rem, 2.5vw, 1.2rem);
        border-radius: clamp(0.5rem, 0.8vw, 0.8rem);
    }

    .panorama-item img{
        max-width: 100%;
        height: auto;
    }

    .panorama-item figcaption{
        font-size: clamp(0.85rem, 1.1vw, 0.95rem);
        padding: 0.7rem 0 0 0 !important;
    }

    .banner-design .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        padding: clamp(0.5rem, 1vw, 0.8rem) 0;
        gap: clamp(0.25rem, 0.4vw, 0.4rem);
    }

    .banner-design .swiper-pagination-bullet {
        width: clamp(4px, 0.45vw, 5px);
        height: clamp(4px, 0.45vw, 5px);
        border-width: 1px;
    }

    .banner-design .swiper-pagination-bullet-active {
        width: clamp(14px, 1.8vw, 18px);
        height: clamp(4px, 0.45vw, 5px);
    }

    .banner-design figure figcaption{
        font-size: clamp(0.75rem, 0.9vw, 0.85rem);
        padding: clamp(0.7rem, 1vw, 1rem);
    }
}