
    article, aside, body, button, dd, dialog, div, dl, dt, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, input, legend, li, main, nav, ol, p, pre, section, select, table, td, textarea, th, ul {
        margin: 0;
        padding: 0;
    }

    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    article, aside, dialog, figure, footer, header, main, nav, section {
        display: block;
    }

    body, html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }

    fieldset, form, img, li, svg {
        border: 0;
        vertical-align: top;
    }

    ol, ul {
        list-style: none;
    }

    button {
        overflow: visible;
        border: 0;
        background-color: transparent;
        cursor: pointer;
    }

        button:disabled {
            cursor: default;
        }

        button::-moz-focus-inner {
            padding: 0;
            margin: -1px;
        }

    button, input, select {
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    address, caption, em {
        font-style: normal;
    }

    a, a:active, a:focus, a:hover {
        text-decoration: none;
    }

    .blind, .chk_box input, caption span, legend {
        display: block;
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        margin: -1px;
        clip: rect(0 0 0 0);
    }

    body.scroll_fix {
        overflow: hidden;
    }

    .section {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }

        .section .inner .txt {
            position: relative;
        }

        .section .tit {
            display: block;
            margin-bottom: 20px;
            font-size: 65px;
            line-height: 1.14em;
        }

        .section .txt_intro {
            font-size: 16px;
            letter-spacing: -.8px;
        }

        .section .txt {
            font-size: 48px;
            line-height: 1.35em;
            font-weight: 100;
            color: #000;
            letter-spacing: -2px;
        }

    form {
        clear: both;
    }

    .form_box {
        clear: both;
        padding: 30px 175px 140px;
        margin: 65px 0 210px;
        background: #fafafa;
        letter-spacing: -.7px;
    }
        .form_box .row {
            padding: 14px 30px 0;
        }

            .form_box .row:after, .form_box .row:before {
                content: '';
                display: block;
                clear: both;
            }

            .form_box .row + .row {
                margin-top: 20px;
            }

        .form_box .col {
            float: left;
            width: 46%;
            font-size: 0;
        }

            .form_box .col + .col {
                float: right;
            }

        .form_box .inp[type=radio], .form_box .inp[type=checkbox] {
            position: absolute;
            z-index: -10;
        }

    .inp_box {
        position: relative;
        padding-bottom: 13px;
        border-bottom: 1px solid #ccc;
    }

        .inp_box.active, .inp_box.end {
            padding-right: 130px;
        }

            .inp_box.active .lab, .inp_box.end .lab {
                left: auto;
                right: 0;
                color: #8e4dc2;
            }

        .inp_box .inp {
            width: 100%;
            height: 27px;
            font-size: 17px;
            border: 0;
            background: 0 0;
            -webkit-box-shadow: 0px 0px 0 100px #5d00a7 inset !important;
            -webkit-text-fill-color: #fff !important;
        }

            .inp_box .inp:focus {
                outline: 0;
            }

        .inp_box .lab {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 17px;
        }

    .textarea_box {
        position: relative;
        padding: 24px 29px 30px;
    }

        .textarea_box textarea {
            width: 100%;
            height: 200px;
            font-size: 17px;
            border: 0;
            outline: 0;
            resize: none;
        }

    .chk_box .lab, .file_box .lab, .row_chk .lk_policy {
        font-size: 17px;
    }

    .file_box {
        position: relative;
        overflow: hidden;
        margin-top: 30px;
        letter-spacing: normal;
    }

        .file_box .lab {
            margin-left: 1px;
            line-height: 1.76em;
            font-weight: 500;
            border-bottom: 1px solid #222;
        }

        .file_box .inp {
            position: absolute;
            top: -20px;
            font-size: 0;
        }

    .btn_submit {
        width: 240px;
        height: 60px;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
    }

    #fullpage {
        background-color: #5D00A7;
    }

    #Section1 {
        height: 100vh;
    }

    div.contact-1 {
        height: 14.1%;
        width: 100%;
        display: block;
    }

    div.contact-2 {
        height: 215px;
        width: 100%;
        padding: 0px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        div.contact-2 > .title {
            font-size: 110px;
            text-align: center;
            font-family: 'montserrat-extrabold';
        }

        div.contact-2 > .sub-text {
            font-size: 18px;
            color: #efefef;
            margin-top: 35px;
            font-family: 'notosanskr-medium';
        }

        div.contact-2 > .sub-text2 {
            font-size: 16px;
            color: #cbcbcb;
            margin-top: 12px;
            font-family: 'notosanskr-regular';
        }

    .form_box {
        background: #5D00A7;
        padding: 0px 480px 0px;
        margin: 30px 0 15px;
        letter-spacing: -.7px;
        clear: both;
    }

        .form_box .row {
            padding: 5px 30px 0;
        }

    .inputForm {
        margin-bottom: 20px;
    }

    .inp_box {
        position: relative;
        padding-bottom: 13px;
        border-bottom: 1px solid #8e4dc2;
    }

        .inp_box .lab {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 17px;
            font-family: 'notosanskr-medium';
            color: #efefef;
        }

        .inp_box .inp {
            width: 100%;
            height: 27px;
            font-size: 18px;
            font-family: 'notosanskr-light';
            color: #ffffff;
            border: 0;
            background: 0 0;
        }

    .textarea_box {
        position: relative;
        margin: 15px 0px 0px;
        border: none;
        padding: 0;
        background: none;
    }

        .textarea_box textarea {
            width: 100%;
            height: 60px;
            font-size: 18px;
            font-family: 'notosanskr-light';
            color: #ffffff;
            background-color: #5D00A7;
            border: 0;
            outline: 0;
            resize: none;
        }

    .file_box {
        margin-top: 2px;
        font-size: 14px;
    }

        .file_box .lab {
            border-bottom: none;
            line-height: unset;
        }

    .form_box .row + .row {
        margin-top: 20px;
    }

    div.contact-4 {
        text-align: center;
        margin: 18px auto 50px;
    }

        div.contact-4 .btn_submit {
            width: 240px;
            height: 60px;
            font-size: 17px;
            font-weight: 700;
            color: #ffffff;
            border: 1px solid #ffffff;
            background: none;
            cursor: pointer;
        }

            div.contact-4 .btn_submit:hover {
                background-color: #ffffff;
                color: #5D00A7;
            }

    #ex_file {
        display: none;
    }

    .inp_box.active {
        border-color: #ffffff;
        padding-right: 130px;
    }

        .inp_box.active .lab {
            left: auto;
            right: 0;
            color: #8e4dc2;
        }

