/* 공통 input 포커스 스타일 */
input.textbox:focus,
textarea.textbox:focus {
    background-color: #fff7e6; /* 연한 주황빛 */
    border-color: #ff9900;     /* 테두리 색상도 변경 가능 */
    outline: none;
}