#wrap .wrap_inner {
	display: flex;
}

/* 좌측 section */
.left_container {
	position:relative;
	z-index:101;
	display:flex;
	width:16%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: stretch;
	background-color:#fbfbfb;
	box-shadow: 5px 0 5px -5px #333;

}
.left_container_inner {
	width:100%;

}
.left_container .logo_section {
	display:flex;
	align-items: center;
	justify-content: center;
	padding:24px 0;
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	font-weight:600;
}



.right_container {
	display:flex;
	flex-direction: column;
	width: 84%;
	height:100%;

}

#header {
	width:100%;
}
.header_wrap {
	width:100%;
	height:100px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:20px 0;
	border-bottom:1px solid #ccc;
	background-color:#24292f;
}
.header_wrap .site_stay {margin-top:10px;}
.header_wrap .header_title {
	color:#fff;
	padding-left:4%;
	font-size:20px;
	font-weight:600;
}
.header_wrap .site_stay {
	color:#fff;
	padding-right:18px;

}

.header_wrap .site_stay ul {
	display:flex;
	font-size:14px;
	gap:10px;
}
.header_wrap .site_stay ul li {

}

.section_list_contents {
	display:flex;
	flex-direction: column;
	gap:10px;
	font-size:13px;
	padding:0 10px;
}