.pc-only { display: block; }
.mo-only { display: none; }
.h-text1 { text-align: center; font-size:30px; overflow: auto; color:#000;}
.h-text2 { text-align: center; font-size:30px; overflow: auto; color:#000; font-weight: 600;}

.header-section {
  background-image: url("../img/company.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
 }

.parallax-banner {
  position: relative;
  min-height: 300px; 
  background-image: url("../img/regulardelivery/regulardelivery.jpg"); /* ✅ 배경 이미지 */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
 }

.parallax-banner .overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.2); /* ✅ 어두운 오버레이 */  z-index: 1; }
.parallax-banner-content {  position: relative;  z-index: 2;   }
.parallax-banner-content p {  font-size:30px;  margin: 0; }



/* ✅ 패럴럭스 */
.bg-parallax { position: relative;  height:30vh;  overflow: hidden; }

.bg-parallax .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/company-bottom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(0);
  z-index: -1;
  will-change: transform;
}

.bg-overlay { position: relative; color: white; text-align: center; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding: 0 20px;}
.bg-overlay .highlight { font-size: 25px; max-width:1200px;}
.bg-parallax::after {  content: "";  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.5); /* 블랙 + 투명도 */  z-index: 0; /* 배경보다 위, 텍스트보다 아래 */}

