@media (min-width:2000px){
    html{
        width:1920px;
        margin: 0 auto;
    }
}
html{
    font-family: 'Pretendard',sans-serif;
    font-size: var(--basic-font-pc);
    scroll-behavior: smooth;
}
p{
    line-height: 140%;
}
.common-frame{
    width: auto;
    margin: 0 3rem;
}
.hero{
    height: 100vh;
    min-height: 700px;
    background: url(../img/hero.jpg) no-repeat 50% 50% / cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-title{
    font-size: calc(100vw/9.5);
    font-weight: 900;
    text-align: center;
}
.hero-txt1{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.hero-txt1-left span{
    font-weight: var(--fw-bold);
    margin-right:1rem;
}
.fwb{
    font-weight: var(--fw-bold);
}
.hero-txt-wrap{
    padding: 1rem 0;
    border-bottom:1px solid #000;
    pointer-events: none;
}
.hero-text{
    width:100%;
}
.hero-text .swiper-slide{
    width: auto;
}
.hero-text .swiper-wrapper{
    transition-timing-function: linear;
}
.profile{
    margin-top: 6rem;
}
.pro-title{
    display: flex;
    gap:1rem;
    margin-bottom: 3rem;
    /* position: sticky;
    left: 0;
    top:0; */
    background-color: #fff;
    z-index: 50;
    padding:1rem 0;
    border-bottom: 1px solid #000;
}
.pro-title>section{
    flex:1;
}
.pro-title h2{
    font-size: 5rem;
    font-weight: var(--fw-bold);
}
.pro-title h3{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.pro-title h3+p{
    margin-bottom: 1rem;
}
.profile1{
    display: flex;
    gap: 172px;
    align-items: flex-start;
}
.sticky-figure{
    width: 435px;
    position: sticky;
    left: 0;
    top: 3rem;
}
.sticky-figure figcaption{
    display:flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.profile-desc{
    flex: 1;
    padding-top: 6rem;
}
.profile-desc-grid{
    display: grid;
    gap: 3rem 1rem;
    grid-template-columns: 1fr 1fr;
}
.certi{
    grid-column: 1/3;
}
.co h4{
    font-size:1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.co h4+p{
    margin-bottom: 2rem;
}
.co ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.co ul li{
    padding: 1rem;
    border-radius: 0.5rem;
    background-color:#f0f0f0;
}
.co ul li h5{
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.certi-dl{
    display: grid;
    grid-template-columns: 2fr 3fr 3fr;
    gap: 0.5rem 1rem;
}
.my-toolbox{
    margin-top: 6rem;
}
.my-title{
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}
.my-title h2{
    flex:1;
    font-weight: 700;
    font-size:5rem;
}
.my-title p{
    flex: 1;
}
.skill-grid{
    display: grid;
    grid-template-columns: repeat(3,minmax(20px,1fr));
    gap: 2rem 1rem;
}
.icon{
    margin-bottom: 0.5rem;
}
.icon img{
    height: 1.2rem;
}
.skill-grid h4{
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000;
    text-transform: capitalize;
}
.popup{
    margin-top: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: 
    url(../img/pattern-check.png) repeat 0 0,
    url(../img/bg-box-80.jpg) no-repeat 0 calc(100% - 191px) / 100% 540px;
}
.popup h2{
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.popup h2+p{
    text-align: center;
    font-weight: 500;
    font-size: 3rem;
    margin-bottom: 2rem;
}
.popup h2+p+p{
    text-align: center;
    margin-bottom: 8rem;
}
.popup-contents{
    display: flex;
    gap:177px;
}
.popup-txt{
    width: 430px;
    color: #fff;
}
.popup-station{
    width: calc(100% - 430px - 177px);
}
.popup-txt h3{
    font-size: 1.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}
.popup-txt p{
    margin-top: 1rem;
}
.popup-img-slider .swiper-wrapper{
    transition-timing-function: linear;
}
.popup-txt-slider .swiper-slide{
    background-color: #306AFF;
}
.popup-txt{
    pointer-events: none;
}
.poster {
    padding-top: 6rem;
    border-top: 1px solid #3437c5;
}
.poster .common-frame{
    display: flex;
    gap:172px;
    align-items: flex-start;
}
.poster-title{
    width:734px;
    position: sticky;
    top:6rem;
    left:0;
    
}
.poster-title h2{
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.poster-title h2+p{
    font-size:3rem;
    margin-bottom: 3rem;
}

.poster-list{
    flex:1;
    display: flex;
    flex-direction: column;    
    gap:6rem;
}
.poster-list>li{
    display: flex;
    gap:107px;
}
.poster-list>li:nth-of-type(2n){
    flex-direction: row-reverse;
}
.poster-list>li figure{
    width:500px;
    flex-shrink: 0;
}
.popup-img-slider img{
    width:100%;
    object-fit: cover;
}
.poster-txt{
    flex:1;
    padding-top: 5rem;
}
.poster-txt h3{
    font-weight: 700;
    margin-bottom: 4rem;
}
.poster-txt p{
    margin-top: 1rem;
}
.banner{
    padding:6rem 0;
    background-color: #306AFF;
    color:#fff;
    text-align: center;
    margin-top: 6rem;
}
.banner h2{
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.banner h2+p{
    font-size:3rem;
    margin-bottom: 3rem;
}
.banner h2+p+p{
    margin-bottom: 3rem;
}
.detail{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.detail h2{
    font-size:5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.detail h2+p{
    font-size:3rem;
    margin-bottom: 3rem;
    text-align: center;
}
.detail h2+p+p{
    margin-bottom: 3rem;
    text-align: center;
}
.detail-swiper figure{
    position: relative;
    margin-bottom: 2rem;
}
.detail-swiper figure:hover img{
    filter: brightness(0.4);
}
.detail-swiper figure:after{
    color:#fff;
    font-size:1.5rem;
    font-weight: 700;
    content:"click!";
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    display: none;
}
.detail-swiper figure:hover:after{
    display: block;
}
.detail-swiper figure:hover{
    cursor: pointer;
}
.detail-swiper h4{
    margin-bottom: 0.5rem;
}

.btn-close{
    background-color: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width:2.5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.203);
    position: sticky;
    top:1rem;
    left:50%;
    transform: translateX(-50%);
}
.btn-close img{
    height:1.2rem;
}

.btn-top{
    cursor: pointer;
    background-color: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width:2.5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.203);
    position: sticky;
    top:calc(100vh - 3.5rem);
    left:50%;
    transform: translateX(-50%);
    margin-bottom: 3rem;
}
.btn-top img{
    height:1.2rem;
}


.detail-title {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: calc(100vw/10);
    margin-top: 4rem;
    position: sticky;
    top:38vh;
    z-index: -1;
}
.detail-content{
    text-align: center;
    padding-bottom: 6rem;
}
.detail-content h3{
    margin-top: 5rem;
    margin-bottom: 1rem;
    font-size:2rem;
}
.detail-content h2{
    margin-bottom: 6rem;
    font-size:3rem;
    font-weight: 700;
}
.po{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    position: relative;
}
.po:after{
    content:"";
    position:absolute;
    width:1rem;
    height:0.2rem;
    background-color: #000;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
}
.detail-dl{
    width:890px;
    margin:0 auto;
}
.detail-dl dt{
    font-weight: 700;
    margin-bottom: 1rem;
}
.detail-dl dt span{
    display: block;
    margin-bottom: 0.5rem;
}
.detail-dl dd{
    margin-bottom: 3rem;
    line-height: 140%;
}
.project h2{
    font-size:5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.project h2+p{
    font-size:3rem;
    margin-bottom: 3rem;
    text-align: center;
}
.project h2+p+p{
    margin-bottom: 3rem;
    text-align: center;
}
.ptitle{
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}
.responsive-icon{
    display: flex;
    justify-content: center;
    gap:1rem;
    text-align: center;
    width:50%;
    margin:0 auto;
}
.responsive-icon li{
    flex:1;
}
.responsive-icon li h5{
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    text-transform: capitalize;
}
.mo{display: none;}
.pc{display: block;}

.project>.common-frame{
    margin-bottom: 6rem;
}
.project-content{
    background-color: #fafafa;
    padding:6rem 0;
    text-align: center;
    padding-bottom: 0;
}
.project-content h3{
    font-weight: 700;
    display: inline-flex;
    flex-direction: column;
    gap:0.25rem;
    margin-bottom: 3rem;
}
.project-content h4{
    font-size:3rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.project-content h4+p{
    margin-bottom: 1.5rem;
}
.project-sticky{
    display: flex;
    justify-content: center;
    gap:1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: sticky;
    top:1rem;
    font-weight: 500;
}
.project-sticky a{
    display: block;
    padding:0.5rem 1.5rem;
    font-size:0.8rem;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.project-sticky a:hover{
    background-color: #000;
    color:#fff;
}

.contact{
    background-color: #000;
    color:#fff;
    padding:6rem 0 8rem;
    text-align: center;
}
.contact h1{
    font-size: calc(100vw / 11);
    font-weight: 700;
    margin-bottom: 3rem;
    position: sticky;
    top:30vh;
    left:0;
    mix-blend-mode: difference;
    opacity: 0.2;
}
.contact h2{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.contact-menu{
    display: inline-flex;
    gap:0.5rem;
    flex-direction: column;
}
.contact-menu a{
    display: block;
    padding:0.5rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    border:1px solid #fff;
    border-radius: 100px;
}
.contact-menu a:hover{
    background-color: #fff;
    color:#000;
}

.contact h3{
    margin-top: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.menu-sticky{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    position: sticky;
    left:0;
    top:-2rem;
    z-index: 2100;
}
.btn-menu{
    width:4rem;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border:1px solid #000; */
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.btn-menu img {
    height: 1.2rem;
    position: sticky;
    left: 0;
    top: 0.25rem;
}

.all-menu{
    position: fixed;
    width:300px;
    padding:50px 30px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)scale(0.7);
    opacity: 0;
    pointer-events: none;
    transition:all 0.4s ease 0s;
    background-color: rgba(255, 255, 255, 0.883);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-menu.on{
    transform:translate(-50%,-50%)scale(1);
    opacity: 1;
    pointer-events: auto;
}
.all-menu-list{
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:1rem;
    /* padding:20vh 0; */
}














@media (max-width:1800px){
    .popup {
        background: url(../img/pattern-check.png) repeat 0 0,
            url(../img/bg-box-80.jpg) no-repeat 0 calc(100% - 191px) / 100% 490px;
    }
    .poster-title{
        width:600px;
    }
}

@media (max-width:1700px){
    .popup {
        background: url(../img/pattern-check.png) repeat 0 0,
        url(../img/bg-box-80.jpg) no-repeat 0 calc(100% - 191px) / 100% 430px;
    }
    .poster .common-frame{
        gap:1rem;
    }
    .poster-title {
        width: initial;
        flex: 1;
    }
    .poster-list>li {
        gap: 1rem;
    }
    .poster-list>li figure{
        width:initial;
        flex-shrink: initial;
        flex:4;
    }
    .poster-txt{
        flex:3;
        padding-top: 5rem;
    }
}

@media (max-width:1600px){

    .popup {
        background: url(../img/pattern-check.png) repeat 0 0,
        url(../img/bg-box-80.jpg) no-repeat 0 calc(100%) / 100% 500px;
    }

    .exp-title{
        flex-direction: column;
    }
    .skill-grid{
        grid-template-columns: repeat(2,minmax(20px,1fr));
    }
    .popup-contents{
        gap:1rem;
    }
    .popup-txt{
        width:calc((100% - 1rem)/2);
        color:#fff;
    }
    .popup-station{
        width:calc((100% - 1rem)/2);
    }

}
@media (max-width:1440px){
    
    .profile1{
        gap:1rem;
    }
    .sticky-figure{
        width:303px;
        position: sticky;
        left:0;
        top:3rem;
    }


}

@media (max-width:1400px){
    .popup {
        background: url(../img/pattern-check.png) repeat 0 0,
        url(../img/bg-box-80.jpg) no-repeat 0 calc(100%) / 100% 570px;
    }

    .poster-list>li{
        flex-direction: column;
    }
    .poster-list>li:nth-of-type(2n){
        flex-direction: column;
    }
    .poster-txt {
        padding-top: 1rem;
    }
    .poster-txt h3 {
        margin-bottom: 2rem;
    }

}
@media (max-width:1200px){
    .poster-txt{
        padding-top: 0rem;
    }
}

@media (max-width:1100px){
    .profile-desc-grid{
        grid-template-columns: 1fr;
    }
    .certi{
        grid-column: initial;
    }
}

@media (max-width:1050px){
    .popup {
        background: url(../img/pattern-check.png) repeat 0 0,
        url(../img/bg-box-80.jpg) no-repeat 0 calc(100%) / 100% 500px;
    }
}

@media (max-width:1024px){
    html{
       font-size: var(--basic-font-tab); 
    }
    .common-frame{
        width:auto;
        margin:0 2rem;
    }
    .hero{
        min-height: 500px;
    }
    .pro-title{
        flex-direction: column;
    }
    .detail-dl{
        width:auto;
        margin:0;
    }
    .detail-content h2{
        font-size:2rem;
    }
    .all-menu{
        width:auto;
        padding:initial;
        left:2rem;
        top:2rem;
        right:2rem;
        bottom:2rem;
        transform:scale(0.7);
    
    }
    .all-menu.on{
        opacity: 1;
        transform:scale(1);
    }
}

@media (max-width:768px){

    .contact h1{
        font-size: calc(100vw / 8);
    }
    .contact h2{
        font-size: 1.3rem;
    }
    .project h2{
        font-size:2rem;
    }
    .project h2+p{
        font-size:1.3rem;
    }
    .responsive-icon{
        width:auto;
    }
    .mo{display: block;}
    .pc{display: none;}

     html{
       font-size: var(--basic-font-mobile); 
    }
    .common-frame{
        width:auto;
        margin:0 1rem;
    }
    .hero-txt1{
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding:0;
        padding-top: 6rem;
        gap:3rem;
        text-align: center;
    }
    /* .hero-title { */
        /* font-size: calc(100vw/4.4); */
    /* } */
    .pro-title h2{
        font-size: 2.7rem;
    }
    .hero{
        justify-content: flex-start;
        gap:40vh;
    }
    .profile1{
        flex-direction: column;
        align-items: center;
    }
    .sticky-figure {
        width: 70%;
        position: initial;
    }
    .certi-dl{
        display: grid;
        grid-template-columns: 4fr 2fr;
        gap:0.5rem 1rem;
    }
    .certi-dl dt{
        grid-column: 1/3;
    }
    .exp-title h2{
        font-size:2.5rem;
    }
    .popup-contents{
        flex-direction: column-reverse;
    }
    .popup-txt{
        width:100%;
        color:#fff;
    }
    .popup-station{
        width:100%;
    }

    .poster .common-frame{
        flex-direction: column-reverse;
    }

    .poster .common-frame{
        align-items: stretch;
    }
    .poster-title {
        position: initial;
        top: initial;
        left: initial;
        text-align: center;
        margin-bottom: 3rem;
    }
    .poster-list>li figure {
        text-align: center;
    }
    .poster-txt {
        text-align: center;
    }
    .poster-title h2 {
        font-size: 2rem;
    }
    .poster-title h2+p {
        font-size: 1.3rem;
    }
    .popup h2 {
        font-size: 2rem;
    }
    .popup h2+p{
        font-size: 1.3rem;
    }

    .banner h2{
        font-size:2.2rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .banner h2+p{
        font-size:1.3rem;
        margin-bottom: 3rem;
    }
    .detail-title {
        font-size: calc(100vw/6);
        line-height: 100%;
    }

    .detail h2{
        font-size:2rem;
    }
    .detail h2+p{
        font-size:1.3rem;
    }
    
    .all-menu{
        left:1rem;
        top:1rem;
        right:1rem;
        bottom:1rem;
    }
}


@media (max-width:500px){
    .popup h2+p+p{
        text-align: center;
        margin-bottom: 5rem;
    }
}

@media (max-width:320px){
    .skill-grid{
        grid-template-columns: repeat(1,minmax(20px,1fr));
    }
}