.stick_item{
	float: left;
	display: flex;
	overflow: hidden;
}
.stick_bar{
	width: 100%; 
	overflow: hidden; 
}
.stick_scroll{
	display: inline-flex;
	left: 0;
	transition: 0.5s;
	transition-timing-function: ease-out;
}
.stick_bar::-webkit-scrollbar{
	height: 0em;
}
.stick_control li{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    border: 1px solid gray;
    border-radius: 10px;
	
	
}
.stick_control{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
	margin:10px;
}

.slide_button {
	position: absolute;
	top: 40%;
	cursor: pointer;
}

.slide_button:hover {
	transform: scale(1.02, 1.02);
	opacity: 0.7;
}

.slide_button:active {
	transform: scale(1, 1);
}

.scroll_bar a .scroll_item {
	display: inline-block;
	overflow: hidden;
	width: 300px;
	margin: 10px 10px 10px 0px;
	cursor: pointer;
}

.scroll_bar a:last-child .scroll_item {
	margin: 10px 0px 10px 0px;
}

.scroll_item:hover {
	opacity: 0.7;
}

.scroll_item:active {
	transform: scale(1, 1);
}

.scroll_frame::-webkit-scrollbar {
    width: 0em;
}


.scroll_title{
	display: inline-block;
	margin-left: 20px;
}
.scroll_frame{
	width: 100%; 
	overflow: hidden; 
	overflow-x:auto; 
	position: relative;
}
.scroll_bar{
	display: inline-flex;
	left: 0; 
	transition: 0.5s; 
	transition-timing-function: ease-out; 
}
