.con-header {
	display: flex;
    position: sticky;
    background: var(--white);
    padding: 16px 20px;
    top: 0;
    justify-content: space-between;
    align-items: center;
	z-index:99;
	padding: 12px;
	background: #ffffffbf;
	backdrop-filter: blur(8px);
}

.con-header-left, .con-header-right {
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap:20px;
}

.con-header-left {

	h2 {font:var(--type-subtitle2-b);display:none;}
	.mobile-nav-logo {
		display:inline-block;
		height:36px;
	}

}

.con-header-right {
	.hd-ad-point-wrap, > button {
		display:none;
	}
}

.nav-cash-wrap {
    display: flex;
    align-items: center;
    gap: var(--gap4);

	.c-mark {        
		font: var(--type-bodytitle-b);
        width: 30px;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid;
        border-radius: 50em;
		box-sizing: border-box;
	}

	p {font:var(--type-bodytitle-b); color:var(--color-1);}
}





.draweropen {
	width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
	display:flex;
	padding: 10px 7px 10px 12px;
    border: 1px solid var(--black15);
    border-radius: 8px;
}


.draweropen span, .draweropen span:before, .draweropen span:after {
    content: '';
    height: 2px;
    width: 20px;
    background-color: currentColor;
    transition: 0.1s;
    position: absolute;
}


.draweropen span:before {
    bottom: 6px;
}

.draweropen span:after {
    top: 6px;
}


.draweropen.active span {
    width: 0px;
    transition: 0.1s;
}

.draweropen.active span:before {
    bottom: 0;
    transition: all 0.1s cubic-bezier(.10,.0,.90,.0);
    transform: rotate(45deg);
}

.draweropen.active span:after {
	top: 0;
    transition: all 0.1s cubic-bezier(.10,.0,.90,.0);
    transform: rotate(-45deg);
}

.hd-ad-point-wrap {
	text-align:right;

	span {font:var(--type-discript); color:var(--black40);}
	h4 {font:var(--type-body-16-b);}
}


.hd-logo-wrap img {height:48px;}

.con-header-left h1.header-text  {font: var(--type-semititle-b); padding: 8px 0;}

.con-header-left .btn-back {line-height:1em;}