
.imgbox_wrap .imgbox{
    display:flex;
    gap:1px;
  }
  .imgbox_wrap .imgbox > div{
    flex:2;
    position:relative;
  }
  .imgbox_wrap .imgbox > div img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    border-radius:.5rem 0 0 .5rem;;
  }
  .imgbox_wrap .imgbox > ul{
    flex:1;
  }
  .imgbox_wrap .imgbox > ul > li{
    width:100%;
    height:0;
    padding-bottom:71.6%; /* 66.67*/
    position: relative; 
    margin-bottom:1px;
  }
  .imgbox_wrap .imgbox > ul > li:last-child{
    margin-bottom:0;
  }
  
  .imgbox_wrap .imgbox > ul > li img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:0;
    top:0;
    border-radius: 0 .5rem .5rem 0;;
  }
  .imgbox_wrap .imgbox + ol{
    display:flex;
    gap:5px;
    margin:10px 0 5px;
  }
  .imgbox_wrap .imgbox + ol li{
    padding:3px 6px;
    border:1px solid #ddd;
    border-radius: 20px;
    font-size:14px;
    color:#555;
  }


  
.tabs {
    margin:10px 0 20px;;
    display:flex;
}
.tabs li{
    flex:1;
    height:35px;
    line-height:35px;
    background:#f5f5f5;
    text-align: center;
    border-right:1px solid #e6e6e6;
}
.tabs li:first-of-type{
    border-radius: 5px 0 0 5px;;
}
.tabs li:last-of-type{
    border-radius: 0 5px 5px 0;
}
.tabs li a{
    color:#666;
    font-size:16px;
    font-weight: 600;
    display: block;;
}
.tabs li:last-child{
    border-right:0;
}
.tabs li.active{
    background:#222 !important;
}
.tabs li.active a{
    color:#fff !important;
}
*{
  box-sizing: border-box;
}
.brand_wrap,
.brand_title{
  width:100%;
  margin-bottom:20px;
}
.brand_title h2{
  font-size:20px;
  font-weight:700;
  color:var(--black22);
  margin-bottom:6px;
}
.brand_title span{
  font-size:16px;
  color:var(--gray66);
  font-weight: 400;
  font-family:'Noto Sans JP',sans-serif !important;
}

