@font-face {
  font-family: 'centra_no2book';
  src: url('./fonts/centrano2-book-webfont.eot');
  src: url('./fonts/centrano2-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/centrano2-book-webfont.woff2') format('woff2'),
    url('./fonts/centrano2-book-webfont.woff') format('woff'),
    url('./fonts/centrano2-book-webfont.ttf') format('truetype'),
    url('./fonts/centrano2-book-webfont.svg#centra_no2book') format('svg');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'centra_no2bold';
  src: url('./fonts/centrano2-bold-webfont.eot');
  src: url('./fonts/centrano2-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/centrano2-bold-webfont.woff2') format('woff2'),
    url('./fonts/centrano2-bold-webfont.woff') format('woff'),
    url('./fonts/centrano2-bold-webfont.ttf') format('truetype'),
    url('./fonts/centrano2-bold-webfont.svg#centra_no2bold') format('svg');
  font-weight: normal;
  font-style: normal;

}

body {
  margin: 0;
  padding: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol {
  padding-left: 45px;
}

li {
  margin: 10px 0;
}

.main-container {
  width: 1920px;
  height: 1080px;
  background: url('../assets/bg.png');
  background-size: cover;
  background-position: center;
  position: relative;
}

.logo-container {
  width: 361px;
  height: 80px;
  position: absolute;
  left: 90px;
  top: 120px;

}

.menu-container {
  width: 1050px;
  height: 426px;
  position: absolute;
  left: 155px;
  top: 455px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.date-menu {
  width: 390px;
  height: 87px;
  position: absolute;
  left: 220px;
  top: 312px;
  display: flex;
  justify-content: center;
}

p.date {
  font-family: centra_no2bold;
  color: #ffffff;
  font-size: 58px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.left-menu {
  width: 620px;
  overflow: hidden;
}

p.item-title {
  font-family: centra_no2bold;
  color: #FFCD00;
  font-size: 50px;
  margin-bottom: 5px;
}

p.item-title-main {
  margin-top: 17px;
  font-family: centra_no2book;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 28px;
}

.right-menu {
  width: 390px;
  overflow: hidden;
}

.footer-menu {
  width: 776px;
  height: 80px;
  position: absolute;
  left: 288px;
  bottom: 76px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

p.item-title-footer {
  font-family: centra_no2bold;
  color: #FFCD00;
  font-size: 50px;
  margin-top: 12px;
}

.bubble-price {
  width: 182px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../assets/bubble.png);
}

p.item-title-main-footer {
  font-family: centra_no2bold;
  color: #000000;
  font-size: 41px;
  text-align: center;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo-slider {
  width: 45px;
  height: 290px;
  position: absolute;
  left: 490px;
  top: 790px;
}

.image-reference {
  font-family: centra_no2book;
  width: 194px;
  height: 24px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 24px;
  top: 1044px;
}


.container-slider {
  width: 550px;
  height: 1083px;
  overflow: hidden;
  position: absolute;

  right: 0;
  top: 0;
  z-index: 1;
}

.slider {
  display: flex;
  width: 1000%;
  height: 1450px;
  margin-left: -100%;
  transition: all 0.5s ease;
}

.slider_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 1450px;
}

.slider_section img {
  width: 550px;
  height: 1080px;
}