@charset "utf-8";

@font-face {
    font-family: '선플라워';
    src: url(../font/Sunflower.otf) format('truetype');
    /*자동완성이 안되므로 다른 태그로 자동완성 시킨 후 복붙*/
}

@font-face {
    font-family: '고운보통';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

#wrap {
    width: 100%;
    background: url(../img/background_2.jpg) no-repeat;
}







/*************헤드****************/


header {
    max-width: 1024px;
    height: 1150px;
    margin: 0 auto;
    position: relative;
}

p img {
    width: 100%;
}

#main {
    max-width: 1024px;
    height: 700px;
    position: relative;
}

#main h3 {
    font: 120px '선플라워';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 28%;
}

#main .palette {
    width: 53.61%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    z-index: 1;
}

#main .shape_01 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    z-index: ;
}

#main .shape_02 {
    width: 39.64%;
    position: absolute;
    right: 0;
    bottom: -25%;
}

#main .shape_03 {
    width: 29.882812%;
    position: absolute;
    top: 15%;
    left: 10%;
}

#main .shape_04 {
    width: 46.19%;
    position: absolute;
    bottom: -10%;
    left: 20%;
}

#main .brush {
    width: 39.94%;
    position: absolute;
    right: 10%;
    top: 23%;
}

#main .copy {
    font: bold 16px/25px '고운보통';
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
    text-align: left;
    top: 110%;
}





/*************본문****************/

#contentwrap {
    width: 100%;
}

#who {
    max-width: 1024px;
    height: 904px;
    position: relative;
    margin: 0 auto;
}

#who h3 {
    position: absolute;
    left: 15%;
    top: 10%;
    font: bold 60px/70px '나눔스퀘어Extrabold';
}

#who li:nth-child(2) {
    position: absolute;
    left: 12%;
    top: 31%;
}

#who li:nth-child(3) {
    position: absolute;
    right: 10%;
    top: 12%;
}

#who .skill {
    position: absolute;
    top: 60%;
    left: 14%;
}

#work {
    width: 860px;
    height: 700px;
    margin: 0 auto;
}


#work li {
    width: 200px;
    height: 200px;
    background-color: #fff;
    float: left;
    margin: 0 20px 80px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#work li:nth-child(4n) {
    margin-right: 0;
}

#plan {
    width: 860px;
    height: 30px;
    position: relative;
    bottom: 480px;
    margin: 0 auto;
}

#plan li {
    width: 200px;
    height: 30px;
    background-color: darkseagreen;
    font: bold 12px/70px '나눔스퀘어Extrabold';
    float: left;
    margin-right: 20px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
}

#plan li a {
    color: #fff;
}




/************모바일버전****************/

@media all and (max-width:768px) {

    header {
        height: 900px;
    }

    #main h3 {
        font-size: 90px;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }

    #main .palette {
        top: 40%;
    }


    #main .shape_02 {
        right: 5%;
        top: 50%;
    }

    #main .shape_03 {
        top: 25%;
    }

    #main .shape_04 {
        top: 40%;
    }

    #main .brush {
        top: 25%;
    }

    #main .copy {
        top: 90%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font: bold 15px/25px '고운보통';
    }

    #who {
        height: 1500px;
    }

    #who h3 {
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    #who li:nth-child(2) {
        left: 50%;
        top: 25%;
        transform: translateX(-50%);
    }

    #who li:nth-child(3) {
        left: 12%;
        top: 50%;
    }

    #who .skill {
        top: 41%;
        left: 50%;
        transform: translateX(-50%);
    }

    #work {
        height: 1000px;
    }


    #work {
        width: calc(100% - 34px * 1);
        margin: 0 10px 10px 32px;
    }

    #work li {
        width: 200px;
        height: 200px;
    }
