.business2 {margin:0;}
.business2 img{ max-width:100%; vertical-align:top; }
.business2 .flex {display:flex; flex-wrap: wrap;  justify-content: space-between; align-items: center;  padding:120px 0;
max-width:calc(100% - 100px); margin:0 auto }
.business2 .flex  .item{  flex:1;  position:relative}
.business2 .reverse {flex-direction: row-reverse;}
.business2 .cont {padding:5% 15%; width:100%;  }
.business2 .tit1 {font-size: 18px;  }
.business2 .tit2 {font-size: 30px; font-weight:600 }
.business2 .txt {font-size:18px; padding:20px 0 40px 0}
.business2 .btn a{display:block;  font-size:16px; width:160px; color:#333; text-align:center; padding:7px 0 10px 0; 
background-color:#fff; border:1px solid #888; border-radius:50px;}
.business2 .bgGray {background:#EDEDED;}

.container{
  max-width: 1500px;
  margin: auto;
  padding: 200px 0;
}

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

.label-container {
  margin-right: 80px;
}

.label-container h2 {
  margin-right: auto;
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 10px;
}

.label-container p {
  font-size: 18px;
  line-height: 24px;
  color: #7c7c7c;
}

.label-container a {
  border: 1px solid #B8B8B8;
  padding: 10px 0;
  width: 140px;
  color: #727272;
  font-size: 14px;
  border-radius: 50px;
  display: block;
  margin-top: 30px;
  text-align: center;
}

.label-container a:hover {
  background: #2F88EF;
  border: 1px solid #2F88EF;
  transition: all 0.3s;
  color: #fff;
}

.discount-badge {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 10px;
  padding: 5px;
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
}

.restaurant-name {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

.info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.rating {
  display: flex;
  align-items: start;
  margin-top: 5px;
  font-weight: semi-bold;
}

.delivery-info {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.bi-dot {
  font-size: 26px;
}

.board_output_12_tr {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  background: transparent;
  border: 1px solid #D1D1D1;
  padding: 60px 30px;
}
.board_output_12_tr:hover {
  cursor: pointer;
  transform: scale(0.95);
  background: #fff;
}

.board_output_12_tr td {
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 18rem;
}

.board_output_12_tr td:nth-of-type(1) {
  display: none;
}

.board_output_12_tr td:nth-of-type(2) {
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: 600;
  max-height: 60px;
  line-height: 25px;
}
.board_output_12_tr td:nth-of-type(3) {
  font-size: 16px;
  font-weight: 300;
  color: #959595;
  max-height: 40px;
}

.card-slider tbody {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  gap: 30px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-slider tbody::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.news_thum {
  width: 75%; 
  overflow: hidden;
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1400px) {
  .container {
    max-width: 1150px;
  }
  .news_thum {width: 65%; }
}
@media (max-width: 1200px) {
.container { max-width: 740px; padding: 80px 0; }
.restaurant-container { flex-direction: column; }
.label-container { margin-right: 0; text-align: center; }
.label-container a { margin: 20px auto 30px auto; }
.news_thum {width: 100%; }
}
@media (max-width: 1023px) {
.container { max-width: 740px;}
.business2 {margin:100px 0 0 0;}
.business2 .flex  .item {padding:0 0 10px 0}	
.business2 .flex {display:block; padding:30px 0 20px 0; max-width:calc(100% - 30px); }
.business2 .cont {padding:1%;  top:0%; left:0; position: relative; transform:translate(0, 0);}
.business2 .tit1 {font-size: 15px;  }
.business2 .tit2 {font-size: 20px  }
.business2 .txt {font-size:14px; padding:10px 0 20px 0; line-height:22px}
.business2 .btn a{font-size:14px; margin:0 auto;  }
}
@media (max-width: 767px) {
    
    /* Card Slider */
    
    .label-container h2 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 10px;
    }
    .label-container p {
      font-size: 14px;
      line-height: 19px;
    }
    
    .label-container i {
      font-size: 14px;
    }

    .label-container a {
      margin: 10px auto 30px auto;
    }

    .news_thum {
      width: 90%;
    }
    
    /* Card Slider */
    
    /* Restaurant Card */
    .card-container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      height: fit-content;
      gap: 10px;
      margin-top: 10px;
    }
    
    .discount-badge {
      position: absolute;
      color: #fff;
      bottom: 0;
      left: 10px;
      padding: 5px;
      z-index: 2;
      font-weight: bold;
      font-size: 12px;
    }
    
    .restaurant-name {
      font-weight: bold;
      font-size: 16px;
      margin: 0;
    }
    .card-slider tbody {
      gap: 10px;
    }
    /* Restaurant Card */
    .board_output_12_tr {
      padding: 30px 20px;
    }
    .board_output_12_tr:nth-of-type(n+3) {
      display: none;
    }
    .board_output_12_tr td {
      width: 100%;
    }
    .board_output_12_tr td:nth-of-type(2) {
      font-size: 14px;
      line-height: 17px;
    }
    .board_output_12_tr td:nth-of-type(3) {
      font-size: 14px;
      margin-top: 10px;
    }

    .label-container a {
      padding: 5px 0;
      width: 100px;
      font-size: 11px;
    }
    
}


