/*
Theme Name: afactory
Author: 
Description: afactory
Version: 1.0
Template: growix

This is the child theme for growix theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* 파일 업로드 필드 스타일 조정 */
.wpcf7-form-control.wpcf7-file {
    background-color: #ffffff; !important; /* 배경색을 다른 입력 필드와 동일하게 설정 */
    border: 1px solid #cccccc; !important; /* 테두리를 다른 입력 필드와 동일하게 설정 */
    border-radius: 4px; !important; /* 모서리 둥글기를 다른 입력 필드와 동일하게 설정 */
    padding: 10px; !important; /* 안쪽 여백을 다른 입력 필드와 동일하게 설정 */
    font-size: 14px; !important; /* 글꼴 크기를 다른 입력 필드와 동일하게 설정 */
    color: #333333; !important; /* 글자 색상을 다른 입력 필드와 동일하게 설정 */
    width: 100%; !important; /* 너비를 다른 입력 필드와 동일하게 설정 */
    box-sizing: border-box; !important; /* 박스 크기 계산 방식을 다른 입력 필드와 동일하게 설정 */
    cursor: pointer; !important; /* 마우스 커서를 포인터로 설정 */
}

/* 파일 업로드 버튼 스타일 조정 */
.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
    background-color: #007bff; !important; /* 버튼 배경색을 다른 버튼과 동일하게 설정 */
    color: #ffffff; !important; /* 버튼 글자 색상을 다른 버튼과 동일하게 설정 */
    border: none; !important; /* 버튼 테두리를 제거 */
    padding: 8px 12px; !important; /* 버튼 안쪽 여백을 다른 버튼과 동일하게 설정 */
    border-radius: 4px; !important; /* 버튼 모서리 둥글기를 다른 버튼과 동일하게 설정 */
    font-size: 14px; !important; /* 버튼 글꼴 크기를 다른 버튼과 동일하게 설정 */
    font-weight: bold; !important; /* 버튼 글꼴 두께를 다른 버튼과 동일하게 설정 */
    cursor: pointer; !important; /* 마우스 커서를 포인터로 설정 */
}

/* 파일 업로드 버튼 스타일 조정 (Edge 및 IE) */
.wpcf7-form-control.wpcf7-file::-ms-browse {
    background-color: #007bff; !important; /* 버튼 배경색을 다른 버튼과 동일하게 설정 */
    color: #ffffff; !important; /* 버튼 글자 색상을 다른 버튼과 동일하게 설정 */
    border: none; !important; /* 버튼 테두리를 제거 */
    padding: 8px 12px; !important; /* 버튼 안쪽 여백을 다른 버튼과 동일하게 설정 */
    border-radius: 4px; !important; /* 버튼 모서리 둥글기를 다른 버튼과 동일하게 설정 */
    font-size: 14px; !important; /* 버튼 글꼴 크기를 다른 버튼과 동일하게 설정 */
    font-weight: bold; !important; /* 버튼 글꼴 두께를 다른 버튼과 동일하게 설정 */
    cursor: pointer; !important; /* 마우스 커서를 포인터로 설정 */
}