﻿.section{
	margin-top: 5.5rem;
	padding: 1.5rem 19.25rem;
	padding-bottom: 1rem;
	background: #404040;
}
.section .section-place{
	margin-bottom: 0.5rem;
}
.section .section-place ul{
	display: flex;
	width: 100%;
	padding-bottom: 0.5rem;
}
.section .section-place ul li{
	margin-right: 0.5rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
}
.section .section-place ul li img{
	width: 0.95rem;
	height: 0.95rem;
	margin-right: 0.15rem;
}
.section .section-place ul li.active{
	color: #00c08b;
}
.section .section-container{
	display: flex;
	justify-content: space-between;
}
.section .section-container .section-video{
	width: 44rem;
}
.section .section-container .section-video embed{
	width: 100%;
	height: 100%;
}
.section .section-container .section-video-menu{
	width: 13.55rem;
	box-sizing: border-box;
	padding: 1rem 1.5rem;
	background: #1d1d1d;
}
.section .section-container .section-video-menu .section-video-title{
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255,255,255,0.22);
}
.section .section-container .section-video-menu ul{
	margin-top: 1.5rem;
	color: #FFFFFF;
	height: 18rem;
	overflow-y: scroll;
	box-sizing: border-box;
	font-size: 0.85rem;
}
.section .section-container .section-video-menu ul::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  border-radius: 5px;
  background-color: rgba(255,255,255,0.8);
}
.section .section-container .section-video-menu ul::-webkit-scrollbar{
  width: 5px;
  background-color: rgba(0,0,0,0);
}
.section .section-container .section-video-menu ul::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
  background-color: #555;
}
.section .section-container .section-video-menu ul li{
	cursor: pointer;
}
.section .section-container .section-video-menu ul li.active{
	color: #00c08b;
}
.section .section-container .section-video-menu ul li a{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.section .section-container .section-video-menu ul li img{
	width: 0.55rem;
	height: 0.95rem;
	margin-right: 0.5rem;
}
.section .section-container .section-video-menu ul li img:first-child{
	display: block;
}
.section .section-container .section-video-menu ul li img:last-child{
	display: none;
}
.section .section-container .section-video-menu ul li.active img:first-child{
	display: none;
}
.section .section-container .section-video-menu ul li.active img:last-child{
	display: block;
}
.section .section-btns{
	margin-top: 1rem;
	display: flex;
}
.section .section-btns .section-btn{
	color: #FFFFFF;
	font-size: 0.8rem;
	margin-right: 1rem;
	cursor: pointer;
}
.section .section-btns .section-btn:hover{
	color: #00c08b;
}
.section-1{
	padding: 0 19.3rem;
	background: #f1f1f1;
}
.section-1 .section-content{
	
}
.section-1 .section-content .section-title{
	color: #333333;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 1.5rem 0;
}
.section-1 .section-content .section-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-1 .section-content .section-group .section-item{
	width: 13rem;
	border-radius: 5px;
	box-shadow: 0px 3px 10px 0px rgba(213,214,214,0.66);
	margin-bottom: 2rem;
	background: #FFFFFF;
	cursor: pointer;
}
.section-1 .section-content .section-group .section-item .section-image{
	width: 100%;
	height: 6.9rem;
}
.section-1 .section-content .section-group .section-item .section-image img{
	width: 100%;
	height: 100%;
}
.section-1 .section-content .section-group .section-item .section-desc{
	padding: 0.75rem 0 0.75rem 0.5rem ;
}
.section-1 .section-content .section-group .section-item .section-desc p{
	font-size: 0.8rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.25rem;
}
.section-1 .section-content .section-group .section-item .section-desc text{
	font-size: 0.7rem;
	color: #DEC694;
}