.box-padding {
	/* padding: 110px 0; */
	padding: 53px 0;
}
.iboxT {
	text-align: center;
	/* margin-bottom: 70px; */
	margin-bottom: -10px;
}
.desc .pageC .c{
	font-size: 15px;
color: #444444;
}
.desc .pageC .c:nth-child(2){
padding-top: 8px;
}
.iboxT .t {
	color: #333;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.5;
}
.iboxT .c {
	font-size: 16px;
	color: #999999;
}
.swiper-container-horizontal > .swiper-scrollbar{
display: none;
}
.history-warp:before {
	content: "";
	position: absolute;
	left: 0;
	/* top: 50%; */
	top: 69%;
	margin-top: -75px;
	width: 100%;
	height: 1px;
	background-color: #CECECE;
}
.inner2020 {
	width: 1140px;
	margin: 0px auto;
}
.history-page .swiper-container {
	height: 412px;
	padding-bottom: 158px;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px,0,0);
}
.history-page .swiper-slide {
	position: relative;
	float: left;
	display: block;
	left: 10px;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.history-page .desc {
	position: relative;
	height: 192px;
	margin: 0 40px;
	left: 18px;
}
.history-page .pageC {
	position: absolute;
	bottom: 20px;
	left: -22px;
	/* left: -7px; */
	color: #999999;
	width: 205px;
}




.pageC {
	overflow: hidden;
	text-align: justify;
}
.history-page .year {
	font-size: 24px;
	color: #333333;
	font-family: 'PF Din Light';
	line-height: 1.5;
	padding-top: 18px;
}
.history-page .bor {
	position: absolute;
	display: block;
	/* left: 50px; */
	left: 97px;
	top: 82%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #E0C4B5;
	/* border: 5px solid #E0C4B5; */
}
.history-page .img:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	height: 57px;
	background-color: #707070;
	opacity: 0.3;
	bottom: 105%;
}
.history-page .bor:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	/* background-color: rgba(185,122,87,0.8); */
	/*background-color: rgba(212,0,15,0.8);*/
    background-color:#ea281d;
	position: absolute;
	left: 0%;
	top: 0%;
	animation: bannerbuIn infinite linear 1.5s normal;
	-webkit-animation: bannerbuIn infinite linear 1.5s normal;
}
@keyframes bannerbuIn {
0% {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
}
100% {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(3);
}
}
.history-page .img {
	position: relative;
    width: 110px;
    left: 47px;
    height: 110px;
    border-radius: 50%;
    margin-top: 82px;
    transition: .3s;
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1);
}
.history-page .swiper-scrollbar-drag {
	background-color: #333;
	border-radius: 0;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
@media screen and (min-width: 1025px){

.action.transYT50, .action.transYT502, .action .tYT50, .action .tYT5, .action .tYT52{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
}
@media screen and (min-width: 1025px){
.dly_1 {
	transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
}
}
@media screen and (min-width: 1025px){
.transYT50 {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform .6s,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform .6s,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
}

