
section.header_container{
	font-family: var(--system-ui);
	}
.header_bar{
	display:flex;
	position:fixed;
	width:100%;
	top: 0;
	height:60px;
	line-height: 60px;
	background-color: var(--hd_bkgcolor);
	padding:0 8px;
	z-index: 10;
	}
.header_bar-left{
	display:flex;
	flex:1 1 400px;
	}
.header_bar-right{
	display:flex;
	text-align: right;
	color:#fff;
	flex:1 1 404px;
	justify-content: right;
	}


/* NOTICE ============ */

.headr .notice{
	display:flex;
	width:100%;
	background-color: var(--hd_noticebgcolor);
	color:var(--hd_noticecolor);
	line-height: 48px;
	}
.headr .notice .lt{
    flex:0 0 28px;
    height: 28px;
    width: 28px;
    margin: 10px 0 0 16px;
	}
.headr .notice .ct{
	flex:1 1 auto;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	}
.headr .notice .rt{
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin: 10px 16px 0 0;
    border:1px solid var(--hd_noticebgcolor);
    border-radius:4px;
	}
.headr .notice .rt:hover{
	border:1px solid var(--white);
	}
.headr .notice .rt svg{
	pointer-events: none;
	}


/* header_bar-navbtn ============ */

a.header_bar-navbtn {
	display:flex;
	background-color: var(--hd_bkgcolor);
	text-decoration: none;
	color: #FFFFFF !important;
	font-size: 14px;
	height:60px;
	line-height: 60px;
	padding:0 8px 0 20px;
	}
a.header_bar-navbtn:hover {
	text-decoration: none !important;
	}
.header_bar-navbtn i{
    display: inline-block;
    height: 60px;
    width: 24px;
    background-image: var(--droparrowsvg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
	}
.header_bar-navitem {
	display: none;
	}
.header_bar-navitemlist {
	display: none;
	position: absolute;
	background-color: var(--hd_hovcolor);
	min-width: 240px;
	z-index: 10;
	top: 100%;
	left: 0;
	}
.header_bar-navitemlist a {
	color: #FFF !important;
	padding: 0 16px;
	text-decoration: none;
	text-align: left;
	display: block;
	height:48px;
	line-height: 48px;
	font-size: 14px;
	}
.header_bar-navitemlist a:hover {
	text-decoration: none !important;
	}



/* header_bar-userbtn ============ */

.header_bar-userbtn {
	display:flex;
	background-color: var(--hd_bkgcolor);
	text-decoration: none;
	color: #FFFFFF !important;
	font-size: 14px;
	height:60px;
	line-height: 60px;
	padding:0 8px 0 16px;
	}
.header_bar-userbtn i{
    display: inline-block;
    height: 60px;
    width: 24px;
    background-image: var(--droparrowsvg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
	}
.header_bar-useritem {
	display: none;
	}
.header_bar-useritemlist {
	display: none;
	position: absolute;
	background-color: var(--hd_hovcolor);
	min-width: 320px;
	z-index: 10;
	top: 100%;
	left: 0;
	}
.header_bar-useritemlist a {
	color: #FFF !important;
	padding: 0 16px;
	text-decoration: none;
	display: block;
	height:48px;
	line-height: 48px;
	font-size: 14px;
	}
.headr .header_bar-useritemlist a.logout{
	border-top:1px solid var(--hd_selectcolor);
	border-bottom:1px solid var(--hd_selectcolor);
	font-weight: 700;
	}
.header_bar-useritemlist a:hover {
	text-decoration: none !important;
	}




.header_bar-navitemlist a:hover {
	background-color: var(--hd_selectcolor);
	}
.header_bar-navitem:hover .header_bar-navitemlist{
	display: block;
	}
.header_bar-navitem:hover .header_bar-navbtn {
	background-color: var(--hd_hovcolor);
	}


.header_bar-useritemlist a:hover {
	background-color: var(--hd_selectcolor);
	}
.header_bar-useritem:hover .header_bar-useritemlist{
	display: block;
	}
.header_bar-useritem:hover .header_bar-userbtn {
	background-color: var(--hd_hovcolor);
	}


section.header .animatedown{
	animation: growDown 250ms ease-in-out forwards;
	transform-origin: top center;
	}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.05)
    }
    100% {
        transform: scaleY(1)
    }
}

