/* =============================================
   blm2604 — BLOOM Collection Page
   네임스페이스: blm2604-
   ============================================= */

/* === 1. 기본 리셋 / 글로벌 === */

.contents {
  width: 100%;
  padding-top: 85px;
  background-color: #fff;
}

#blm2604_page {
  width: 100%;
  background-color: #FBFFF4;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #000000;
}

#blm2604_page img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

#blm2604_page h1,
#blm2604_page h2,
#blm2604_page h3,
#blm2604_page p,
#blm2604_page a {
  font-weight: 300;
  font-style: normal;
  color: #000000;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

#blm2604_page p {
  font-size: 16px;
  line-height: 1.8;
}

#blm2604_page a {
  display: inline-block;
  transition: .3s;
}

#blm2604_page a:hover {
  opacity: .8;
}

/* === 2. 공통 페이드 이미지 패턴 === */

#blm2604_page .sec2603-fade-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

#blm2604_page .sec2603-fade-img.active {
  position: relative;
  opacity: 1;
}

/* === 3. 메인 배너 === */

#blm2604_page .blm2604-header {
  width: 100%;
}

#blm2604_page .blm2604-banner {
  width: 100%;
}

#blm2604_page .blm2604-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* === 4. 인트로 === */

#blm2604_page .blm2604-intro {
  width: 100%;
  padding: 100px 0 0;
}

#blm2604_page .blm2604-intro-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 1140px;
  margin: 0 auto 100px;
  padding: 0 10px 0 80px;
}

#blm2604_page .blm2604-intro-left {
  flex-shrink: 0;
  transform: translate(20px, -10px);
}

#blm2604_page .blm2604-intro-left img {
  display: block;
  height: auto;
  max-width: 340px;
}

#blm2604_page .blm2604-intro-right {
  flex: 1;
  min-width: 0;
}

#blm2604_page .blm2604-intro-text {
  font-size: 18px;
  line-height: 2.7;
  font-weight: 300;
  text-align: left;
}

#blm2604_page .blm2604-film-wrap {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  overflow: hidden;
}

#blm2604_page .blm2604-film-track {
  display: flex;
  width: max-content;
  animation: blm2604-film-scroll 30s linear infinite;
  animation-play-state: paused;
}

#blm2604_page .blm2604-film-track img {
  height: 390px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

#blm2604_page .blm2604-section-divider {
  border: none;
  border-top: 2px solid #000000;
  max-width: 1100px;
  margin: 80px auto 40px;
}

#blm2604_page .blm2604-section-divider-2 {
  border: none;
  border-top: 2px solid #000000;
  max-width: 1100px;
  margin: 40px auto 40px;
}

@keyframes blm2604-film-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

#blm2604_page .blm2604-film-text {
  max-width: 1100px;
  margin: 35px auto 0;
  padding: 0 40px;
  text-align: center;
}

#blm2604_page .blm2604-film-text img {
  height: 12px;
  width: auto;
  display: inline-block;
}

/* === 5. 메인 컨테이너 === */

#blm2604_page .sec2603-main {
  width: 100%;
}

/* === 6. DETAIL 섹션 === */

#blm2604_page .blm2604-detail {
  width: 100%;
  padding: 40px 0 120px;
}

#blm2604_page .blm2604-detail-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 0 40px;
}

#blm2604_page .blm2604-detail-title {
  flex-shrink: 0;
}

#blm2604_page .blm2604-detail-title img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}

#blm2604_page .blm2604-detail-img {
  flex: 1;
  min-width: 0;
}

#blm2604_page .blm2604-detail-img img {
  width: 100%;
  height: auto;
  display: block;
}

#blm2604_page .blm2604-detail-desc {
  font-size: 18px;
  line-height: 2.7;
  font-weight: 300;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* 상품 아이템 */
#blm2604_page .blm2604-product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 140px auto 0;
  padding: 0 40px;
}

#blm2604_page .blm2604-product-img {
  flex-shrink: 0;
  width: 390px;
}