.brand_wrap .brand_loca{
  width:100%;
  height:300px;
  margin-bottom:0px;;
}
.brand_wrap .brand_loca.on{
  height:100vh;
}
.brand_wrap .brand_loca + p.big_map{
  padding:8px 20px;
  width:100%;
  background:var(--gray44);
  color:var(--whiteff);
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.brand_wrap .brand_store_wrap{
  width:100%;
  margin:30px 0;
}
.brand_wrap .brand_store{
  width:100%;
  margin:20px 0 20px;
}
.brand_wrap .brand_store h4{
  font-size:16px;
  font-weight:700;
  color:#222;
  margin-bottom:10px;
}
.brand_wrap .brand_store .brand_con{
  margin-bottom:20px;
  border-bottom:1px solid #ddd;
  padding-bottom:20px;
}

.brand_wrap .brand_store .brand_con .flex{
  display:flex;
  gap:10px;
}
.brand_wrap .brand_store .brand_con:last-of-type{
  border-bottom:0;
  margin:0;
  padding:0;
}
.brand_wrap .brand_store div.first{
  width:130px;
  height:130px
}
.book_btn button{
  width:calc(100% - 130px);
  max-width:calc(100% - 130px);
}
.brand_wrap .brand_store div.first img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 5px;;
}
.brand_wrap .brand_store > a + div.second{
  width:calc(100% - 130px);
}
.brand_wrap .brand_store div.second{
  /* width:calc(100% - 130px); */
  width:100%;
}
.brand_wrap .brand_store div.second h4{
  width:calc(100% - 68px);
  font-size:17px;
  font-weight: 700;
  color:#222;
  line-height:1.3;
  margin-bottom:5px;
  word-break: break-all;
}
.brand_wrap .brand_store div.second h4 + span{
  font-size:15px;
  color:#666;
  display:block;
  font-weight: 400;
  margin-bottom:10px;
}
.brand_wrap .brand_store div.second p.loca{
  font-size:13px;
  color:#444;
  margin-bottom:8px
}
.brand_wrap .brand_store div.second p.loca span{
  display:inline-block;
  font-size:13px;
}
.brand_wrap .brand_store div.second p.desc{
  font-size:13px;
  color:#8e8e8e;
  line-height:1.3;
  word-break: normal;
  margin-bottom:8px;
}
.brand_wrap .brand_store div.second .servi_time{
  width:100%;
  margin-bottom:8px;
}
.brand_wrap .brand_store div.second .servi_time p{
  font-size:13px;
  color:#8e8e8e;
  line-height:1.3;
  margin-bottom:0;
  display:flex;
  gap:0 6px;
  flex-wrap:wrap;
}
.brand_wrap .brand_store div.second .servi_time p span{
  display:flex;
  gap:3px;
  align-items: center;
  flex-wrap:wrap;
  font-size:14px;
  font-family: 'Noto Sans KR',sans-serif !important;
}
.brand_wrap .brand_store div.second .servi_time p span i{
  width:15px;
  height:15px;
  display: inline-block;
}
.brand_wrap .brand_store div.second .servi_time p span .i-breakfast{
  background:url(../images/i-breakfast.jpg?v=2) center no-repeat;
  background-size:100%;
}
.brand_wrap .brand_store div.second .servi_time p span .i-lunch{
  background:url(../images/i-lunch.jpg?v=2) center no-repeat;
  background-size:100%;
}
.brand_wrap .brand_store div.second .servi_time p span .i-dinner{
  background:url(../images/i-dinner.jpg?v=2) center no-repeat;
  background-size:100%;
}

.brand_wrap .brand_store div.second .servi_time .book_btn{
  display: flex;
  gap:5px;
  margin-top:15px;
  justify-content: center;
  width:225px !important;
  margin:20px auto 0;
}
.brand_wrap .brand_store div.second .servi_time button{
  max-width: 100%;
}
.brand_wrap .brand_store div.second .servi_time button.reser_btn{
  padding:7px 0px;
  border-radius: 4px;;
  font-size:14px;
  background:var(--gray99);
  color:var(--whiteff);
  height:34px;
}
.brand_wrap .brand_store div.second .servi_time button.reser_btn.noBook{
  background:var(--whiteff);
  color: var(--gray99);
  border:1px solid var(--gray99)
}
.brand_wrap .brand_store div.second .servi_time button.reser_btn2{
  padding:7px 20px;
  border-radius: 4px;;
  font-size:14px;
  background:var(--surfcolor);
  color:var(--whiteff);
  height:34px;
  width:225px;
}
.brand_wrap .brand_store div.second .servi_time button.reser_btn2 img{
  width:20px;
}
/* 
.brand_wrap .brand_store div.second .reser_btn{
  padding:7px 20px;
  height:34px;
  background:var(--surfcolor);
  border-radius: 4px;;
  color:var(--whiteff);
  font-size:14px;
  display: block;
  float:right;
} */
#google_map{
  width:100%;
  height:calc(100vh - 227px); 
}


/* 층수 및 온라인예약버튼 wrap */
.restWrap .restBox div.FoodRestButton,
.list_wrap .list_con div.FoodRestButton{
  width: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;
  margin:10px 0 0;
}
.restWrap .restBox div.FoodRestButton .reser_btn,
.list_wrap .list_con div.FoodRestButton .reser_btn{
  width:auto;
  margin:0px 0 0; 
}
.restWrap .restBox .floor_wrap,
.list_wrap .list_con .floor_wrap{
  display:flex;
  gap:5px;;
  width: 120px;
  justify-content: center;
}
.restWrap .restBox .floor_wrap .floor,
.list_wrap .list_con .floor_wrap .floor{
  border:1px solid var(--redec);
  padding:5px;
  color:var(--redec);
  border-radius: 3px;
  font-size:15px;
  font-weight: 400;
  width: 225px;
  height: 34px;
  max-width:100%;
  justify-content: center;
}
.restWrap .restBox .floor_wrap span,
.list_wrap .list_con .floor_wrap span{
  font-weight: 500;
}






















