body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont;
  background: #f5f6f8;
}

.deposit {
	max-width: 750px;
  margin: 0 auto;
  background: #fff;
  
  position: relative;
  padding-bottom: 38px;
  margin: 0 auto;
}

.top-bar {
  display: flex;
  padding: 12px 0 12px 6px;
	justify-content: space-between;
}

.title {

}

.title span {
  margin-right: 4px;
  color: #0A3688;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 3px 12px;
  font-size: 18px;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.icons a {
  margin-top: 5px;  
  text-decoration: none;
}

.icons img{
  max-width: 17px;
  margin-right: 10px;
  display: block;
}

.total-asset {
	margin: 10px;
	background: #F6F9FE;
	color: #585D6A;
	padding: 16px;
}

.total-title {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 4px;
	font-size: 15px;
}

.asset-value {
	color: #333333;
	font-weight: 600;
	font-size: 22px;
}

.deposit-button {
	background: #E7F1FD;
	color: #0A3688;
	display: flex;
	justify-content: center;
	padding: 8px 0;
	margin-top: 12px;
	font-size: 15px;
  gap: 8px;
}

.deposit-button img {
  width:14px;
  margin-top:1px;
}

.search-box {
  padding: 6px 4px;
  border-bottom: 1px solid #0A3688;
  color: #0A3688;
  display: flex;
  align-items: center;
  gap: 2px;
}

.search-box input {
  flex: 1;
  width:100%;
  border:0 !important;
  padding:0 !important;
  color: #0A3688 !important;
  outline: none;
  background: transparent;
  appearance: none;
}

.search-box svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0; /* 찌그러짐 방지 */
}

.search-box input::placeholder {
  color: #0A3688;
  font-size: 14px;
}

.menu-list {
  background: #fff;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.title-bundle {
	display: flex;
	flex-direction: row;
  align-items: center;
	gap: 10px;
}

.list-icon {
	width: 24px;
  height: 24px;
}

.list-title {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.grey-font {
  color: #999999;
  font-size: 14px;
}

.text-align-right {
  text-align: right;
}

.text-bold {
  font-weight: 600;
}

.detail-bundle {
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
}

.list-detail {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
  align-items: center;
}

.list-detail span {
  min-width: 42px;
}

.detail-bundle img {
	width: 8px;
  margin-left: 6px;
  margin-top: 2px;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  max-width: 750px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #0A3688;
  color: #fff;
  padding: 0;
  z-index: 3;
}

.bottom-menu1 {
  display: flex;
  align-items: center;
  padding: 8px 0 2px 0;
}

.bottom-menu2 {
  display: flex;
  align-items: center;
  padding: 8px 0 0 0;
}

.bottom-menu3 {
  display: flex;
  align-items: center;
  padding: 9px 0 0px 0;
}

.bottom-menu4 {
  display: flex;
  align-items: center;
  padding: 4px 0 0 0;
}

.bottom-menu5 {
  display: flex;
  align-items: center;
  padding: 9px 0 0 0;
}

.bottom-nav a {
  -webkit-tap-highlight-color: transparent;
}

.bottom-menu1 img {
  width: 32px;
  /* height: 35px; */
}

.bottom-menu2 img {
  width: 42px;
}

.bottom-menu3 img {
  width: 43px;
}

.bottom-menu4 img {
  width: 32px;
}

.bottom-menu5 img {
  width: 32px;
}