@media(max-width:768px){
    .imgall img {
        width: auto;
        max-width: initial;
    }
    html{
        font-size: 14px;
    }
    header{
        display: none;
    }
    .btnMenu{
        display: block;
        right: 1rem;
    }
    .about{
        width: auto;
        margin: 0;
        padding: 6rem 1rem;
        display: flex;
        flex-direction: column-reverse;
        align-items: end;
        gap: 2rem;
    }
    .aboutImg{
        width: 173px;
    }
    .aboutTxt h1{
        margin-bottom: 2rem;
        font-size: 32px;
    }
    .aboutTxt p{
        margin-bottom: 1rem;
    }
    .plane{
        width: 4rem;
        position: absolute;
        right: 0;
        top: 0;
        animation: swing 2s ease 0s infinite alternate;
    }
    .skills{
        padding: 0 1rem;
    }
    .skillList{
        padding: 4rem 1rem;
        border-radius: 3rem 3rem 0 0;
    }
    .skillList>li{
        width: 100%;
        margin-bottom: 1rem;
        box-sizing: border-box;
    }
    .certi {
        padding: 4rem 1rem;
    }
    .certiTxtFrame{
        margin: 0 auto;
        padding: 0;
    }
    .certi figure img{
        width: 140%;
        transform: translateX(-20%);
    }
    .certiShadow{
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgb(0, 0, 0),rgba(0, 0, 0, 0));
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .certiTxtFrame{
        border: 1px solid #fff;
        color: #fff;
        padding: 0 2rem;
        width: auto;
        margin: 0;
    }
    .popupTitle{
        flex-direction: column;
        align-items: flex-start;
    }
    .popupList{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 2rem 1rem;
    }
    .bannerTxt{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .contactTxt{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4rem;
    }
    .c_line{
        display: none;
    }
    .t1{
        text-align: center;
    }
    .cont_img img{
        width: 200%;
        transform: translateX(-50%);
    }
    .hero>img{
        width: 180%;
        object-position: right center;
    }
    .floatingHeroTxt{
        padding: 0 1rem;
    }
    .commonFrame{
        padding: 0 1rem;
        padding-top: 6rem;
    }
    .swiper-slide>figure{
        margin-bottom: 1rem;
    }
    /* .stickyMenu {
        top: 1rem;
    } */
}
@media (max-width:393px){
    .aboutTxt h1{
        font-size: 2.6rem;
    }
    .certiShadow{
        width: 100%;
        height: 100%;
        background: none;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .certi figure img{
        width: 200%;
        transform: translateX(-50%);
    }
    .cont_img img{
        width: 150%;
        transform: translateX(-25%);
    }
    .floatingHeroTxt h1{
        font-size: 1.7rem;
    }
    .bannerTxt {
        gap: 0.5rem;
    }
}