.fileupload {
    margin-left: 180px;
    font-size: 15px;
    line-height: unset;
}


    br.contact-mo {
        display: none;
    }

    #ft1 a img {
        display: none;
    }

label.labContactTime {
    margin-top: 2px;
}

select.contactTime {
    appearance: auto;
    margin-left: 130px;
    font-size: 14px;
    line-height: unset;
    width: 90px;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}

div.agree-checkbox {
    text-align: center;
    margin-top: 17px;
}

    div.agree-checkbox > input {
        -webkit-appearance: checkbox;
        appearance: auto;
        margin-right: 15px;
    }

    div.agree-checkbox > label {
        word-spacing: 5px;
    }

@media screen and (max-width: 1440px) {

    div.contact-1 {
        height: 14.1%;
        width: 100%;
        display: block;
    }

    div.contact-2 {
        height: 215px;
        width: 100%;
        padding: 0px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        div.contact-2 > .title {
            font-size: 110px;
            text-align: center;
            font-family: 'montserrat-extrabold';
        }

        div.contact-2 > .sub-text {
            font-size: 18px;
            color: #efefef;
            margin-top: 35px;
            font-family: 'notosanskr-medium';
        }

        div.contact-2 > .sub-text2 {
            font-size: 16px;
            color: #cbcbcb;
            margin-top: 12px;
            font-family: 'notosanskr-regular';
        }

    .form_box {
        background: #5D00A7;
        padding: 0px 220px 0px;
        margin: 50px 0 15px;
        letter-spacing: -.7px;
        clear: both;
    }

        .form_box .row {
            padding: 5px 30px 0;
        }

    .inputForm {
        margin-bottom: 20px;
    }

    .inp_box {
        position: relative;
        padding-bottom: 13px;
        border-bottom: 1px solid #8e4dc2;
    }

        .inp_box .lab {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 17px;
            font-family: 'notosanskr-medium';
            color: #efefef;
        }

        .inp_box .inp {
            width: 100%;
            height: 27px;
            font-size: 18px;
            font-family: 'notosanskr-light';
            color: #ffffff;
            border: 0;
            background: 0 0;
        }

    .textarea_box {
        position: relative;
        margin: 15px 0px 0px;
        border: none;
        padding: 0;
        background: none;
    }

        .textarea_box textarea {
            width: 100%;
            height: 60px;
            font-size: 18px;
            font-family: 'notosanskr-light';
            color: #ffffff;
            background-color: #5D00A7;
            border: 0;
            outline: 0;
            resize: none;
        }

    .file_box {
        margin-top: 0px;
    }

        .file_box .lab {
            border-bottom: none;
        }

    .form_box .row + .row {
        margin-top: 20px;
    }

    div.contact-4 {
        text-align: center;
        margin: 22px auto 50px;
    }

        div.contact-4 .btn_submit {
            width: 240px;
            height: 60px;
            font-size: 17px;
            font-weight: 700;
            color: #ffffff;
            border: 1px solid #ffffff;
            background: none;
            cursor: pointer;
        }

    #ex_file {
        display: none;
    }

    .inp_box.active {
        border-color: #ffffff;
        padding-right: 130px;
    }

        .inp_box.active .lab {
            left: auto;
            right: 0;
            color: #8e4dc2;
        }

    .fileupload {
        margin-left: 200px;
    }


    br.contact-mo {
        display: none;
    }

    fieldset {
        min-inline-size: unset;
    }
}

