.filebox input[type="file"] {
    display: none;
}

.filebox label {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    display: inline-block;
    width: 20%;
    height: 41px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 41px;
    letter-spacing: -0.35px;
    vertical-align: middle;
    background-color: #898A8A;
    cursor: pointer;
    font-weight: 300;
}

input:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

textarea:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

select {
    /* ����Ƽ�� ���� ���߱� */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* IE 10, 11�� ����Ƽ�� ȭ��ǥ ����� */
select::-ms-expand {
    display: none;
}

select {
    width: 100%;
    /* ���ϴ� �ʺ��� */
    padding: 0px 45px 0px 15px;
    /* �������� ���� ���� */
    font-family: inherit;
    /* ��Ʈ ��� */
    background: url(../image/select.png) no-repeat 95% 50%;
    /* ����Ƽ�� ȭ��ǥ ��ü */
    border: 0px solid #999;
    border-radius: 0px;
    /* iOS �ձٸ𼭸� ���� */
    -webkit-appearance: none;
    /* ����Ƽ�� ���� ���߱� */
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align-last: left;
    transform: skewX(-0.3deg);
    background-color: transparent;
}


.container {
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 70px 0px 160px;
    position: relative;
    border-top: 3px solid #c00028;
}



.form_inner {
    font-size: 0px;
    width: 100%;
    max-width: 960px;
    margin: auto;
}




#mail_to {
    margin-bottom: 30px;
    display: none;
}

.mail_to_c {
    color: #000000;
    font-size: 1rem;
    font-weight: 800;
    width: 180px;
    border: 1px solid #ddd;
    padding: 5px;
}




.f_title {
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: -0.35px;
    text-transform: capitalize;
    color: #333333;
    height: 30px;
    margin-top: 6px;
    margin-bottom: 10px;
    width: 9%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.f_title .color1 {
    color: #c00028;
    padding-left: 5px;
}

.f_title.width2 {
    width: 11%;
}





.f_cont {
    clear: both;
    height: 41px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    width: 89%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
    border: 1px solid #ddd;
}

.f_cont.width50 {
    width: 50%
}

.f_cont_num {
    clear: both;
    height: 41px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    width: 16%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
    border: 1px solid #ddd;
}

.f_cont_num.icon {
    width: 3%;
    background-color: transparent;
    padding: 0px;
    text-align: center;
    border-bottom: 0px;
    border: 0px
}


.f_cont_email {
    clear: both;
    height: 41px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    width: 22%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
    border: 1px solid #ddd;
}

.f_cont_email#form_mail_3 {
    width: 40%;
}

.f_cont_email.icon {
    width: 3%;
    background-color: transparent;
    padding: 0px;
    text-align: center;
    border-bottom: 0px;
    border: 0px;
}



.f_cont2 {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    width: 89%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
    border: 1px solid #ddd;
}

.f_cont3 {
    clear: both;
    margin-bottom: 60px;
    width: 86%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top
}

.f_cont4 {
    clear: both;
    margin-bottom: 60px;
    width: 83%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top
}


.f_cont p {
    color: #808080;
    font-size: 1.1rem;
    height: 25px;
    line-height: 25px;
    padding: 5px 0px;
}

.f_cont_num p {
    color: #808080;
    font-size: 1.1rem;
    height: 25px;
    padding: 5px 0px;
    line-height: 25px;
}

.f_cont_email p {
    color: #808080;
    font-size: 1.1rem;
    height: 25px;
    padding: 5px 0px;
    line-height: 25px;
}




.f_input {
    width: 100%;
    height: 25px;
    color: #666666;
    border: 0px;
    background-color: transparent;
}

.f_input_radio {
    margin-right: 5px;
}

.form_cate_span {
    margin-right: 10px;
}

.f_input2 {
    height: 230px;
    width: 100%;
    color: #666666;
    padding-top: 10px;
    border: 0px;
    ;
    background-color: transparent;
}

.upload-name {
    display: inline-block;
    padding: 0px 8px;
    font-size: 0.8rem;
    line-height: 40px;
    color: #808080;
    vertical-align: middle;
    background-color: #fff;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    width: 78%;
    margin-right: 2%;
    box-sizing: border-box;
}




.captcha_img {
    height: 28px;
    width: auto;
    margin: 6px 10px 6px 0px;
    display: inline-block;
    vertical-align: top;
}

.refresh {
    font-size: 25px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    vertical-align: top;
}

.captcha_input {
    display: inline-block;
    padding: 0px 8px;
    font-size: 0.8rem;
    line-height: 40px;
    color: #808080;
    vertical-align: middle;
    background-color: #fff;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    width: 110px;
    box-sizing: border-box;
}







#form_send {
    width: 100%;
    max-width: 1200px;
    padding: 50px 0px 30px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#form_send_1 {
    width: 100%;
    text-align: center;
}


.submit {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.35px;
    height: 45px;
    color: #fff;
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin: 10px 20px;
    cursor: pointer;
    transition: all 0.4s;
    background-color: #c00028;
    border: 1px solid #c00028;
    font-weight: 300;
    text-transform: uppercase
}

.reset {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.35px;
    height: 45px;
    color: #666666;
    width: 100%;
    max-width: 150px;
    text-align: center;
    font-weight: 300;
    margin: 10px 20px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.4s;
    background-color: #fff;
    border: 1px solid #666666;
    text-transform: uppercase
}





.block {
    display: block;
}