@media (max-width:1024px){

   .header-smart{
        display: block;
        z-index: 100000;;
        position: fixed;
        left:5rem;
        right:5rem;
        top:7rem;
        bottom:5rem;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        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;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        border-radius: 100px;
        cursor: pointer;
    }
    .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: 100vh; 
    }

    .about-title-wrap .tab {
        font-size: 3rem;
        margin-top: 1rem;
        line-height: var(--lnh140);
    }

    .mo-600 { 
        display: none; 
    }

    .deco-hero {
        width: 238px;
        top: 30vh;
        left: 50%;
        transform: translateX(-50%);
    }

    .values-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .value-card {
        height: 11rem;
        padding: 1.5rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;  
        text-align: left;
    }

    .value-card-inner {
        display: flex;
        flex-direction: row;         
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
        text-align: left;
    }

    .value-icon {
        width: 3rem;
        height: 3rem;
        margin-bottom: 0;            
        flex-shrink: 0;
    }

    .value-label {
        max-width: none;
        line-height: var(--lnh140);
        word-break: keep-all;
    }

    .values-detail {
        flex-direction: column;
        align-items: left;
        text-align: left;
        gap: 1rem;
        margin-top: 2.5rem;
    }

    .values-detail-body {
        max-width: 52.8rem;
        margin: 0;
    }
    
    .profile {
        margin-top: 6rem;
    }

    .profile-heading {
        font-size: 5rem;
        line-height: 0.7;
        text-align: center;
        letter-spacing: 0;     
        margin: 0 0 2.5rem;
    }

    .profile-deco {
        position: absolute;
        right: 6rem;
        top: -4rem;
        width: 8rem;
        transform: rotate(20deg);
    }

    .images {
        padding-top: 60vh;
        position: relative;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(20, 4.5%);
        grid-template-rows: repeat(30, 3.5%);
        justify-content: center;
        justify-items: center;
        align-items: center;
        z-index: 1;
        object-fit: cover;
    }

    img:nth-child(1) {
    grid-area: 1/1/12/15;
}

    .profile .common-frame::before {
        width: 50%;            
    }

    .profile .common-frame::after {
        left: 50%;
        width: 50%;
    }

    .profile-layout {
        display: grid;
    }

    .profile-left {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: transparent;
    }

    .profile-photo-wrap {
        max-width: 240px;
        width: 100%;
        margin: 0 auto 3rem;
    }

    .profile-intro-main {
        font-size: 1.25rem;
        font-weight: var(--weight1);
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .profile-intro-sub {
        font-size: 0.95rem;
        line-height: 1.45;
        text-align: center;
    }

    .profile-right {
        position: relative;
    }

    .profile-info {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 2rem;
        row-gap: 1rem;
        font-size: 0.95rem;
    }

    .profile-cert-title {
        font-size: 0.95rem;
    }

    .cert-item {
        display: grid;
        grid-template-columns: 4.5rem 1fr;
        column-gap: 1rem;
    }

    .profile-cert-date {
        font-weight: var(--weight1);
    }

    .cert-line {
        font-size: 0.9rem;
        line-height: var(--lnh140);
    }
    
    .exp-header {
        flex-direction: column;    
        gap: 2rem;
    }
    
    .exp-title {
        font-size: 4rem;           
        line-height: var(--lnh140);
    }
    
    .exp-area {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    
    .exp-list {
        list-style: none;
        margin: 1rem 0 4rem;
        padding: 0;
    }
    
    .exp-item {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        column-gap: 2rem;         
        margin-bottom: 0.7rem;
    }
    
    .exp-period {
        min-width: 170px;          
        text-align: right;
        white-space: nowrap;
    }
    
    .exp-detail {
        white-space: nowrap;
    }

    .skills-title {
        font-size: 4rem;
    }

    .skills-visual {
        margin: 3rem 0 1.5rem;
    }

    .skills-visual img {
        width: 100%;
        max-width: 900px;
    }


    
    .visual-top-text {
        font-size: 15rem;
        margin-top: 0rem;
        margin-bottom: -6rem;
    }
    
    .visual-bottom-text {
        font-size: 10rem;
        margin-top: -1.5rem;
    }
    
    .visual-track-top {
        margin: 3rem 0 1rem;
    }
    
    .visual-row-top .visual-track,
    .visual-row-bottom .visual-track {
        animation-duration: 32s;
    }

    .banner-slider .swiper-horizontal > .swiper-pagination-bullets,
    .banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
    .banner-slider .swiper-pagination-custom,
    .banner-slider .swiper-pagination-fraction {
        left: 0;
        top: initial;
        bottom: 8.5rem;
        width: 100%;
    }

    .text {
       font-size: 4rem;
    }

 
    img:nth-child(2) {
        grid-area: 25/7/17/21;
    }

    .project-logo {
        width: 80px;
    }

    .project-hero {      
        margin: 0 auto -2.5rem;
    }

    .project-hero img {
        margin: 0 auto 2rem;
    }

    .project-section-title {
        font-size: 6rem;
    }

    .footer-title {
        font-size: 4rem;
    }

    
}