.filter_wrap{
  display:flex;
  justify-content: space-between;
  margin:20px 0;
}
.filter_wrap .filter_icon{
  display:flex;
  gap:5px;
}
.filter_wrap .filter_icon li{
  height:30px;
  border:1px solid var(--surfcolor);
  border-radius: 5px;
  font-size:14px;
  line-height:30px;
  padding:0 10px;
  color: var(--surfcolor);
}
.filter_wrap .filter_icon li.filter{
  width:auto;
  background:url(../images/ico-filter-surf.svg) 88% center no-repeat;
  padding:0 27px 0 5px;
  background-size:17px;
}
.filter_wrap button{
  border:1px solid var(--surfcolor);
  border-radius: 5px;
  font-size:14px;
  padding:0 5px 0 30px;
  color: var(--surfcolor);
}

.filter_wrap button.map_btn{
  background:url(../images/ic_map_surf.svg) 5px center no-repeat;
  background-size:20px;
}
.filter_wrap button.list_btn{
  background:url(../images/ic_list_surf.svg) 5px center no-repeat;
  background-size:20px;
}



/*í•„í„°íŒì—…*/
.filter_pop{
  width:80%;
  max-width:700px;
  height:auto;
  max-height:100%;
  border-radius: 5px;
  background:var(--whiteff);
  padding:20px;
  position:fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:1001;
  display:none;
}
.filter_pop span.close{
  width:30px;
  height:30px;
  background:url(../images/ico-close-white.svg) center no-repeat;
  background-size:20px;
  position:absolute;
  top:-40px;
  left:50%;
  transform: translateX(-50%);
}

.filter_box{
  width:100%;
}
.filter_box ul{
  display: flex;
  flex-direction: column;
  gap:6px;
}

.filter_box li{
  line-height:30px;
}
.filter_box li input[type="checkbox"]{
  display:none;
}
.filter_box li input[type="checkbox"] + label{
  height:30px;
  background:url(../images/chk1_bg.svg) left center no-repeat;
  background-size:15px;
  font-size:14px;
  padding-left:20px;
}
.filter_box li input[type="checkbox"]:checked + label{
  background:url(../images/chk1_bg_on.svg) left center no-repeat;
  background-size:15px;
}


/*ì§€ë„ point*/

.view_point_wrap{
  /* display:none; */
}
.map_view .tour_wrap{
  width:90%;
  max-width:540px;
  height:auto;
  position:fixed;
  bottom:10px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
}
.map_view .tour_wrap .swiper-wrapper{
  align-items: flex-end;
}
.tour01 button.book_btn{
  position:absolute;
  bottom:20px;
  right:20px;
}
.tour01 button{
  padding:3px 8px;
  border-radius: 4px;;
  font-size:13px;
  position:absolute;
  right:20px;
  bottom:20px;
}
.tour01 button.reser_btn{
  background: var(--gray99);
  color: var(--whiteff);
}
.tour01 button.reser_btn2,
.tour01 button.location_map{
  background:var(--surfcolor);
  color:var(--whiteff);
}
.tour01 button.location_map{
  text-align: center;
  padding:4px 10px;
  position:static;
}
.location_walk{
  position:static;
  display: flex;
  gap:7px;
  align-items: center;
}
.location_walk span{
  font-size:14px;
  color: var(--gray66);
}
.tour01 button.location_map svg{
  font-size:15px;
}


