@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Noto+Serif+KR&display=swap');
        * {
            box-sizing: border-box;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        body {
            background-color: #000;
            overflow-y: scroll;
            font-family: 'Noto Serif KR', serif;
            overflow-x: hidden;
        }
        .main_visual {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 1;
        }
        header {
            width: 10%;
            height: 965px;
            position: relative;
            display: inline-block;
        }
        header .logo {
            display: inline-block;
            position: absolute;
            z-index: 2;
            left: 50px;
            top: 30px;
        }
        header ul {
            position: absolute;
            bottom: 30px;
            display: inline-block;
            left: 50px;
            z-index: 2;
        }
        header ul li {
            margin-top: 20px;
        }
        nav {
            position: absolute;
            top: 30px;
            right: 50px;
            z-index: 2;
        }
        nav ul {
            overflow: auto;
        }
        nav ul li {
            float: left;
        }
        nav ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 20px;
            padding-left: 40px;
            font-weight: bold;
            font-family: sans-serif
        }
        .main_visual .main_text {
            position: absolute;
            text-align: left;
            background: #000;
            color: #fff;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            padding-left: 430px;
        }
        .main_visual .main_text h1 {
            transform: translateY(273px);
            font-weight: normal;
        }
        .main_visual .main_text h2 {
            transform: translateY(310px);
            font-size: 4rem;
            font-weight: normal;
        }
        .main_visual .main_text p {
            transform: translateY(321px);
            font-size: 18px;
        }
        .main_visual .main_text p.last_txt {
            transform: translateY(319px);
            font-size: 18px;
        }


        section {
            margin-top: 200px;
            position: relative;
            padding-bottom: 200px;
            width: 100%;
        }
        section .container {
            color: #fff;
            max-width: 1200px;
            margin: 0 auto 50px;
        }
        section .container h2 {
            font-size: 5rem;
            line-height: 1.3;
            padding-left: 10%;
        }
    .container {
        margin: 0 auto;
        max-width: 1200px;
    }
    .com01 {
        height: 250px;
    }
    .com02 {
        height: 1100px;
    }
    .com-wrap.develop {
        display: none;
    }
    .com-wrap.design {
        display: none;
    }
    .com-wrap.plan {
        padding-top: 100px;
        display: none;
    }
    .com-wrap {
        margin-top: 100px;
        padding-left: 10%;
    }
    .com-wrap h3 {
        font-size: 6rem;
    }
    .com-wrap h3 span {
        font-size: 2rem;
        vertical-align: text-top;
        color: #6f6f6f;
        margin-right: -17px;
        line-height: 2.3;
    }
    .com-wrap p {
        font-size: 1.3rem;
        padding-left: 25px;
        margin-top: 30px;
        line-height: 1.7;
    }



    .container .contact {
        color: #fff;
        width: 100%;
        margin: 150px 0;
        display: inline-block;
    }
    .container .contact h3 {
        font-size: 4rem;
    }
    .container .contact .re_line {
        border: 1px solid #fff;
        width: 70px;
        display: inline-block;
        margin: 50px 0 70px;
    }
    .container .contact .contact_text {
        overflow: auto;
    }
    .container .contact .contact_text p {
        font-size: 25px;
        width: 50%;
        float: left;
        font-weight: 600;
        margin-bottom: 70px;
    }
    .container .contact .contact_text p span {
        font-size: 18px;
        font-weight: normal;
    }
    .container .contact .con_input input {
        width: 100%;
        padding: 20px;
        font-size: 17px;
        margin: 10px 0;
    }
    .container .contact .con_input input.sendBtn {
        background: #e61d38;
        border: none;
        float: right;
        margin-top: 23px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        padding: 19px 67px;
        display: block;
        width: 200px;
    }

    footer {
        color: #fff;
        font-size: 14px;
        padding: 0 150px 100px;
    }
    footer p a {
        margin-bottom: 30px;
        display: block;
        color: #fff;
    }

    .topBtn {
        display: inline-block;
        position: fixed;
        right: 50px;
        bottom: 50px;
        z-index: 9;
    }