header{
    position: absolute;
    width: 100%;
    z-index: 99;
}
.header-wapper{
    position: relative;
}
.header-inner{
    background: #5C4138;
    padding: 14px 0 13px 21px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 4px 0 #4D342C;
}
.header-inner a{
    width: 145px;
    display: block;
}
.header-inner a img{
    width: 145px;
}
.openbtn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 54px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #671F1F;
    border-radius: 0px 0px 12px 12px;
    border-top: none;
    border-left: 3px solid #5C4138;
    border-right: 3px solid #5C4138;
    border-bottom: 3px solid #5C4138;
    box-shadow: 0 4px 0 #4D342C;
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 9999;
}
.openbtn-inner {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 54px;
    height: 60px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.openbtn span{
    content: '';
    display: block;
    height: 2px;
    width: 28px;
    border-radius: 3px;
    background: linear-gradient(180deg, #F2E8B7 0%, #E0D59E 50.51%, #F2E8B7 50.52%, #CEC185 100%);
    position: absolute;
}
.openbtn span:nth-of-type(1) {
    top:15px;
}
.openbtn span:nth-of-type(2) {
    top: 22px;
}
.openbtn span:nth-of-type(3) {
    top: 29px;
}
.openbtn p {
    position: absolute;
    top: 41px;
    color: #F2E8B7;
    background: linear-gradient(180deg, #F2E8B7 0%, #E0D59E 50.51%, #F2E8B7 50.52%, #CEC185 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10px;
    line-height: 10px;
}
.openbtn.active {
    width: 224px;
    height: 212px;
    transition-duration: 0.2s;
}
.openbtn.active span:nth-of-type(1) {
    top: 15px;
    right: 20px;
    transform: translateY(6px) rotate(-45deg);
    transition-duration: 0.2s;
    width: 28px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 27px;
    right: 20px;
    transform: translateY(-6px) rotate(45deg);
    transition-duration: 0.2s;
    width: 28px;
}
.openbtn.active p {
    right: 20px;
}
#g-nav{
    position: absolute;
    display: none;
    opacity: 0;
    top:34px;
}
#g-nav.panelactive{
    display: block;
    opacity: 1;
    transition-duration: 0.6s;
}
#g-nav-list li{
    margin: 0 0 24px 0;
    position: relative;
}
#g-nav-list li a{
    color: #F2E8B7;
    background: linear-gradient(180deg, #F2E8B7 0%, #E0D59E 50.51%, #F2E8B7 50.52%, #CEC185 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 0 56px;
    display: block;
    line-height: 16px;
    width: fit-content;
}
#g-nav-list li a::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 30px;
}
#g-nav-list li:nth-child(1) a::before{
    background: url(../images/gnav/icon_storage.svg) no-repeat center;
}/*
#g-nav-list li:nth-child(2) a::before{
    background: url(../images/gnav/icon_person.svg) no-repeat center;
}
#g-nav-list li:nth-child(3) a::before{
    background: url(../images/gnav/icon_outline.svg) no-repeat center;
}*/
#g-nav-list li:nth-child(2) .sound_on::before{
    background: url(../images/gnav/icon_sound.svg) no-repeat center;
}
#g-nav-list li:nth-child(2) .sound_off::before{
    background: url(../images/gnav/icon_sound_off.svg) no-repeat center;
}
.g-nav-last{
    background: #221611;
    border-radius: 0px 0px 8px 8px;
    padding: 13px 16px 14px 17px;
}
.g-nav-last a{
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    display: block;
}
.g-nav-last .ibd-text1{
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.g-nav-last .ibd-bg{
    background: url(../images/gnav/ibd_life_bg.png) no-repeat center center;
    background-size: cover;
    width: 191px;
    margin: 0 auto;
    text-align: center;
    border-radius: 2px;
    padding: 12px 0 9px;
}
#nav-mask{
    position: absolute;
    background: #000000;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#nav-mask.mainblur{
    display: block;
    opacity: 0.5;
}
