@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-color: #e9e9e9;
}




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

#contentwrap {
    width: 1024px;
    height: 3000px;
    margin: 0 auto;
}







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

@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;
    }
