 @charset "utf-8";

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 96;
    width: 100%;
    height: 65px;
    background: #fff;
}

header .container{
/*     position: absolute; */
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: space-between; 
    width: 100%;
    height: 80px;
    align-items: center;
    padding: 0 56px;
    box-shadow: 0px 2px 2.85px 0.15px rgba(0, 0, 0, 0.15);
}

header .btn-menu{
    height: 32px;
    margin-right: 16px;
    background: #fff;
}
header .btn-menu.on .ic-menu{
    background-image: url(/assets/images/new_pub/ic-close-lg.png);
}
header h1{
    display: inline-block;
    height: 0px;
    font-size: 1rem;
}
header h1 span{
    display: inline-block;
    line-height: 32px;
    color: #6B6E71;
}
/* header h1 .logo{
    margin-top: 5.5px;
    height: 21px;
    margin-right: 8px;
} */
header h1 .logo{
    margin-top: 3px;
    height: 22px;
    margin-right: 0px;
}
header .btn-lg-radius{
    align-self: center;
}

.menu{
    display: none;
    height: calc(100vh - 65px);
    width: 100%;
    overflow-y: auto;
    border-top: 1px solid #ebecee;
    background: #ebecee;
}
.menu.on{
    display: block;
}
.menu .main-menu{
    padding-top: 16px;
    background: #fff;
}
.menu .main-menu > li{
    border-bottom: 1px solid #EBECEE;

}
.menu .main-menu > li > button{
    background: url(/assets/images/new_pub/ic-arrow-down.png) no-repeat right 18px top 18px;
    background-size: 16px; 
}
.menu .main-menu > li.on > button{
    background-image: url(/assets/images/new_pub/ic-arrow-up.png);
}
.menu .main-menu a, .menu .main-menu button, .chat-title, .chat-list{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
} 
.menu .main-menu > li > a, .menu .main-menu > li > button, .chat-title, .chat-list li{
    padding: 16px 38px;
    font-size: 16px;
    line-height: 20px;
    height: 52px;
    text-align: left;
}
.chat-title, .chat-list li{
    padding: 14px 38px;
}

.menu .main-depth02{
    display: none;
}
.menu .main-depth02.on, .menu .main-menu > li.on > .main-depth02  {
    display: block;
}
.menu .main-depth02 > li > a{
    padding: 12px 50px;
    font-size: 14px;
    line-height: 20px;
}
.menu .chat-title, .menu .chat-list li {
    position: relative;
}
.menu .chat-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #A4A8Ac;
}
.menu .chat-title button, .menu .chat-list li button{
    position: absolute;
    top: 14px;
    right: 18px;
}
.menu .chat-title .btn-round-md, .menu .chat-list .btn-round-md {
    padding: 4px;
}
.menu .chat-list li a{
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 16px;
    line-height: 24px;
}
.menu .chat-list li.on{
    background: #fff;
}

main{
/*     padding-bottom: 160px; */
    margin-top: 65px;
}

main .container{
    /*2025.08.07 (2) start*/
	background: #f3f3f3;
    /*2025.08.07 (2) end*/
	padding-bottom: 160px; 
}
