/* customHeaderButtonBackgrount color change */
button.customHeaderButtonBackground {
    background-color: #07336b !important;
}

/* 클릭(focus) 시 placeholder 텍스트 투명하게 처리 */
div.queryBox input:focus::placeholder {
    color: transparent !important;
}