/* 상단 날짜 및 검색 영역 스타일 */ .top-date-search { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; background-color: #f8f8f8; border-bottom: 1px solid #eaeaea; } .today-date { padding: 5px 10px; font-size: 13px; color: #777; } .search-block { position: relative; float: right; width: 190px; height: 30px; margin-right: 10px; } .search-button { background: #f88c00; border: none; position: absolute; right: 0; top: 0; height: 30px; width: 30px; cursor: pointer; color: #fff; } .search-live { width: 150px; border: 1px solid #eaeaea; height: 28px; padding: 0 5px; } .login-button { display: inline-block; } .btn-login { display: inline-block; padding: 5px 15px; background-color: #f88c00; color: #fff; text-decoration: none; border-radius: 3px; }