.header-section {
  background-image: url("../images/bg/menu.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;
}

.menu {
  margin: 0 auto;    }
.menu-p {
  margin-top:20px;}
.intro p {
  margin: 0 auto;
  font-size:18px;
}
.basic-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 좌우 공간 배분 */
  align-items: flex-end;
  text-align: left;
  margin:80px 0 0;
}
.basic-menu-text{
  flex: 1 1 40%;	
  padding: 20px 0;
  box-sizing: border-box;
}
.basic-menu-text p {
  margin:0 0 10px ;
  font-size:16px;	
}

.bm-text1 {
  border-radius:10px;
  background-color: #f7f7f7;
  padding:20px 30px ;
}

.bm-text2 {
  margin-top:30px;
  background-color: #f7f7f7;
  padding:20px 30px ;
  border-radius:10px;
}
.bm-text2 ul li::before {
  content: '✔';
  left: 0;
  top: 0;
  color: #e7882c;
  display: inline-block;     
  padding-right: 6px;       
  width: 1em;    
}
.basic-menu-image {
  flex: 1 1 40%;
  padding: 20px;
}
.basic-menu-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/*  */
.basic-meal-types {
  margin: 120px 0;
}
.meal-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin:80px auto 0;	
}
.meal-item {
  max-width: calc(25% - 20px);  
  text-align: center;
  border:1px solid #ddd;	
  border-radius:10px;	
  overflow: hidden;
  display: flex;
  flex-direction: column;	
}
.meal-item img {
  width: 100%;
  object-fit: cover;	
  border-radius: 10px 10px 0 0 ;
  display:block;
  border:1px solid #aaa;		
}

.bmp{
 font-size:20px;
 padding:15px 10px;	
 font-weight: bold;		
}

.meal-price {
  margin: 120px 0 0;
  text-align: center;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 기본 PC: 4개 */
  gap: 20px;
  margin: 80px auto 0;
}