#blm2604_page .blm2604-product-img img {
  width: 100%;
  height: auto;
  display: block;
}

#blm2604_page .blm2604-product-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#blm2604_page .blm2604-product-info-right {
  align-items: flex-end;
}

#blm2604_page .blm2604-product-info-right .blm2604-product-name {
  align-self: center;
}

#blm2604_page .blm2604-product-info-right .blm2604-product-name img {
  max-width: 400px;
}

#blm2604_page .blm2604-product-info-right .blm2604-product-text {
  text-align: left;
}

#blm2604_page .blm2604-product-info-3 .blm2604-product-name img {
  max-width: 370px;
}

#blm2604_page .blm2604-product-info .blm2604-buy-btn {
  align-self: center;
}

#blm2604_page .blm2604-product-name {
  margin-bottom: 24px;
}

#blm2604_page .blm2604-product-name img {
  height: auto;
  max-width: 240px;
  display: block;
}

#blm2604_page .blm2604-product-text {
  font-size: 16px;
  line-height: 2.7;
  font-weight: 300;
  text-align: left;
  margin: 0 0 40px;
  max-width: 700px;
}

#blm2604_page a.blm2604-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border: 1px solid #000000;
  text-decoration: none;
  transition: background 0.3s;
  opacity: 1;
}

#blm2604_page .blm2604-buy-btn img {
  height: 18px;
  width: auto;
  display: block;
}

#blm2604_page a.blm2604-buy-btn:hover {
  background: #ffffff;
  opacity: 1;
}

/* === 7. EVENT 섹션 === */

#blm2604_page .blm2604-event {
  width: 100%;
  padding: 60px 0 120px;
}

#blm2604_page .blm2604-event-title {
  margin: 0 0 80px;
  padding: 0 40px;
}

#blm2604_page .blm2604-event-title img {
  max-width: 230px;
  width: 100%;
  height: auto;
  display: block;
}

#blm2604_page .blm2604-event-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  padding: 0 40px;
}

#blm2604_page .blm2604-event-photo {
  flex-shrink: 0;
  width: 400px;
}

#blm2604_page .blm2604-event-photo img {
  width: 100%;
  height: auto;
  display: block;
}

#blm2604_page .blm2604-event-info {
  flex-shrink: 0;
  width: 575px;
}

#blm2604_page .blm2604-event-heading {
  margin-bottom: 16px;
}

#blm2604_page .blm2604-event-heading img {
  max-width: 420px;
  width: 100%;
  height: auto;
  display: block;
}

#blm2604_page .blm2604-event-inner-2 .blm2604-event-heading img {
  max-width: 340px;
}

#blm2604_page .blm2604-event-text {
  font-size: 15px;
  line-height: 2.2;
  font-weight: 300;
  text-align: left;
  margin: 0 0 24px;
}

#blm2604_page .blm2604-event-detail-box {
  border: 1.5px solid #000000;
  border-left: 6px solid #000000;
  padding: 10px 24px 10px 12px;
}

#blm2604_page .blm2604-event-detail-box p {
  font-size: 12px;
  line-height: 2;
  margin: 0;
  font-weight: 300;
}

@media (min-width: 1065px) {
  #blm2604_page .blm2604-event-inner:not(.blm2604-event-inner-2) .blm2604-event-detail-box > p:first-of-type {
    white-space: nowrap;
  }

  /* 본문 행(400+50+575) 기준 — 부모 폭이 달라져도 타이틀·사진 열 시작 맞춤 */
  #blm2604_page .blm2604-event-title img {
    margin-left: max(0px, calc((100% - 1025px) / 2));
  }

  #blm2604_page .blm2604-event-inner-2 .blm2604-event-detail-box {
    width: 510px;
    max-width: 100%;
  }

  #blm2604_page .blm2604-film-text {
    display: flex;
    justify-content: center;
  }

  #blm2604_page .blm2604-foot-text {
    display: flex;
    justify-content: center;
  }
}

#blm2604_page .blm2604-event-inner-2 {
  margin-top: 190px;
}

