
.sidebar_container { display: block; width: 100dvw; height: 100dvh; position: fixed; z-index: 1009; left: 0; top: 0; background: rgba(0, 0, 0, 0.98); visibility: hidden; transition: opacity 0.3s ease-in-out; opacity: 0; }
.sidebar_container li { position: relative; list-style-type: none; height: 58px; display: flex; align-items: center; }
.sidebar_container li a { position: relative; color: #fff;  font-size: 20px; font-weight: 900; line-height: 28px; /* 140% */}


.sidebar_container li:nth-child(1) { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.sidebar_container li:nth-child(4) { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.sidebar_container ul { margin: 0; }
.sidebar_header_container { display: flex;  height: 52px; justify-content: space-between; padding: 0 15px; align-items: center; background: rgba(0, 0, 0, 0.25); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);}

.sidebar_container .site-branding { width: 86px;  height: 100%; display: flex; align-items: center; }
.sidebar_container .site-branding img { width: 100%; height: auto; }	
	
.sidebar_container .mob_menu_wrapper { display: flex; align-items: center; justify-content: center; width: 20px; height: auto;}
.sidebar_container .mob_menu_wrapper img { width: 100%; height: auto; }

.sidebar_body_container { position: absolute; bottom: 0; width: 100%; padding: 0 15px; display: flex; flex-direction: column; }

.sidebar_container .main_inquiry { display: flex; margin-top:  46px; margin-bottom: 37px; }
.sidebar_container .main_inquiry .w-btn { padding: 11px 14px; border-radius: 35px;}