.section-title { margin-bottom: 80px; }
.section-title span { font-size: 18px; color: #555; }


/* regulard-first */
.regulard-first {margin-bottom: 120px; text-align: center;}
.regulard-first .first-img { margin-top:120px; }
.regulard-first .first-img img {max-height:600px;  }
.regulard-first .forst-text { margin: 0 auto;}
.regulard-first .line1 {  font-size: 25px; font-weight: 600;  }
.regulard-first .line2 {  font-size: 25px; margin-bottom: 10px;  }

/* regulard-step */
.regulardelivery-step {margin-bottom: 120px; }
.regulardelivery-step .inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }
.step-grid .step-card { position: relative; height: 360px; background: #f7f7f9; border-radius: 20px;   }
.step-grid .card-icon { position: absolute; top: 20px; right: 20px; width: 150px; height: auto;}
.step-grid .card-text {position: absolute;left: 20px; bottom: 20px; text-align: left; }
.step-grid .card-text .step { display: block; font-size: 14px; font-weight: 600; color: #888; margin-bottom: 6px; }
.step-grid .card-text h3 { font-size: 22px; margin-bottom: 8px; }
.step-grid .card-text p { font-size: 15px; color: #666; line-height: 1.5; }

/* regulardelivery-counsel */
.regulardelivery-counsel {margin-bottom: 120px;}
.regulardelivery-counsel .inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.counsel-grid { display: grid; grid-template-columns: repeat(3, 1fr);  gap: 20px; }
.counsel-grid .counsel-card { position: relative; height: 260px;  border-radius: 16px; padding: 20px; background: #f7f7f9; }
.counsel-grid .card-icon { position: absolute; top: 20px; right: 20px; width: 150px; height: auto; }
.counsel-grid .card-text { position: absolute; left: 20px; bottom: 20px; display: flex; flex-direction: column; justify-content: flex-start; text-align: left; }
.counsel-grid .card-text .step { font-size: 14px; font-weight: 600; color: #888; display: block; margin-bottom: 6px; }
.counsel-grid .card-text h3 { font-size: 22px; margin-bottom: 8px; }
.counsel-grid .card-text p {   color: #666; line-height: 1.5; }

/* regulardelivery-menu */
#regulardelivery-menu { margin-bottom: 120px; padding:0 20px;  background: #fff;}
.menu-grid {  max-width: 1200px;  margin: 0 auto;  display: grid;  grid-template-columns: repeat(3, 1fr);  gap: 40px;}
.menu-card {  background: #f7f7f9;  border-radius: 10px;  padding: 20px;  display: flex;  flex-direction: column;}
.menu-img img {  width: 100%;  border-radius: 10px;  object-fit: cover;}
.menu-card h3 {  font-size: 23px;  margin: 24px 0 10px;}
.menu-desc {  color: #555;  line-height: 1.6;  border-top: 1px solid #ddd;  border-bottom: 1px solid #ddd;  padding: 20px 0;}
.menu-list {  margin: 24px 0;  padding-left: 18px; font-weight: 600; color:#faa52b; }
.menu-info {  border-top: 1px solid #ddd;  border-bottom: 1px solid #ddd;  padding: 20px 0;  margin-bottom: 20px;}
.menu-info div {  display: flex;  justify-content: space-between;  margin-bottom: 8px;}
.menu-foot {  min-height: 120px;  display: flex;  flex-direction: column;  gap: 8px;}
.menu-foot .foot-item {  display: flex;  align-items: flex-start;  gap: 8px;}
.menu-foot .foot-item img {  width: 16px;  margin-top: 4px; /* 텍스트 첫 줄에 맞춤 */  flex-shrink: 0;}
.menu-foot .foot-item p {  margin: 0;  color: #666;  line-height: 1.5;    text-align: justify;	}
.badge {  border-top: 1px solid #ddd;  padding: 20px 0;   display: inline-block;  margin-top: 16px;  font-weight: 600; color:#faa52b; font-size:18px;}

/* regulardelivery-delivery */
.regulardelivery-delivery {text-align: center; margin-bottom: 120px; background-color: #ccdcf5;}
.regulardelivery-delivery img {max-width: 800px;}

/* regulardelivery-fresh */
.regulardelivery-fresh {margin-bottom: 120px; }
.fresh {margin-bottom: 100px; border-radius: 10px;}
.fresh img { width:100%; }
.with-desc { font-size: 16px;  margin: 20px 0 80px; }
.regulardelivery-fresh .with-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin: 0 50px;}
.regulardelivery-fresh .with-item { text-align: center; }

/* 이미지 래퍼 */
.regulardelivery-fresh .with-img { width: 100%; overflow: hidden; margin-bottom: 20px;}
.regulardelivery-fresh .with-img img {  width: 100%;  height: auto;  display: block;}
.regulardelivery-fresh h3 {  font-size: 23px;  font-weight: 700;  margin-bottom: 10px;}

/* SECTION */
.hygiene-safety {margin-bottom: 120px; }
.safety-grid {   max-width: 1200px;  margin: 0 auto;  display: grid;  grid-template-columns: repeat(6, 1fr);  gap: 30px; }
.safety-card:nth-child(1),
.safety-card:nth-child(2),
.safety-card:nth-child(3) { grid-column: span 2; }
.safety-card:nth-child(4),
.safety-card:nth-child(5) { grid-column: span 3; }
.safety-card { position: relative;  border-radius: 10px;  padding: 20px;  min-height: 200px;  background-color:#f7f7f9;  overflow: hidden; }
.safety-card .card-text { position: relative;  text-align: left;   }
.safety-card .card-text h3 { font-size: 22px;  font-weight: 700;  margin: 0; }
.safety-card .card-icon {  position: absolute;  right: 20px;  bottom: 20px;}
.safety-card .card-icon img { width: 120px; height: auto;}

.regulardelivery-free img {width: 100%;}
.talk-section { max-width: 1000px;  margin: 0 auto; margin-bottom: 120px;}
.talk-bubble {  background: #f7f7f9; border-radius: 2000px;  display: inline-flex;  align-items: center;  margin-bottom: 40px;  width: fit-content;   max-width: 100%; padding:40px; }
.talk-bubble.left {  justify-content: flex-start; text-align: left; margin-right:200px;}
.talk-bubble.right {  justify-content: flex-end;   margin-left: auto; text-align:right; margin-left:200px; }
.bubble { margin:0 40px;  min-width: 300px; position: relative; font-size: 18px; color:#535353;}
.bubble p {  line-height: 2; }
.avatar { width: 160px;  height: 160px; }
.avatar img {  width: 100%;  height: auto;  border-radius: 50%;}
.regulardelivery-free-card{ position: relative; background:#f7f7f9;  padding:60px; min-height:450px; overflow: hidden;   margin:0 auto;}
.regulardelivery-free-card .card-text { position: relative; text-align: left; }
.regulardelivery-free-card .card-text h3 { margin: 0; font-size: 30px; font-weight: 700; text-align: left; margin-bottom: 10px;}
.regulardelivery-free-card .card-icon { position: absolute; right: 40px; bottom:40px; }
.regulardelivery-free-card .card-icon img { width: 300px; height: auto; }


 /* */
.regulardelivery-box {  position: relative;  padding: 140px 20px;  text-align: center;  color: #fff;  overflow: hidden;}
.parallax-bg { position: absolute;  top: 0;  left: 0;  width: 100%;  height: 200%;  background-image: url('../img/regulardelivery/regulardelivery-coffee.jpg');   background-size: cover;  background-position: center;  z-index: 1;}
.parallax-bg .overlay {position: absolute; top: 0; left: 0; width: 100%; height: 200%; background-color: rgba(0,0,0,0.4);  z-index: 2;}
.parallax-c { position: relative; z-index: 3;}
.regulardelivery-text {font-size: 30px; margin-bottom: 20px; }

@media (max-width: 1024px){
}

@media (max-width: 767px) {
.parallax-banner-content p { font-size:20px; }	
	
.h-text1 { text-align: center; font-size:22px; overflow: auto; color:#000;}
.h-text2 { text-align: center; font-size:22px; overflow: auto; color:#000; font-weight: 600;}
	
.regulard-first { margin: 0 auto 100px; text-align: center;}
.regulard-first .first-img { margin-top:60px; }
.regulard-first .first-img img {max-height:320px;  }
.regulard-first .forst-text { margin: 0 auto;}
.regulard-first .line1 { font-size: 22px; }
.regulard-first .line2 { font-size: 22px; }
.regulard-first .line3 { font-size: 16px; }

.regulardelivery-step {margin-bottom: 100px;}
.regulardelivery-step .inner { max-width: 1200px; margin: 0 auto; padding: 0 0px; }
.step-grid {grid-template-columns: repeat(2, 1fr);  gap: 20px; }
.step-grid .step-card { position: relative; height: 220px; background: #f7f7f9; border-radius: 20px;   }
.step-grid .card-icon { position: absolute; top:10px; right:10px; width: 80px; height: auto;}
.step-grid .card-text {position: absolute;left: 20px; bottom: 20px; text-align: left; }
.step-grid .card-text .step { display: block; font-size: 14px; font-weight: 600; color: #888; margin-bottom: 6px; }
.step-grid .card-text h3 { font-size: 22px; margin-bottom: 8px; }
.step-grid .card-text p { font-size: 15px; color: #666; line-height: 1.5; }
	
.regulardelivery-counsel {margin-bottom: 100px;}
.regulardelivery-counsel .inner { max-width: 1200px; margin: 0 auto; padding: 0 0px; }	
.counsel-grid {grid-template-columns: 1fr; /* MO 1x3 */}
.counsel-grid .counsel-card { position: relative; height: 220px;  border-radius: 16px; padding: 10px; background: #f7f7f9; }	
.counsel-grid .card-icon { position: absolute; top: 10px; right: 10px; width: 120px; height: auto; }	
.counsel-grid .card-text { position: absolute; left: 20px; bottom: 20px; display: flex; flex-direction: column; justify-content: flex-start; text-align: left; }
.counsel-grid .card-text .step { font-size: 14px; font-weight: 600; color: #888; display: block; margin-bottom: 6px; }
.counsel-grid .card-text h3 { font-size: 22px; margin-bottom: 8px; }
.counsel-grid .card-text p {   color: #666; line-height: 1.5; }
	
.bg-overlay .highlight { font-size: 17px;}
.bg-overlay .highlight1 { padding-bottom: 18px;}
.bg-overlay .highlight2 { font-size:18px;}

#regulardelivery-menu { margin-bottom: 100px; padding:0 0px; }	
.menu-grid { grid-template-columns: 1fr; gap: 24px; }

.regulardelivery-delivery  { margin-bottom: 100px; }	
.regulardelivery-delivery img {width: 100%;}
.section-title {margin-bottom: 40px;}



.regulardelivery-fresh {margin-bottom: 100px;}
.fresh {margin-bottom:30px;  }
.regulardelivery-fresh .with-wrap { grid-template-columns: repeat(1, 1fr); gap: 0; margin: 0 20px; }
.regulardelivery-fresh .with-img { height: 200px; }
.regulardelivery-fresh h3 { font-size: 20px; }
.regulardelivery-fresh .with-item { padding:20px 0px; }
.regulardelivery-fresh .with-item p { font-size: 14px; margin-bottom: 20px;}
	
.hygiene-safety { margin-bottom: 100px; }
.hygiene-safety .section-title { font-size: 24px; }
.hygiene-safety .section-desc { font-size: 14px; margin-bottom: 40px; }
	
.safety-grid { grid-template-columns: 1fr; gap: 20px; overflow-x: hidden; }
.safety-card { grid-column: 1 / -1 !important; width: 100%; max-width: 100%; box-sizing: border-box; min-height: 160px; padding: 16px; padding-bottom: 60px;}
.safety-card .card-text { min-height: 48px; display: flex; align-items: flex-start;}
.safety-card .card-text h3 { font-size: 20px; font-weight: 700; line-height: 1.2; margin: 0; }
.safety-card .card-icon { position: absolute; right: 10px; bottom: 10px; }
.safety-card .card-icon img { width: 100px; }

.talk-bubble { width: 100%; max-width: 100%; display: flex; padding: 20px; margin-bottom: 20px; border-radius:100px; box-sizing: border-box; }
.talk-section { margin-bottom: 80px; }
.talk-bubble.left,
.talk-bubble.right { margin: 0 0 20px; justify-content: flex-start; text-align: left; }

.avatar { width: 60px; height: 60px; flex-shrink: 0; }

.bubble { min-width: 0; margin: 0 10px; font-size: 15px; }
.regulardelivery-free-card { padding: 30px 20px; min-height: auto; }
.regulardelivery-free-card .card-text h3 { font-size: 22px; line-height: 1.4; }
.regulardelivery-free-card .card-text p { font-size: 15px; line-height: 1.6; }
.regulardelivery-free-card .card-icon { position: static; margin-top: 30px; text-align: right; }
.regulardelivery-free-card .card-icon img { width: 200px; }	
.regulardelivery-text {font-size:18px;}
	
.pc-only { display: none; }
.mo-only { display: block;}	
}