@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.navber__menu li{
    margin-top: 6px;
}

/* 컨텐츠 */
.contents {
    width: 100%;
    height: 1500px;
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.contents .container {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.contents .container h1 {
    padding-top: 150px;
    margin-left: 50px;
    font-size: 40px;
    font-weight: 500;
    color: #333333;
}

.contents .container h1 span {
    /*text-decoration: underline;*/
    color: #5441ff;
    font-weight: 400;
}


.flex {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contents .container .img {
    width: 450px;
    margin-left: 0px;
    margin-top: 30px;
    border-radius: 20px 40px 60px 80px;
}

.contents .container .img img {
    width: 100%;
    vertical-align: top;
    border-radius: 40px 80px 120px 160px;
}



/* txt */

.ability{
    width: 50%;
    height: 100px;
    margin-left: 25px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.ability h4{
    color: #5441ff;
    margin-bottom: 8px;
}

.ability span{
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.container .txt {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-flow: column;
    width: 800px;
    height: 600px;
    margin-top: 30px;
    /* background: rgba(238, 238, 238, 0.459);
    border-radius: 50px;
    box-shadow: 10px 10px 15px #dedede; */
}

.container .txt .txt1 {
    width: 80%;
    margin-left: 25px;
    position: relative;
}

.container .txt .txt1 h3 {
    font-size: 22px;
    display: inline-block;
    float: left;
}

.container .txt .txt1 span {
    color: #555;
    margin-left: 10px;
    position: absolute;
    bottom: 0;
}

.container .txt .txt_flex {
    display: flex;
    justify-content: space-around;
}

.container .txt .txt_flex .txt2 {
    line-height: 28px;
}
.container .txt .txt_flex .txt2 h4{
    color: #5441ff;
}

.container .txt .txt_flex .txt2 span {
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.container .txt .txt_flex .txt3 {
    line-height: 28px;
}
.container .txt .txt_flex .txt3 h4{
    color: #5441ff;
}

.container .txt .txt_flex .txt3 span {
    line-height: 28px;
    font-size: 14px;
    color: #555;
}



/* 스킬바 */
.contents .container .skill_bar {
    width: 80%;
    height: 480px;
    margin: 0 auto;
    margin-top: 160px;
    position: relative;
}

.contents .container .skill_bar span {
    color: rgb(59, 59, 59);
    font-size: 30px;
}

/* 포토샵 스킬 */
.contents .container .skill_bar .ps {
    width: 80%;
    height: 40px;
    background: #ddd;
    margin-top: 50px;
    margin-left: 150px;
    position: relative;
    border-radius: 50px;
}

.contents .container .skill_bar .ps .ps_bar {
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5b619;
    background-image: linear-gradient(to right, #5441ff, #f5b619);
    border-radius: 50px;
}

.contents .container .skill_bar .ps .ps_bar span {
    font-size: 18px;
    line-height: 40px;
    margin-left: 92%;
    color: #555;
}

.contents .container .skill_bar img.ps_img {
    width: 8%;
    position: absolute;
    top: 70px;
    left: 20px;

}

/* //.포토샵 스킬 */


/* 일러스트 스킬 */
.contents .container .skill_bar .ai {
    width: 80%;
    height: 40px;
    background: #ddd;
    margin-top: 40px;
    margin-left: 150px;
    position: relative;
    border-radius: 50px;
}

.contents .container .skill_bar .ai_bar {
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5b619;
    background-image: linear-gradient(to right, #5441ff, #f5b619);
    border-radius: 50px;
}

.contents .container .skill_bar .ai_bar span {
    font-size: 18px;
    line-height: 40px;
    margin-left: 92%;
    color: #555;
}

.contents .container .skill_bar img.ai_img {
    width: 8%;
    position: absolute;
    top: 150px;
    left: 20px;
}

/* //.일러스트 스킬 */


/* XD스킬 */
.contents .container .skill_bar .xd {
    width: 80%;
    height: 40px;
    background: #ddd;
    margin-top: 40px;
    margin-left: 150px;
    position: relative;
    border-radius: 50px;
}

.contents .container .skill_bar .xd .xd_bar {
    width: 85%;
    background: #f5b619;
    background-image: linear-gradient(to right, #5441ff, #f5b619);
    border-radius: 50px;
}

.contents .container .skill_bar .xd_bar span {
    font-size: 18px;
    line-height: 40px;
    margin-left: 92%;
    color: #555;
}

.contents .container .skill_bar img.xd_img {
    width: 8%;
    position: absolute;
    top: 230px;
    left: 20px;
}

/* //.XD스킬 */

/* 비주얼 스튜디오 코드 스킬 */
.contents .container .skill_bar .vs {
    width: 80%;
    height: 40px;
    background: #ddd;
    margin-top: 40px;
    margin-left: 150px;
    position: relative;
    border-radius: 50px;
}

.contents .container .skill_bar .vs .vs_bar {
    width: 85%;
    background: #f5b619;
    background-image: linear-gradient(to right, #5441ff, #f5b619);
    border-radius: 50px;
}

.contents .container .skill_bar .vs_bar span {
    font-size: 18px;
    line-height: 40px;
    margin-left: 92%;
    color: #555;
}

.contents .container .skill_bar img.vs_img {
    width: 8%;
    position: absolute;
    top: 310px;
    left: 20px;
}

/* //.비주얼 스튜디오 코드 스킬 */

/* 인디자인 스킬 */
.contents .container .skill_bar .id {
    width: 80%;
    height: 40px;
    background: #ddd;
    margin-top: 50px;
    margin-left: 150px;
    position: relative;
    border-radius: 50px;
}

.contents .container .skill_bar .id .id_bar {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5b619;
    background-image: linear-gradient(to right, #5441ff, #f5b619);
    border-radius: 50px;
}

.contents .container .skill_bar .id .id_bar span {
    font-size: 18px;
    line-height: 40px;
    margin-left: 92%;
    color: #555;
}

.contents .container .skill_bar img.id_img {
    width: 8%;
    position: absolute;
    top: 390px;
    left: 20px;

}

/* //.인디자인 스킬 */


.ddd {
    position: absolute;
    z-index: -999;
    bottom: 0;
    width: 100%;
    scale: 100%;
    filter: saturate(1.1);
}

.ddd2 {
    position: absolute;
    z-index: -9999;
    top: 0;
    right: -13%;
    width: 80%;
    scale: 70%;
    filter: saturate(1.1);
}






@media screen and (max-width:1316px) {
    .contents .container {
        width: 90%;
    }

    .flex {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    .contents .container .img {
        width: 300px;
        margin-left: 100px;
        margin-top: 50px;
    }

    /* 
    .contents .container .img img{
        width: 70%;
    } */

}

@media screen and (max-width:1280px) {
    .contents .container {
        width: 90%;
    }

    .flex {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    .contents .container .img {
        width: 300px;
        margin-left: 50px;
        margin-top: 50px;
    }

}



@media screen and (min-width:769px) and (max-width:1215px) {
    .contents .container {
        width: 90%;
    }

    .contents .container h1 {
        padding-top: 100px;
        margin-left: 50px;
        font-size: 40px;
    }

    /* txt */

    .container .txt {
        /*     display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-flow: column; */
        width: 700px;
        height: 250px;
        margin-top: 20px;
    }

    .container .txt .txt1 {
        width: 40%;
        font-size: 14px;
        margin-left: 40px;
    }

    .container .txt .txt1 span {
        height: 70px;
    }

    .container .txt .txt_flex .txt2 {
        line-height: 20px;
    }

    .container .txt .txt_flex .txt3 {
        line-height: 20px;
    }

    /* 스킬바 */
    .contents .container .skill_bar {
        width: 100%;
        height: 500px;
        margin: 0 auto;
        margin-top: 70px;
        position: relative;
    }

    /* 포토샵 스킬 */
    .contents .container .skill_bar .ps,
    .contents .container .skill_bar .ai,
    .contents .container .skill_bar .ai,
    .contents .container .skill_bar .xd,
    .contents .container .skill_bar .vs {
        width: 80%;
        height: 40px;
        background: #ddd;
        margin-top: 38px;
        margin-left: 100px;
        position: relative;
        border-radius: 50px;
    }


}

@media screen and (max-width:768px) {
    .contents .container {
        width: 90%;
    }

    .contents .container h1 {
        padding-top: 100px;
        margin-left: 50px;
        font-size: 40px;
    }

    /* txt */

    .container .txt {
        /*     display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-flow: column; */
        width: 700px;
        height: 250px;
        margin-top: 20px;
    }

    .container .txt .txt1 {
        width: 40%;
        font-size: 14px;
        margin-left: 40px;
    }

    .container .txt .txt1 span {
        height: 70px;
    }

    .container .txt .txt_flex .txt2 {
        line-height: 20px;
    }

    .container .txt .txt_flex .txt3 {
        line-height: 20px;
    }

    /* 스킬바 */
    .contents .container .skill_bar {
        width: 100%;
        height: 500px;
        margin: 0 auto;
        margin-top: 70px;
        position: relative;
    }

    /* 포토샵 스킬 */
    .contents .container .skill_bar .ps,
    .contents .container .skill_bar .ai,
    .contents .container .skill_bar .ai,
    .contents .container .skill_bar .xd,
    .contents .container .skill_bar .vs {
        width: 80%;
        height: 40px;
        background: #ddd;
        margin-top: 38px;
        margin-left: 100px;
        position: relative;
        border-radius: 50px;
    }


}


@media screen and (min-width:481px) and (max-width:749px) {
    .contents .container {
        width: 90%;
    }

    .contents .container h1 {
        padding-top: 90px;
        margin-left: 0px;
        font-size: 30px;
    }

    .contents .container .img {
        width: 200px;
        margin-left: 0px;
        margin-top: 10px;
    }

    /* txt */
    .container .txt {
        /*     display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-flow: column; */
        width: 700px;
        height: 400px;
        margin-top: 20px;
    }

    .container .txt .txt1 {
        width: 70%;
        font-size: 14px;
        margin-left: 40px;
        margin-top: 0;
    }
    .container .txt .txt1 h3{
        font-size: 19px;
        font-weight: bold;
    }
    .container .txt .txt_flex {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        margin-left: 20px;
    }

    .container .txt .txt_flex .txt2 {
        line-height: 20px;
        
    }

    .container .txt .txt_flex .txt3 {
        line-height: 20px;
        margin-top: 25px;
    }

    /* 스킬바 */
    .contents .container .skill_bar {
        width: 100%;
        height: 500px;
        margin: 0 auto;
        margin-top: 70px;
        position: relative;
    }

    /* 포토샵 스킬 */
    .contents .container .skill_bar .ps,
    .contents .container .skill_bar .ai,
    .contents .container .skill_bar .ai,
    .contents .container .skill_bar .xd,
    .contents .container .skill_bar .vs {
        width: 80%;
        height: 40px;
        background: #ddd;
        margin-top: 38px;
        margin-left: 100px;
        position: relative;
        border-radius: 50px;
    }

}




@media screen and (max-width:480px) {
    .contents .container {
        width: 90%;
    }

    .contents .container h1 {
        padding-top: 90px;
        margin-left: 0px;
        font-size: 30px;
    }

    .contents .container .img {
        width: 200px;
        margin-left: 0px;
        margin-top: 10px;
    }

    /* txt */
    .container .txt {
        /*     display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-flow: column; */
        width: 700px;
        height: 400px;
        margin-top: 20px;
    }

    .container .txt .txt1 {
        width: 70%;
        font-size: 14px;
        margin-left: 40px;
        margin-top: 0;
    }
    .container .txt .txt1 h3{
        font-size: 19px;
        font-weight: bold;
    }
    .container .txt .txt_flex {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        margin-left: 20px;
    }

    .container .txt .txt_flex .txt2 {
        line-height: 20px;
        
    }

    .container .txt .txt_flex .txt3 {
        line-height: 20px;
        margin-top: 25px;
    }

    /* 스킬바 */
    .contents .container .skill_bar {
        width: 100%;
        height: 500px;
        margin: 0 auto;
        margin-top: 70px;
        position: relative;
    }

    /* 포토샵 스킬 */
    .contents .container .skill_bar .ps,
    .contents .container .skill_bar .ai,
    .contents .container .skill_bar .ai,
    .contents .container .skill_bar .xd,
    .contents .container .skill_bar .vs {
        width: 70%;
        height: 40px;
        background: #ddd;
        margin-top: 38px;
        margin-left: 100px;
        position: relative;
        border-radius: 50px;
    }

 /*    .contents .container .skill_bar img.ps_imgs,
    .contents .container .skill_bar img.ai_imgs,
    .contents .container .skill_bar img.ai_imgs,
    .contents .container .skill_bar img.xd_imgs,
    .contents .container .skill_bar img.vs_imgs{
        width: 8%;
        position: absolute;
        top: 150px;
        left: 20px;
    } */
} 