/* �⺻ �ؽ�Ʈ ��Ÿ�� */
.formmail_txt {}

/* �׸�ĭ ��Ÿ�� */
.formmail_title_bgcolor {
    width: 10%;
}
/* �Է�ĭ ��Ÿ�� */
.formmail_cell_bgcolor {
    width: 80%;
}
.project_part {
    padding: 50px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 30px;
}

.table_05 {
    width: 100%;

}
.table_05 td {
    padding: 10px 0;
    color: #333;
}

.table_05 .comment td {
    vertical-align: top;
}

.table_05 td font {
    font-size: 22px;
}
.table_05 td input {
    width: 96%;
    height: 60px;
    background: #f4f4f4;
    padding: 0 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    font-size: 19px;
}
.table_05 input[type="text"] {
    width: 94%;
}

.table_05 input[name="mobile_no1"],
.table_05 input[name="mobile_no2"],
.table_05 input[name="mobile_no3"],
.table_05 input[name="address_post1"],
.table_05 input[name="phone_no1"],
.table_05 input[name="phone_no2"],
.table_05 input[name="phone_no3"] {
    width: 50px;
}
.table_05 input[name="name"] {
    width: 94%;
}

.table_05 input[type="checkbox"] {
    height: 12px;
    width: 12px;
}

.table_05 textarea {
    width: 100%;
    background: #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    padding: 5px;
    font-size: 19px;
    padding: 22px;
}
.table_05 textarea.formmail_textarea_style {
    max-width: 93%;
}

.contactform {
    margin: 0 auto;
    text-align: center;
}

#contactform-us-button {
    width: 220px;
    height: 70px;
    padding: 0 20px;
    line-height: 30px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 27px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-color: #d0121b;
    margin-top: 20px;
}
.form-table tr {
    }

    @media screen and (max-width:740px) {

        .project_part{padding: 15px; margin-top: 10px;}
        .table_05 td{padding: 5px 0;}
        .table_05 td font{font-size: 12px;}

        .table_05 td input{height: 35px; width: 96% !important;}
        .table_05 td input{font-size: 12px;}
        .table_05 textarea{font-size: 12px; padding: 8px;}
        .formmail_title_bgcolor{width: 16%;}
        #contactform-us-button{font-size: 15px; width: auto; height: auto; margin-top: 10px;}



    }