.price-card {
  background-color: #fff;
  color:#000;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding:30px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.price-card:hover {
  background-color: #e7882c;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  color:#fff;	
}
.price-card p {
  font-size: 20px;
  font-weight:bold;	
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.price-card li {
  margin-bottom: 4px;
}

.line2-divider {
  border: none;
  height: 2px;
  width: 30px;
  background-color: #000;
  margin: 15px auto;}

.price-card:hover .line2-divider {  
  background-color: #fff;
}

.meal-grid table {
  table-layout: fixed;
  width: 100%;	
  margin-top:80px;
  border-collapse: separate;
  border-spacing: 25px 0;  
  width: 100%;
  min-width: 700px;
  background-color: #f7f7f7;  
  padding:40px 10px;
  border-radius:10px;	
}

.meal-grid td {
  border: 0px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}

.meal-grid th {
  border-bottom:2px solid #000;
  text-align: left;
  font-weight: bold;
  color:#313131;
  font-size:14px;
  padding: 5px;	
}
.meal-grid {
  overflow-x: auto;
  margin-top:100px;	
}
.meal-grid h3{
  margin:0 auto;
}

.special-service {
  display: flex;
  flex-wrap: wrap;
  align-items:end;
  background: #f7f7f7;
  gap:20px;
  margin: 100px 0 0;
  padding: 40px;
  border-radius: 10px;
}

.special-service img {
  max-width: 350px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.special-service .desc {
  flex: 1;
  padding: 40px 20px 0;
  text-align:left;	
  border-radius:10px;	
}

.special-service .desc ul {
  list-style: none;  
  padding-left: 0;  
  margin-top:20px; 
  background: #fff; 	  
  padding: 20px; 	 
  border-radius: 10px;	}
.special-service .desc li {  
  position: relative;  
  padding-left: 24px;  
  margin-bottom: 15px;}
.special-service .desc li::before {
  content: "✔"; /* 또는 \2713 */
  position: absolute;
  left: 0;
  color: #e7882c;
  font-weight: bold;
}
.fresh {text-align: center; margin:120px 0 0;}
.fresh-section {
  background: #222;
  text-align: center;
  height:680px;
  background-image: url("../images/menu/fresh.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.fresh-section .text {
  margin-top: 0px;
  padding: 0 10px;
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  border-right: 2px solid black;
}

.fresh-section .text.active {
  animation: typing 3s steps(40, end) forwards, blink-caret 0.7s step-end infinite;
}

@keyframes blink-caret {
  0%, 100% { border-right-color: black; }
  50% { border-right-color: transparent; }
}
@keyframes zoom-in {
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}
@keyframes typing {
  from { width: 0; }
  to { width: 27ch; }  /* ← 글자 수만큼 정확히 지정 */
}


.menu-logo {
  text-align: center;
  padding: 0 20px 0;
  background: #fff;
}
.menu-logo p{
  font-size:25px;
}
.menu-logo-slide-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.menu-logo-track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
  gap: 140px;
  padding-left: 20px;
  margin:120px 0 80px;	
}
.menu-logo-track li {
  list-style: none;
  flex: 0 0 auto;
}
.menu-logo-track img {
  height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
}

.gallery {
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0px 0;
}

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




@media (max-width: 1024px) {
.bm-text1 {
  padding:10px 10px ;
}

.bm-text2 {
  padding:10px 10px ;
}
	
.swiper-wrapper{
  height:auto;
}
.gallery-swiper .swiper-slide{
  max-height: 180px;
}	
}




@media (max-width: 767px) {
.intro p {
  margin: 0 auto;
  font-size:16px;	
}
.basic-menu{
  flex-direction: column;
  text-align: center;
}
.basic-menu-text p {
  margin:0 0 10px ;
  font-size:15px;	
  line-height: 1.6em;	
}	
.bm-text1{
  padding:15px 15px;	
}
.bm-text2 {
  margin-top:20px;
  background-color: #f7f7f7;
  padding:15px 15px;
  border-radius:10px;
}
.basic-menu-image {
  padding: 0;}
	
.special-service {
  display: flex;
  flex-wrap: wrap;
  align-items:end;
  background: #f7f7f7;
  gap:20px;
  margin: 120px 0 0;
  padding: 20px;
  border-radius: 10px;
}
.special-service .desc {
  flex: 1;
  padding: 20px 0px 0;
  text-align:left;	
  border-radius: 10px;	
}	
.special-service .desc ul	{
  padding:20px 15px;}
.meal-price {
  margin:100px 0 0;
}
.meal-price h3 {
  margin:0 auto;
}
.price-grid {
  gap:10px;
}
	
.price-card {
  background-color: #fff;
  color:#000;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding:20px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
	
.meal-grid table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.meal-grid table {
  margin-top:80px;
  border-collapse: separate;
  border-spacing: 10px 0;  
  width: 100%;
 
  background-color: #f7f7f7;  
  border-radius: 10px; 
  padding:40px 5px;
}
.meal-grid th {
  padding: 3px;	
}
	
.meal-grid table thead,
.meal-grid table tbody,
.meal-grid table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
	
.menu-logo-track {
  gap: 40px;    
  animation-duration: 40s;  
}
.menu-logo {  
  padding: 100px 0 0;
}
.menu-logo p {	
  font-size:16px;
}
.menu-logo-track img {    
  height: 40px;  
}
.meal-item {
  max-width: calc(49% - 10px);
}
.price-grid {
  grid-template-columns: repeat(2, 1fr);
}
.bmh3 {
  margin: 0 auto;}	
.bmp { 
  font-size:18px; 
  padding:5px;
}
.fresh h2 { 
  width:100%;
  margin:0 auto;	
}
.fresh-section {
  background: #222;
  text-align: center;
  height:200px;
  background-image: url("../images/menu/fresh.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.fresh-section .text {
  margin-top: -60px;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  border-right: 2px solid black;
}


@media (max-width: 480px) {
.meal-grid	td{
  font-size:11px;
  padding: 5px;
  word-break: break-word;       /* 긴 단어 자동 줄바꿈 */
  white-space: normal; 
}

}