#blm2604_page .blm2604-section-divider-3 {
  border: none;
  border-top: 2px solid #000000;
  max-width: 1100px;
  margin: 140px auto 40px;
}

#blm2604_page .blm2604-foot-text {
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0 40px;
  text-align: center;
}

#blm2604_page .blm2604-foot-text img {
  height: 9px;
  width: auto;
  display: inline-block;
}

#blm2604_page .blm2604-foot-img {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 0 40px;
}

#blm2604_page .blm2604-foot-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* === 8. 푸터 === */

#blm2604_page .blm2604-footer {
  width: 100%;
  padding: 85px 0 120px;
  text-align: center;
}

#blm2604_page .blm2604-footer-logo {
  display: flex;
  justify-content: center;
}

#blm2604_page .blm2604-footer-logo img {
  max-width: 310px;
  width: 100%;
  height: auto;
  display: block;
}

/* =============================================
   PC/SP 전환 유틸 클래스
   ============================================= */

.dPc       { display: block !important; }
.dSp       { display: none !important; }
.dPcinline { display: inline-block !important; }
.dSpinline { display: none !important; }

/* =============================================
   SP (모바일) 대응 — max-width: 1064px
   ============================================= */

@media (max-width: 1064px) {

  /* --- 유틸 클래스 전환 --- */
  .contents {
    padding-top: 0;
  }

  .dPc       { display: none !important; }
  .dSp       { display: block !important; }
  .dPcinline { display: none !important; }
  .dSpinline { display: inline-block !important; }

  /* --- 글로벌 --- */
  #blm2604_page p {
    font-size: 3vw;
  }

  /* --- 인트로 --- */
  #blm2604_page .blm2604-intro {
    padding: 10vw 0 0;
  }

  #blm2604_page .blm2604-intro-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6vw;
    margin: 0 auto 11vw;
    padding: 0 6vw;
    max-width: none;
  }

  #blm2604_page .blm2604-intro-left img {
    max-width: 50vw;
  }

  #blm2604_page .blm2604-intro-text {
    font-size: 2.6vw;
    line-height: 2.7;
    text-align: left;
    padding-left: 3vw;
  }

  #blm2604_page .blm2604-film-wrap {
    width: auto;
    max-width: none;
    margin-left: 8vw;
    margin-right: 8vw;
  }

  #blm2604_page .blm2604-intro .blm2604-film-track img {
    height: 60vw;
  }

  #blm2604_page .blm2604-film-text {
    padding: 2vw 6vw 0;
    margin-top: 3vw;
    display: flex;
    justify-content: center;
  }

  #blm2604_page .blm2604-film-text img {
    height: 2vw;
  }

  /* --- DETAIL --- */
  #blm2604_page .blm2604-detail {
    padding: 10vw 0 15vw;
  }

  #blm2604_page .blm2604-detail-top {
    flex-direction: column;
    gap: 6vw;
    padding: 0 6vw;
    margin: 0 auto 8vw;
    max-width: none;
  }

  #blm2604_page .blm2604-detail-title img {
    max-width: 30vw;
  }

  #blm2604_page .blm2604-detail-img {
    width: 80%;
    margin: 0 auto;
  }

  #blm2604_page .blm2604-detail-desc {
    font-size: 2.7vw;
    line-height: 2.7;
    padding: 0 6vw;
    max-width: none;
  }

  #blm2604_page .blm2604-product-item {
    flex-direction: column;
    gap: 6vw;
    max-width: none;
    padding: 0 6vw;
    margin: 20vw auto 0;
  }


  #blm2604_page .blm2604-product-img {
    flex: none;
    width: 73%;
    margin: 0 auto;
  }

  #blm2604_page .blm2604-product-info {
    align-items: center;
    text-align: center;
  }

  #blm2604_page .blm2604-product-info-right {
    order: 2;
    align-items: center;
    text-align: center;
  }

  #blm2604_page .blm2604-product-info-right .blm2604-product-name {
    align-self: center;
  }

  #blm2604_page .blm2604-product-info-right .blm2604-product-text {
    text-align: center;
  }

  #blm2604_page .blm2604-product-name img {
    max-width: 50vw;
  }

  #blm2604_page .blm2604-product-info-right .blm2604-product-name img {
    max-width: 60vw;
  }

  #blm2604_page .blm2604-product-info-3 .blm2604-product-name img {
    max-width: 55vw;
  }

  #blm2604_page .blm2604-product-info:not(.blm2604-product-info-right):not(.blm2604-product-info-3) .blm2604-product-name img {
    max-width: 38vw;
  }

  #blm2604_page .blm2604-product-info .blm2604-product-name {
    margin-top: -3vw;
    margin-bottom: 12px;
  }

  #blm2604_page .blm2604-product-text {
    font-size: 2.8vw;
    line-height: 2.7;
    text-align: center;
  }

  #blm2604_page a.blm2604-buy-btn {
    border-width: 1px;
  }

  #blm2604_page .blm2604-buy-btn img {
    height: 2.8vw;
  }

  /* --- 구분선 --- */
  #blm2604_page .blm2604-section-divider {
    margin-top: 20vw;
  }

  #blm2604_page .blm2604-section-divider,
  #blm2604_page .blm2604-section-divider-2,
  #blm2604_page .blm2604-section-divider-3 {
    max-width: none;
    margin-left: 6vw;
    margin-right: 6vw;
    border-top: 1px solid #000000;
  }

  #blm2604_page .blm2604-section-divider-2 {
    margin-bottom: 3vw;
  }

  /* --- EVENT --- */
  #blm2604_page .blm2604-event {
    padding: 10vw 0 15vw;
  }

  #blm2604_page .blm2604-event-title {
    padding: 0 6vw;
    margin: 0 0 14vw;
    display: flex;
    justify-content: center;
  }

  #blm2604_page .blm2604-event-title img {
    max-width: 35vw;
  }

  #blm2604_page .blm2604-event-inner {
    flex-direction: column;
    gap: 3.5vw;
    padding: 0 6vw;
  }

  #blm2604_page .blm2604-event-photo {
    width: 92%;
    align-self: center;
  }

  #blm2604_page .blm2604-event-info {
    width: 100%;
  }

  #blm2604_page .blm2604-event-heading {
    display: flex;
    justify-content: center;
  }

  #blm2604_page .blm2604-event-heading img {
    max-width: 60vw;
  }

  #blm2604_page .blm2604-event-inner:not(.blm2604-event-inner-2) .blm2604-event-heading img {
    max-width: 70vw;
  }

  #blm2604_page .blm2604-event-inner-2 .blm2604-event-heading img {
    max-width: 58vw;
    transform: translateX(-11vw);
  }

  #blm2604_page .blm2604-event-text {
    font-size: 2.5vw;
    line-height: 2.7;
    text-align: center;
  }

  #blm2604_page .blm2604-event-detail-box {
    text-align: left;
    border: 1px solid #000000;
    border-left: 3px solid #000000;
    padding: 10px 24px;
  }

  #blm2604_page .blm2604-event-detail-box p {
    font-size: 2.5vw;
  }

  #blm2604_page .blm2604-event-inner-2 {
    margin-top: 35vw;
  }

  /* --- FOOT TEXT & GALLERY --- */
  #blm2604_page .blm2604-section-divider-3 {
    margin-top: 15vw;
  }

  #blm2604_page .blm2604-foot-text {
    padding: 0 6vw;
    margin-top: 4vw;
    display: flex;
    justify-content: center;
  }

  #blm2604_page .blm2604-foot-text img {
    height: 1.7vw;
  }

  #blm2604_page .blm2604-foot-img {
    max-width: none;
    padding: 0 6vw;
    margin-top: 8vw;
  }

  #blm2604_page .blm2604-foot-img img {
    width: 83vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* --- 푸터 --- */
  #blm2604_page .blm2604-footer {
    padding: 10vw 0 15vw;
  }

  #blm2604_page .blm2604-footer-logo img {
    max-width: 34vw;
  }
}