.header_bar-menubtn {
    display: inline-block;
    height: 60px;
    width: 50px;
    line-height: 60px;
    background-image: var(--menusvg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
	}
.header_bar-menubtn:hover{
	background-color: var(--hd_hovcolor);
	}



.header_bar-hmodal{
	display: none;
	}
.header_bar-hmodal.isactive {
	display: block;
	}
.header_bar-modal {
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.3s;
	background-color: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
.header_bar-hmodal.isvisible .header_bar-modal {
	opacity: 0.40;
	}


	



/* ORG BUTTON ============ */

.header_bar-orgbtn {
	display:flex;
	background-color: var(--hd_bkgcolor);
	text-decoration: none;
	color: #FFFFFF !important;
	font-size: 14px;
	height:60px;
	line-height: 60px;
	padding:0 8px 0 16px;
	}
.header_bar-orgbtn i{
    display: inline-block;
    height: 60px;
    width: 24px;
    background-image: var(--droparrowsvg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
	}
.header_bar-orgbtn:hover{
	background-color:var(--hd_hovcolor);
	}
.header_bar-org {
	display: none;
	}
.header_bar-org:hover .header_bar-orgbox{
	display: block;
	}
.header_bar-org:hover .header_bar-orgbtn {
	background-color: var(--hd_hovcolor);
	}
.header_bar-orgbox{
	display: none;
	position: absolute;
	background-color: var(--hd_hovcolor);
	width:520px;
	padding:20px;
	z-index: 10;
	top: 100%;
	right: left;
	}
table.header_bar-status {
	width: 100%;
 	border-collapse:separate;
 	border-spacing: 0;
 	background-color: var(--hd_hovcolor);
 	border-top: 1px solid var(--hd_selectcolor);
	}
table.header_bar-status td{
	padding:0;
	font-size: 12px;
	color:#fff;
	border-bottom: 1px solid var(--hd_selectcolor);
	}
table.header_bar-status tbody{
	display:none;
	}
table.header_bar-status tbody.active{
	display:table-row-group;
	}
table.header_bar-status tr.hd a{
	display:inline-block;
	line-height: 36px;
	padding:0 8px;
	color:var(--hd_selectcolor);
	}
table.header_bar-status tr.hd a.selected{
	color:var(--white);
	}
table.header_bar-status tr.hd a:hover{
	background-color:var(--hd_selectcolor);
	color:var(--white);
	text-decoration: none;
	}
table.header_bar-status tr.hd a.selected:hover{
	background-color:var(--hd_hovcolor);
	color:var(--white);
	text-decoration: none;
	}
table.header_bar-status tr.link a{
	display:block;
	line-height: 48px;
	padding:0 8px;
	color:var(--white);
	}
table.header_bar-status tr.link:hover{
	background-color:var(--hd_selectcolor);
	}
table.header_bar-status tr.link a:hover{
	text-decoration: none;
	}
table.header_bar-status tr.nolink div{
	display:block;
	line-height: 48px;
	padding:0 8px;
	color:var(--white);
	}
table.header_bar-status td.bg{
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	}
table.header_bar-status td.sm{
	font-size: 12px;
	line-height: 36px;
	vertical-align: top;
	}



/* BAG BUTTON ============ */

.header_bar-bagouter{
	display:block;
	width: 50px;
	padding:0 12px;
	margin-right: 12px;
	}

.header_bar-bagbtn {
    display:block;
    height: 60px;
    width: 50px;
    line-height: 60px;
    background-image: var(--bagsvg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
	font-size: 11px;
	}
	
.header_bar-bagbtn span{
	display:block;
	position:absolute;
	background-color:var(--white);
	color:var(--black);
	width:16px;
	height:15px;
	text-align: center;
	border-radius: 16px;
	top:28px;
	left:23px;
	padding-top: 1px;
	}
.header_bar-bagbtn:hover{
	background-color:var(--hd_hovcolor);
	}
.header_bar-bag {
	position: relative;
	display: inline-block;
	}
.header_bar-bag:hover .header_bar-bagbox{
	display: block;
	}
.header_bar-bag:hover .header_bar-bagbtn {
	background-color: var(--hd_hovcolor);
	}
.header_bar-bagbox{
	display: none;
	position: absolute;
	background-color: var(--hd_hovcolor);
	width:520px;
	padding:0 20px;
	z-index: 10;
	top: 100%;
	right: 0;
	}
.header_bar table {
	width: 100%;
 	border-collapse:separate;
 	border-spacing: 0;
 	background-color: var(--hd_hovcolor);
	}
.header_bar td{
	padding:5px;
	font-size: 12px;
	color:#fff;
	}
.header_bar td b{
	font-weight: 700;
	}
.header_bar tr.thead td{
	color:var(--hd_selectcolor);
	font-weight: 700;
	}
.header_bar-baghead{
	text-align: center;
	color:var(--white);
	font-size: 14px;
	line-height: 44px;
	border-bottom: 1px solid var(--hd_selectcolor);
	margin-bottom: 12px;
	}
.header_bar-bagtotal{
	margin-top: 12px;
	border-top: 1px solid var(--hd_selectcolor);
	border-bottom: 1px solid var(--hd_selectcolor);
	height:44px;
	line-height: 44px;
	text-align: right;
	font-size: 12px;
	color:#fff;
	font-weight: 700;
	}
.header_bar-bagtotal span{
	display:inline-block;
	color:var(--hd_selectcolor);
	margin-right: 12px;
	font-weight: 700;
	}
.header_bar-bagfoot{
	display:flex;
	padding:24px 0 16px 0;
	}
.header_bar-bagfoot_lt{
	flex: 1 1 auto;
	text-align: left;
	}
.header_bar-bagfoot_rt{
	}
.header_bar-bagfoot a{
	display:inline-block;
	background-color: var(--hd_hovcolor);
	border:1px solid var(--hd_hovcolor);
	border-radius:3px;
	color:var(--hd_color) !important;
	height:40px;
	line-height: 40px;
	padding:0 12px;
	font-size: 14px;
	transition: 0.2s;
	}
.header_bar-bagfoot a:hover{
	background-color: var(--hd_selectcolor);
	text-decoration: none;
	}
.header_bar-bagempty{
	text-align: center;
	color:var(--white);
	font-size: 14px;
	height:48px;
	line-height: 48px;
	}
	

.header_bar-remove {
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 4px;
    padding:4px;
	}
.header_bar-remove:hover {
    background-color: #F59E0B;
    cursor:pointer;
	}
.header_bar-remove svg{
	pointer-events: none;
	vertical-align: middle;
	}

.header_bar-userwish{
	display:none;
	}
.header_bar-heartbtn {
    display: inline-block;
    height: 60px;
    width: 50px;
    line-height: 60px;
    background-image: var(--wishsvg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
	font-size: 11px;
	}
.header_bar-heartbtn:hover{
	background-color:var(--hd_hovcolor);
	}
.header_bar-chartbtn {
    display: inline-block;
    height: 60px;
    width: 50px;
    line-height: 60px;
    background-image: var(--comparesvg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
	font-size: 11px;
	}
.header_bar-chartbtn:hover{
	background-color:var(--hd_hovcolor);
	}




/* RESPONSIVE ============ */	

@media only screen and (min-width: 1200px){
.header_bar-left{
	display:flex;
	flex:1 1 500px;
	}
.header_bar-right{
	display:flex;
	text-align: right;
	color:#fff;
	flex:1 1 auto;
	justify-content: right;
	}
.header_bar-org {
	position: relative;
	display: inline-block;
	}
.header_bar-navitem {
	position: relative;
	display: inline-block;
	}
.header_bar-useritem {
	position: relative;
	display: inline-block;
	}
.header_bar-menubtn{
     display: none; 
	}
.header_bar-userwish{
	position: relative;
	display: inline-block;
	}
}





/* MENU DRAWER ============ */

.menudrawer {
	display: none;
	font-family: var(--system-ui);
	}
.menudrawer .menudrawer_body {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	max-width: 500px;
	z-index: 10000;
	overflow: auto;
	transition: transform 0.2s;
	background-color:var(--hd_bkgcolor);
	display: flex;
	flex-direction: column;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-overflow-scrolling: touch;
	}
.menudrawer.isactive {
	display: block;
	}
.menudrawer.isvisible .menudrawer_body {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
.menudrawer.isvisible .menudrawer_modal {
	opacity: 0.40;
	}
.menudrawer .menudrawer_modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	opacity: 0;
	transition: opacity 0.3s;
	background-color: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}




/* MOBILE MENU  ============ */

.mobmenu{
	max-width: 600px;
	font-family: var(--system-ui);
	}
.mobmenu a.closebtn {
    display: inline-block;
    height: 60px;
    width: 50px;
    line-height: 60px;
    background-image: var(--closesvg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
	}
.mobmenu a.closebtn:hover{
	background-color: var(--hd_hovcolor);
	}
.mobmenu .mobmenu_head{
	display:flex;
	height:60px;
	background-color: var(--hd_hovcolor);
	margin-bottom: 24px;
	}
.mobmenu .mobmenu_head .lt{
	flex:0 0 25%;
	}
.mobmenu .mobmenu_head .ct{
	flex:1 1 50%;
	color:var(--white);
	line-height: 60px;
	font-weight: 16px;
	text-align: center;
	}
.mobmenu .mobmenu_head .rt{
	flex:0 0 25%;
	text-align: right;
	}
.mobmenu .mobmenu_orgname{
	background-color: var(--hd_bkgcolor);
	color:var(--white);
	font-size: 14px;
	padding-left: 36px;
	height:60px;
	line-height: 60px;
	}
.mobmenu .mobmenubtn {
	background-color: var(--hd_bkgcolor);
	color:var(--white);
	cursor: pointer;
	height:60px;
	line-height: 60px;
	width: 100%;
	padding-left: 36px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
	}
.mobmenu .mobmenuitem-list {
	display: block;
	background-color: var(--hd_hovcolor);
	width: 100%;
	}
.mobmenu .mobmenuitem-list a {
	color: var(--hd_color);
	text-decoration: none;
	display: block;
	height:60px;
	line-height: 60px;
	font-size: 14px;
	padding-left: 72px;
	}
.mobmenu .mobmenuitem-list a:hover{
	background-color: var(--hd_selectcolor);
	}
.mobmenu .active, .mobmenu .mobmenubtn:hover {
	background-color: var(--hd_hovcolor);
	}
.mobmenu .panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.15s ease-out;
	}


