
.main {
    position: relative;
    /* height: 1429px; */
	background-color: grey;
}
.main-box {
    position: relative;
    width: 1300px;
    height: 100%;
    margin: 0 auto;
  
    
}
.main-box-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 276px;
}
.main-banner {
    position: relative;
    height: 100vh;
    width: 100%;
    text-align: center;
    background-color: rgb(242,242,242);
}
.main-banner video {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    /* aspect-ratio: 1.778/1; */
    height: 100vh;
}
.main-box-right {
    color: #ffffff;
}
.main-box-right-unit {
    font-size: 14px;
   transform: translateY(10px);
}
.main-box-right-count {
    font-size: 43px;
    margin-right: 5px;
    
}
.main-box-right-plus{
    font-size: 34px;
    
}
.main-box-right-area{
    transform: translate(10px,-5px)
}
.container {
    min-height: 3000px;
}
