body {
  margin: 0;
  background-color: #1c1c1c;
  display: flex;
  justify-content: center;
}

.container {
	min-width:227px;
	width: 930px;
	height: 2246px; /* 640:2030 = 6:19 */
	background: url('bg.jpg') no-repeat top center;
	background-size: cover;
	position: relative;
}

.video-top-right > div {
  position: absolute;
  top: 341px;
  right: 105px;
  width: 362px;
  height: 421px;
  background-color: #000;
  text-align: center;
}
.video-top-right video{/* width:100%; */height: 100%;}

.banner-link {
  /* position: absolute; */
  /* top: 400px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* width: 90%; */
  /* max-width: 540px; */
  height: 330px;
  overflow: hidden;
}

.banner-link img {
  width: 100%;
  height: auto;
  display: block;
}

.video-bottom {
  /* position: absolute; */
  /* top: 800px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 98%;
  display: flex;
  /* justify-content: space-between; */
  /* gap: 2%; */
  /* text-align: center; */
  margin: 0px auto;
  margin-left: 19px;
  margin-top: 172px;
  height: 633px;
}

.video-wrapper {
  width: 49%;
  position: relative;
}

.video-wrapper video {
  height: 100%;
  /* height: auto; */
  display: block;
  width: 100%;
  background-color: #000;
}

.video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.bottom-margin {
  height: 200px; /* 하단 여백 */
}

.logo{height: 80px;padding-left: 80px;padding-top: 18px;}
.logo img{height:100%;}
.layer1{
    width: 84%;
    margin: 0px auto;
    margin-top: 475px;
    overflow: hidden;
}
.layer1 .left{
    float: left;
    width: 49%;
}
.layer1 .left > div{
    height: 470px;
    overflow: hidden;
}
.layer1 .left > div img{ height:100%;}

.layer1 .right{
    float: right;
    width: 43.7%;
    margin-right: 6.7%;
    height: 418.8px;
    margin-top: 3.6%;
    text-align: center;
    background-color: #000;
}
.layer1 .right video{height:100%;}


 