body {
  margin: 0;
  padding: 0;
}

main {
  overflow: hidden;
}

.wrapper {
  max-width: 1080px;
  margin: auto;
}

.theme-primary-background-color {
  background-color: #ff730f !important;
}

.flex {
  display: flex;
  align-items: center;
}

header {
  height: 120px;
  border-bottom: 1px solid #eee;
}
header a[href*="b2b"] {
  color: #ff730f;
}

.wrap-tags > span {
  border-radius: 32px;
  padding: 8px 16px;
  background-color: #f0f0f0;
  display: inline-block;
  margin-right: 4px;
}

.banner {
  display: block;
  width: 100%;
  margin-bottom: 48px;
}

.wrap-tags,
h2 {
  margin-left: 16px;
}

/* 600px 이하 화면을 위한 미디어 쿼리 */
@media screen and (max-width: 600px) {
  .header-wrapper > div {
    display: none;
  }
  .header-wrapper > img {
    max-width: 100%;
  }
}

.bottom-event {
  text-align: center;
}

.bottom-event ~ p {
  text-align: center;
}

#shoplive-featured {
  position: relative;
  padding: 42px 0;
  margin-bottom: 56px;
}

#shoplive-featured::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((min(100%, 1080px) - 110vw) / 2);
  width: 110vw;
  background-color: #f6f6f6;
  content: '';
}

#shoplive-featured .container-top-campaign {
  margin: 0;
}

#shoplive-featured .cloud-shoplive .wrap-calendar .smog-effect-block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
}
@media screen and (min-width: 1080px) {
  #shoplive-featured {
    min-height: 666px;
    box-sizing: border-box;
  }
}

#shoplive-shortform {
  padding-top: 2vh;
}