.tour_wrap .tour01{
  width:96%;
  height:auto;
  padding:30px 20px 20px;    
  box-shadow: 3px 5px 20px rgba(110,110,110,.3);
  border-radius: 5px;
  background:#fff;
  transition:.5s;
  display: flex;
  gap:10px;;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.tour_wrap .tour01.onSlide{
  height:20px;
  padding:30px 20px 0px;    
  box-shadow: 2px 1px 7px #999;
}

.tour_wrap .tour01 .point_con{
  width:calc(100% - 120px);
}


.tour_wrap .tour01 .tour_img01,
.tour_wrap .tour01 .point_con,
.tour_wrap .tour01 .book_btn{
  display:block;
}

.tour_wrap .tour01.onSlide .tour_img01,
.tour_wrap .tour01.onSlide .point_con,
.tour_wrap .tour01.onSlide .book_btn{
  display: none;
}
.tour_wrap .tour01 button.top_slide{
  width:20px;
  height:20px;
  position:absolute;
  left:50%;
  top:3px;
  transform: translateX(-50%);
  background:url(../images/arrow-down.svg) center no-repeat;
  background-size:15px;
}
.tour_wrap .tour01 button.top_slide.onSlide{
  background:url(../images/arrow-up.svg) center no-repeat;
  background-size:15px;
}

/* ì˜¨ë¼ì¸ì˜ˆì•½íŒì—… */
.onlineBook{
}
.onlineBook h3{
font-weight: 500;
text-align: center;
}
.onlineBook .bookSite li{
margin-bottom:20px;
text-align: left;
}
.onlineBook .bookSite li a {
font-size:15px;
color:var(--gray44);
line-height: 30px;;
}
.onlineBook .bookSite li a img{
width:30px;
height:30px;
margin-right:10px;
}
.onlineBook p{
text-align: left;
color:var(--blue00);
border-top:var(--border-style);
}
/* //ì˜¨ë¼ì¸ì˜ˆì•½íŒì—… */


.tour_wrap .reser_btn{
  /* width:100%; */
  line-height:35px;
  padding:0 15px;
  background:var(--surfcolor);
  color:var(--whiteff);
  border-radius: 5px;
  position:absolute;
  right:20px;
  bottom:20px;
}
.tour_wrap .reser_btn.onSlide{
  bottom:-200%;
}


.tour_wrap .tour_img01{
  width:120px;
}
#poi_image{
  width:120px;
}
#poi_image img{
  width:100%;
  max-width:120px;
  height:120px;
  object-fit: cover;
  border-radius: 5px;;
}

.tour_wrap .point_con h3,
.tour_wrap .point_con h3 a,
.tour_wrap .point_con h3.poi_name a{
  font-size:18px;
  color:var(--black22);
  margin-bottom:6px;
  font-weight: 600;
  word-break: break-all;
}
.tour_wrap .point_con span,
.tour_wrap .point_con span.jp_name{
  font-size:16px;
  color:var(--gray44);
  margin-bottom:6px;
  display: block;
}
.tour_wrap .point_con p{
  font-size:14px;
  color:var(--gray66);
  margin-bottom:6px;
  line-height: 1.3;
}
.tour_wrap .point_con p.detail{
  line-height:1.3;
}
.tour_wrap .point_con p.poi_location{
  margin-bottom:0px;
  color: var(--gray8e);
}
.tour_wrap .point_con p.poi_location span{
  display: inline-block;
  color: var(--gray8e);
}
.tour_wrap .point_con p.tour_tel{
  text-decoration: none;;
}
.tour_wrap .point_con ul{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-top:5px;
}
.tour_wrap .point_con ul li{
  padding:3px 8px;
  border:1px solid var(--graydd);
  border-radius: 20px;
  font-size:13px;
  color: var(--gray66);
}
.view_point .point_con ul li{
  padding:4px 10px;
  border:1px solid #ddd;
  border-radius: 50px;
  font-size:12px;
  color:var(--gray66);
}