@media screen and (max-width: 1024px) {

    #fullpage {
        height: auto;
    }

    #Section1 {
        height: 100%;
    }

    fieldset {
        min-inline-size: unset;
    }

    .form_box {
        padding: 0;
        margin: 0;
        margin-top: 55px;
    }

        .form_box .row {
            padding: 5px 13px 0;
        }

    .inp_box {
        padding-bottom: 1px;
    }

        .inp_box .lab {
            font-size: 18px;
            letter-spacing: 0.2px;
        }

    div.contact-1 {
        height: 17vh;
    }

    div.contact-2 {
        height: 113px;
    }

        div.contact-2 > .title {
            font-size: 40px;
        }

        div.contact-2 > .sub-text {
            font-size: 17px;
            margin-top: 14px;
            text-align: center;
        }

            div.contact-2 > .sub-text > p {
                line-height: 1.5em;
            }

        div.contact-2 > .sub-text2 {
            font-size: 15px;
        }

    div.contact-3 {
        margin-top: 50px;
    }

    br.contact-mo {
        display: block;
    }

    .fileupload {
        margin-left: 0;
        margin: 16px 0 5px;
    }

    .form_box .row + .row {
        margin-top: 33px;
    }

    div.contact-4 .btn_submit {
        margin-top: 50px;
    }

    .subForm {
        margin: 33px 13px 0;
    }

        .subForm > .subForm-row {
            margin-top: 24px;
        }

    select.contactTime {
        margin-left: 0;
        margin: 30px 0 5px;
    }
}

/*¿©±â¼­ºÎÅÍ ¸ð¹ÙÀÏ*/
@media screen and (max-width: 720px) {

    #fullpage {
        height: auto;
    }

    fieldset {
        min-inline-size: unset;
    }

    .form_box {
        padding: 0;
        margin: 0;
        margin-top: 55px;
    }

        .form_box .row {
            padding: 5px 13px 0;
        }

    .inp_box {
        padding-bottom: 1px;
    }

        .inp_box .lab {
            font-size: 14px;
            letter-spacing: 0.2px;
        }

    div.contact-2 {
        height: 113px;
    }

        div.contact-2 > .title {
            font-size: 30px;
        }

        div.contact-2 > .sub-text {
            font-size: 13px;
            margin-top: 14px;
            text-align: center;
        }

            div.contact-2 > .sub-text > p {
                line-height: 1.5em;
            }

        div.contact-2 > .sub-text2 {
            font-size: 12px;
        }

    div.contact-3 {
        margin-top: 10px;
    }

    br.contact-mo {
        display: block;
    }

    .fileupload {
        margin-left: 0;
        margin: 16px 0 5px;
    }

    .form_box .row + .row {
        margin-top: 33px;
    }

    div.contact-4 .btn_submit {
        margin-top: 50px;
    }

    .subForm {
        margin: 33px 13px 0;
    }

        .subForm > .subForm-row {
            margin: 30px -15px;
        }

    select.contactTime {
        margin-left: 0;
        margin: 16px 0 5px;
    }
}

@media screen and (max-width: 520px) {

    #fullpage {
        height: auto;
    }

    fieldset {
        min-inline-size: unset;
    }

    .form_box {
        padding: 0;
        margin: 0;
        margin-top: 55px;
    }

        .form_box .row {
            padding: 5px 13px 0;
        }

    .inp_box {
        padding-bottom: 1px;
    }

        .inp_box .lab {
            font-size: 14px;
            letter-spacing: 0.2px;
        }

    div.contact-1 {
    }

    div.contact-2 {
        height: 113px;
    }

        div.contact-2 > .title {
            font-size: 30px;
        }

        div.contact-2 > .sub-text {
            font-size: 13px;
            margin-top: 14px;
            text-align: center;
        }

            div.contact-2 > .sub-text > p {
                line-height: 1.5em;
            }

        div.contact-2 > .sub-text2 {
            font-size: 12px;
        }

    div.contact-3 {
        margin-top: 10px;
    }

    br.contact-mo {
        display: block;
    }

    .fileupload {
        margin-left: 0;
        margin: 16px 0 5px;
    }

    .form_box .row + .row {
        margin-top: 33px;
    }

    div.contact-4 .btn_submit {
        margin-top: 50px;
    }

    .subForm {
        margin: 33px 13px 0;
    }

        .subForm > .subForm-row {
            margin-top: 24px;
        }
}