/* 
탭&패드 화면에 적용 될 스타일

1024픽셀 이상 -> 데스크탑
768~1024 -> 탭 패드
768 미만 -> 모바일
*/

@media (max-width:1400px){
    
    html{font-size: 18px;}
    header{
        width: 100%;
        padding: 0 2rem;
        box-sizing: border-box;
    }
    .btnMenu{display: none;}
    .contact {
        background: url(../img/line_3.svg) no-repeat 50% 53% / contain;
        background-attachment: fixed;
    }
    .gnb a{
        font-family: "Purple Purse", serif;
        font-weight: 400;
        /* font-size: 1.3rem; */
    }

    .floatingHeroTxt{
        width: 100%;
        padding: 0 2rem;
        transition: all 1s ease 0s;
    }

    .about{
        text-align: center;
        padding: 7rem 0;
        width: auto;
    }

    .line1{
        top: 180px;
    }
    .contactouter .line3 {
       display: none;
    }
    .contact_title h1 {
        font-size: 5rem;
        /* position: absolute; */
        /* left: 0; */
        /* top: 0; */
        line-height: 0.8;
    }
    .aboutPro{
        width: auto;
        padding: 0 2rem;
    }

    .apTopSec1 img {
        height: 500px;
        object-fit: cover;
        object-fit: cover;
        border-radius: 20rem 20rem 1rem 1rem;
        /* border: 0.4rem solid var(--main-color); */
        box-sizing: border-box;
    }
    
    .apTopSec2 img{
        width: 0.9rem;
    }

    .cert-item dt {
        width: 100px;
        margin: 0.5rem;
        font-weight: 600;
    }


    .apBot img{
        width: 0.8rem;
    }

    .hobby img{
        width: 2rem;
    }

    .skills{
        padding: 2rem;
        width: auto;
        padding-top: 6rem;
    }

    /* 포스터 */
    /* .poster{
        width: auto;
        margin:0;
        padding: 0 2rem;
        padding-top: 5rem;
    } */

    .commonFrame{
        width: auto;
        margin:0;
        padding: 0 2rem;
        /* padding-top: 5rem; */
    }

    .txtFrame_poster dt{
        margin-right: 0;
        width: 100%;
    }
    
    .txtFrame_popup dt{
        margin-right: 0;
        width: 100%;
    }

    .line1{
        top: 162px;
    }


}



@media (max-width:1024px){

    .hiddenGnb{
        display: flex;
        transition: all 0.8s ease 0s;
        transform: translateX(100%);
    }
    .hiddenGnb.on{
        transform: translateX(0%);
    }

    header{display: none;}
    .btnMenu{display: block;}

    .header_bak{
        display: none;
    }

    .hero>.pc{
        display: none;
    }

    .hero>.tab{
        display: inline;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        z-index: -2;
    }

    .floatingHeroTxt{
        width: 100%;
        height: 30rem;
        gap: 0.5rem;

    }
    
    .floatingHeroTxt h1{
        font-size: 2.5rem;
        width: 100%;
    }

    

    .skillsWrap {
        padding-bottom: 3rem;
        position: relative;
        padding-top: 3rem;
        padding-bottom: 6rem;
        background: url(../img/odj.jpg) no-repeat 50% 50% / 200% 100%;
    }

    .skills{
        width: auto;
        margin: 0 auto;
        padding-top: 1rem;
    }

    .skills p:nth-of-type(1){
        width: 80%;
    }

    .skill_list>li{
        width: calc((100% - 1rem)/2);
    }
    
    .apBot{
        display: flex;
        padding: 2rem 0;
    }
    
    .apBot1{
        flex: 1;
    }
    
    .apBot2{
        flex: 1;
    }
    

    .apTopSec1 img{
        height: 500px;
        object-fit: cover;
    }

    .apTopSec2 img{
        width: 0.9rem;
    }

    .apBot img{
        width: 0.8rem;
    }

    .hobby img{
        width: 2rem;
    }
    .header_wrap.scrolled {
        display: none;
    }
    .cert-item {
        display: flex;
        align-items: center;
        margin-bottom: 0.2rem;
        gap: 0.5rem;
    }
      
    .cert-item dt {
        width: 70px;
        margin: 0.5rem;
        font-weight: 600;
        flex-shrink: 0;
    }


    .poster_title{
        padding-top: 1rem;
        width: 70%;
        margin-bottom: 2rem;
    }

    .popup_title{
        padding-top: 2rem;
        width: 70%;
        margin-bottom: 2rem;
    }

    .banner_title{
        padding-top: 2rem;
        width: 70%;
        margin-bottom: 2rem;
    }

    .project_title{
        padding-top: 1rem;
        width: 70%;
        margin-bottom: 2rem;
    }


    /* 포스터리스트 */
    .txtFrame_poster dl{
        flex-wrap: wrap;
    }
    .txtFrame_poster dt{
        margin-right: 0;
        width: 100%;
    }
    .txtFrame_poster dd{
        border: 1px solid var(--main-color);
        padding: 0.25rem 0.9rem;
    }

    /* 팝업리스트 */
    .txtFrame_popup dl{
        flex-wrap: wrap;
    }
    .txtFrame_popup dt{
        margin-right: 0;
        width: 100%;
    }
    .txtFrame_popup dd{
        border: 1px solid var(--main-color);
        padding: 0.25rem 0.9rem;
    }

    .line1{
        top: 333px;
    }

    .m_cursor{
        display: none;
    }
}