.filebox input[type="file"] {  display: none; }
.filebox label { display: inline-block; width: 11.3vw; height: 50px; text-align: center;  color: #fff;  margin-left: 20px; font-size : 1.13rem; line-height : 50px; background: #ec6800; margin-top: 25px; cursor: pointer;}

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%; 
    /* ���ϴ� �ʺ��� */
    /* �������� ���� ���� */                                    
    font-family: inherit;                                    
    /* ��Ʈ ��� */                                    
    background: url(../img/select.png) no-repeat 90% 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;
}

.black {color: #333;}
.grey {color: #808080;}

.container { width: 100%;}



#form_check1 {padding: 0 55px;}
#form_check1.f_title::before {left: 1.9vw;}
#form_check2 {height: 15vh; padding: 16px; font-size : .9rem; line-height : 35.68px; letter-spacing : -0.43px; background: #f2f2f3; margin: 0 35px; overflow-y: scroll;}
#form_check2::-webkit-scrollbar {width: 13px;}
#form_check2::-webkit-scrollbar-thumb {height: 30%; background: #666; border-radius: 30px;}
#form_check2::-webkit-scrollbar-track {background: #e3e3e3; border-radius: 30px; margin: 20px 0;}
#form_check2 h4 {margin-top: 35px;}
/* 임의의 영역 생성 */


#mail_to {margin-bottom: 30px; display: none;}

.inputPd {padding: 0 5px;}
.FormWrap {margin-bottom: 65px;}
.contentsbox {width: 100%; padding: 0 25px; text-align: left;}
.radioWrap {display: flex; justify-content: flex-start; margin-top: 30px; gap: 70px; padding: 0 38px;}

.radioWrap .checkbox span {cursor: pointer;}
.checkbox .Bd {font-size : 16px; color: #808080;}
.form_ul {margin: 90px 0 70px; text-align: center;}
.form_ul .liWrap {display: inline-block; width: calc(100%/2 - 10px);}
#form_attached_1 {margin: 10px;}
#form_content_1 {height: 125px;}


.f_title {padding: 0 45px;  font-weight : bold; font-size : 1.18rem; line-height : 32.84px; text-transform: capitalize; margin-right: auto;text-align: left; position: relative;} 
.f_title::before {content: '*';position: absolute; color: #ff2626; font-size: 1.44rem; left: 30px; top: 4px;font-weight: bold;}
#form_mail::before {content: none;}
.dateWrap {display: flex; flex-direction: column; flex: 3;}


.f_cont {width: inherit; margin: 0 30px; height: 45px;background: #f2f2f3; }
.f_contents {padding: 10px; margin: 0; height: 285px; border: none;}
.f_file {padding: 10px; height: 50px; margin: 0; border: none; width: 80%;}

.f_cont_email { height: 45px; background: #fff;}
.f_cont_email {min-width: 350px;}
.f_cont_email select {color: #808080; padding: 0 10px;}
.f_cont_num_icon, .f_cont_email_icon {height: 45px; line-height: 45px; padding: 0; border: none;}

.f_cont p { color: #808080; font-size: 1.1rem; height: 25px; line-height: 25px; padding: 5px 0px;}


.f_input { width: 100%; height: 45px; line-height: 45px; padding: 10px; border: none; background: transparent; font-family: "Leferi";  font-size: 1rem;}
.f_input_radio { margin-right: 5px;}
.form_cate_span {margin-right: 10px;}
.f_input2 { height: 110px;  width: 100%; padding: 10px;  border: 0px;; background-color: transparent; font-family: "Leferi";   font-size: 1rem; }
.upload-name { flex: 1; 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; font-family: "Leferi";  font-size: 0.8rem; }



#form_send { width: 100%;  margin: 45px 0; text-align: right; padding: 0 15px;}


.submit { font-size : 1.13rem; line-height : 55px;  letter-spacing: -0.35px; width: 11.4vw;  height: 55px;  color: #fff;  text-align: center;  margin: 10px 20px;   cursor: pointer;  transition: all 0.4s; background: #ec6800;  border: none;  text-transform: uppercase;  font-family: "Leferi";}

.reset { font-size : 1.13rem; line-height : 55px; letter-spacing: -0.35px; width: 11.4vw; height: 55px; color: #fff; text-align: center; margin: 10px 20px; background: #b2b2b2; cursor: pointer; transition: all 0.4s; border:none;  text-transform: uppercase; font-family: "Leferi"; }


@media screen and (max-width: 780px) {


    .f_cont.width50 {width: 100%;}
    .f_title {width:100%; border-right: 0px;}
    .f_cont {margin-bottom: 30px;}
    .f_cont_email { width: 35%; margin-bottom: 30px;}
    .f_cont_email.icon { width: 8%;}
    .f_cont_email#form_mail_3 { width: 57%;}
    .f_cont_num { width: 29%; margin-bottom: 30px; padding-left: 10px;    padding-right: 10px;}
    .f_cont_num.icon { width: 6%; }
    .container { padding: 35px 10px 160px; }
    .f_cont {width: 100%;}
    .f_cont2 { width: 100%; margin-bottom: 30px; }
    #form_send_1 { width: 100%; }
    .submit { margin: 10px 5px; display: inline-block; }
    .reset { margin: 10px 0; display: inline-block; }
    .f_title.width2 { width: 100%; }
    .f_cont3 {  width: 100%;  margin-bottom: 30px; }
    .upload-name { width: 69%;}
    .filebox label { width: 29%; }
    select {background: url(../image/select.png) no-repeat 95% 65%;    padding: 0px; background-size: 20%; }
    #form_send {padding-top: 0px;}
}

@media screen and (max-width: 460px) {
  .form_ul .liWrap {width: 100%;}
  .f_title {width: inherit;}
  .f_cont {width: inherit;}
  .filebox label {width: 50%;}
  .submit {width: 20vw;}
  .reset {width: 20vw;}
  .radioWrap {gap: 20px; padding: 0;}
  .radioWrap {flex-direction: column;}
  .sub_5_1 {padding: 50px 0 40px;}
  .sub_5_1 article:first-child {margin-bottom: 20px;}
  .checkbox .Bd {font-size: 11px;}
}