body {
  /* 반응형으로 제작 시  max-width, min-width 사용 예정 */
  max-width: 100%;
  min-width: 769px !important;
  margin: 0 auto !important;
}

main {
  margin: 0 auto;
  max-width: 1440px;
}

.main-video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 146px;
  overflow: hidden;
  margin-top: -2%;
}

.new-items {
  padding: 80px;
}

.new-items.show {
  display: block;
}

.new-items > .item-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.new-items > .item-container:nth-child(2) {
  padding-bottom: 80px;
}

.new-items > .item-container:nth-child(2) > div:nth-child(1) {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.new-items > .item-container:nth-child(3) {
  padding-top: 80px;
}

.new-items > .item-container .item-info {
  padding: 16px 0;
  display: flex;
  gap: 16px;
  border-top: 1px solid #e7e7e8;
}

.new-item .item-list .item {
  position: relative;
  overflow: hidden;
}

.item-list iframe {
  display: block;
}

.item-info .item-badge {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}

.item-info .item-badge > div {
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 10px;
}

.item-info .item-badge > div:nth-child(1) {
  background-color: #f03e3e;
  color: #fff;
}

.item-info .item-badge > div:nth-child(2) {
  background-color: #d4d5d9;
}

.item-info .item-name {
  margin-top: 12px;
  color: #38404e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.item-info .item-description {
  margin-top: 2px;
  color: #38404e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.item-info .item-discount {
  margin-top: 12px;
  display: flex;
  gap: 6px;
}

.item-info .item-discount > .discount-rate {
  color: #fa602f;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.item-info .item-discount > .price-discounted {
  color: #38404e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.item-info .item-discount > .item-original-price {
  margin-top: 1px !important;
  color: #b4b7c2;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: line-through;
}

.item-2-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.item-2-area .area-1 > div:nth-child(1) {
  color: #38404e;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 133.333% */
  letter-spacing: -0.75px;
  margin-bottom: 16px;
}

.item-2-area .area-1 > div:nth-child(2) {
  color: --alias-color-text-color-text-primary, #38404e;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */ /* 160% */
}

.item-2-area .area-2 > div:nth-child(1) {
  color: #38404e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.item-2-area .area-2 > div:nth-child(2) {
  color: #707583;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.item-2-area .area-2 > div:nth-child(3) {
  margin: 24px 0;
}

.item-2-video-area {
  overflow: hidden;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  aspect-ratio: 2 / 3;
}

.area-2 {
  margin-top: 60px;
}

.area-2 > .item-discount {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.area-2 > .item-discount > .discount-rate {
  color: #fa602f;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.5px;
}

.area-2 > .item-discount > .price-discounted {
  color: #38404e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.5px;
}

.area-2 > .item-discount > .item-original-price {
  margin-top: 1px !important;
  color: #b4b7c2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: line-through;
}

.item-2-area .item-link {
  display: flex;
  height: 56px;
  margin-top: 60px;
  padding: 0px 24px;
  justify-content: start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 0px;
  border: 1px solid #38404e;
}

.item-2-area .item-link a {
  display: inline-block;
  width: 100%;
}

.item-2-area .item-link span {
  color: #38404e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.5px;
  margin-right: 10px;
}

.event {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 80px;
}
