@media (max-width:768px){
    .outterct {
        background-color: #fff6e6;
        padding-bottom: 11rem;
    }
    .bannerTxt{
        flex-direction: column;
    }
    .popupTitle{
       flex-direction: column;
        gap: 2rem;
    }
    .floatingHeroTxt h1 {
        font-size: 2.7rem;
        line-height: 100%;
        margin-bottom: 1rem;
    }
    .skillList>li{
        width: 100%;
    }    
    html{
        font-size: 14px;
    }
    header{display: none;}
    .btnMenu{display: block;}

    .floatingHeroTxt{
            
        width: 100%;
        padding:0 1rem;
        
    
    }
    .allimg img {
        width: auto;
        max-width: 100%;
    }


    .floatingHeroTxt p{
        width: 100%;
    }
    .about{
    
        width: auto;
        margin: 0 ;
        padding: 0 2rem;
        display: flex;
        justify-content: space-between;
        padding-top: 3rem;
        padding-bottom: 3rem;
        gap: 1rem;
        flex-direction: column;

    }
    .aboutTxt h1{
        margin-bottom: 2rem;
    }
    .aboutImg{
      margin-top:0 ;
    }
    .skills h1+p{
   
        width: auto;
    }

    .licenseBottom{
        flex-direction: column;
        gap: 3rem;
    }
    .popupList{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 2rem 1rem;
        margin-bottom: 2rem;
    }

    .fixFrame {
        /* border: 1px solid #000; */
        width: 100%;
        aspect-ratio: 1 / 1;
        background: url(../img/contact_bg.2.jpg) no-repeat 50% 50% / cover;
        background-attachment: fixed;
        border-radius: 14rem 14rem 0 0;
        box-shadow: 0 0 10px #3b383852 inset;
        border: 0.4rem solid #ae9072;
        box-sizing: border-box;
    }
    .ft1 br{display: none;}

    @supports (-webkit-touch-callout: none) {
        /* 기기가 아이폰인경우 */
        .fixFrame{
            background-attachment: scroll !important;
        }
    }
    
}