.tag{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.tag span{
  padding:3px 8px;
  border:1px solid #ddd;
  border-radius: 20px;
  font-size:14px;
  color:var(--gray66);
}


.servi_icon{
  width:100%;
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-top:8px;
}
.servi_icon li{
  vertical-align: top;
  font-size:13px;
  margin-bottom:6px;
  text-align: center;
}
.servi_icon li img{
  display:block;
  width:30px;
  height:30px;
  margin:0 auto 5px;
}

.tabs {
  margin:10px 0 20px;;
  display:flex;
}
.tabs li{
  flex:1;
  height:35px;
  line-height:35px;
  background:#f5f5f5;
  text-align: center;
  border-right:1px solid #e6e6e6;
}
.tabs li:first-of-type{
  border-radius: 5px 0 0 5px;;
}
.tabs li:last-of-type{
  border-radius: 0 5px 5px 0;
}
.tabs li a{
  color:#666;
  font-size:16px;
  font-weight: 600;
  display: block;;
}
.tabs li:last-child{
  border-right:0;
}
.tabs li.active{
  background:#222;
}
.tabs li.active a{
  color:#fff;
}

.map_view{
  width:calc(100% - 60px);
  max-width:540px;
  /* height:78vh; */
  max-height:calc(100% - 160px);
  height:calc(100vh - 132px);
  position:fixed;
  overflow:hidden;
  bottom:0;
}
.map_view iframe + div{
  border:0 !important;
}


.brand_wrap .brand_con .servi_time{
  display:block;;
}
.brand_wrap .brand_con .servi_time p{
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.5 !important;
  display: flex;
  align-items: center;
  gap:3px;;
}

.brand_wrap .brand_con .servi_time .sales_time{
  margin-top:10px;
  width:100%;; 
}
.brand_wrap .brand_con .servi_time .sales_time .time_time{
  display:flex;
  gap:3px;
  align-items: center;
}
.brand_wrap .brand_con .servi_time .sales_time .time_time svg{
  color:#ec463d;
}
.brand_wrap .brand_con .servi_time .sales_time p.sales_time_detail{
  background:url(../images/ico-arrow-down.svg) 100% center no-repeat;
  padding-right:15px;
}
.brand_wrap .brand_con .servi_time .sales_time p .close,
.brand_wrap .brand_con .servi_time .sales_time p .holiday{
color:#ec463d;
}
.brand_wrap .brand_con .servi_time .sales_time p .open{
color:#01b453;
}
.brand_wrap .brand_con .servi_time .sales_time p .ready{
color:#ff7629;
}
.brand_wrap .brand_con .servi_time .sales_time .time_time{
  display:flex;
  gap:3px;
  align-items: center;
}
.brand_wrap .brand_con .servi_time .sales_time p .close{
  background:url(../images/ic_clock_red.svg) left 3px no-repeat;
  background-size:16px;
  padding-left:16px;
}


.brand_wrap{
  width:100%;
}
.tit h3{
  font-size:17px;
  color: var(--black22);
  display:inline-block;
  font-weight: 600;
}
.tit span{
  font-size:15px;
  color:#666;
  display:inline-block;
}
.brand_wrap .brand_con{
  display:flex;
  gap:10px;
}
.brand_wrap .brand_con_wrap{
  margin-bottom:20px;
  border-bottom:1px solid #ddd;
  padding-bottom:20px;
}
.brand_wrap .brand_con_wrap .brand_con{
  margin-bottom:0px;
  border-bottom:none;
  padding-bottom:0px;
}
.brand_wrap .brand_con_wrap:last-of-type{
  border-bottom:0;
}

.brand_wrap .brand_store div.second{
  width:calc(100% - 130px);
  padding-left:10px;
}

button.reser_btn{
  width:100%;
  max-width:225px;
  height: 35px;
  background: var(--gray99);
  border-radius: 5px;
  color: var(--whiteff);
  font-size: 14px;
  display: block;
}
button.reser_btn a{
  display:block;
  color:var(--whiteff);
}
.book_btn button.fullSeat {
  background:var(--gray66);
}

.width100{
  max-width:100%;
  width:100% !important;
}



@media (width>=580px){
  .map_view{
      height:calc(100% - 180px)
  }
}
@media (width>=768px){
  .map_view{
      width:calc(100% - 40px);
      max-width:580px;
      /* height:calc(78vh - 65px); */
  }
}

@media (width>=1360px){
  .map_view{
      height:calc(100% - 200px)
  }
}

@media (width <= 768px){
  .brand_wrap{
      padding:0 30px;
  }
  


  .tour_wrap .point_con h3{
      font-size:16px;
  }
  .tour_wrap .point_con > span{
      font-size:14px;
  }
  /* .tabs li:hover{
      background:#f5f5f5;
  }
  .tabs li:hover a{
      color:var(--black22);
  } */

}

@media (width <= 520px){
  .brand_wrap .brand_store div.first{
      width:110px;
      height:110px;
  }
  .book_btn button{
      width: calc(100% - 110px);
      max-width:calc(100% - 110px);
  }
  .brand_wrap .brand_store div.second{
      /* width:calc(100% - 130px); */
      width:100%;
  }
  .brand_wrap .brand_store > a + div.second{
      width:calc(100% - 110px);
  }
  .brand_wrap .brand_loca{
      width:100%;
      height:200px;;
  }
  .brand_wrap h2{
      font-size:20px;
  }
  .brand_wrap h2 span{
      font-size:16px;
  }
  .brand_wrap .brand_store h5{
      font-size:16px;
  }
  .brand_wrap .brand_store ul li dl dt{
      font-size:16px;
  }
  .brand_wrap .brand_store ul li dl dd{
      font-size:15px;
  }
  .servi_icon li img{
      width:25px;
      height:25px;
  }
  .tabs li a{
      font-size:14px;
  }
  .tour_wrap{
      width:96%;
  }
  #poi_image{
      width:100px;
  }
  #poi_image img{
      width:100px;
      height:100px;
      object-fit: cover;
  }
  
  .tour_wrap .tour01 .point_con{
      width:calc(100% - 110px);
  }
  .tour_wrap .point_con h3{
      font-size:16px;
  }
  .tour_wrap .point_con > span{
      font-size:14px;
  }
  .brand_wrap .brand_store div.second{
    width:calc(100% - 110px)
  }
  .servi_time button.reser_btn,
  .book_btn button.fullSeat{
      max-width: 100% !important;
  }

}

@media (width <= 490px) {
  .brand_wrap .brand_store div.second .servi_time{
      display:block;
  }
  .brand_wrap .brand_store div.second .servi_time > div,
  .brand_wrap .brand_con .servi_time .sales_time .time_time{
    width:100%;
  }
  .brand_wrap .brand_store div.second .servi_time p{
      /* display: block; */
      display:flex;
  }
  .brand_wrap .brand_con .servi_time p span{
      display:flex;
      gap:2px;
      align-items: center;;
  }
  .tour_wrap .tour_img01{
      width:100px;
  }
  .brand_wrap .brand_store div.second .servi_time p{
    display:flex;
}

}

@media (width <= 480px){
  .tour_wrap .tour01{
      height:auto;
  }
  .tour_wrap .reser_btn{
      position:static;
      width: 100%;
      margin-top:10px;;
  }
   .tour01 button.book_btn{
      position:static;
      width:100%;
      margin-top:6px;
  }
}

@media (width <= 380px){
  .tour_wrap .tour_img01{
      max-width:110px;
  }

  .tour_wrap .point_con ul{
      gap:2px;
  }
  .brand_wrap .brand_store div.second p.loca{
      line-height:1.5;
  }
 .top_btn{
  display:block;
 }
 .top_btn>div{
  margin-bottom:5px;
 }
 .map_view{
  max-height: calc(100% - 190px);
 }
}
@media (width <= 340px){

}