@font-face {
    font-family: 'JalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  *{
    box-sizing: border-box;
  }

.akasaka_head ul li.Mobile_menu{
    width:26px;
    height:auto;
    /* background:url(../images/three_bar.jpg) center no-repeat !important; */
}
.akasaka_head ul li.lang p{
    color: var(--black22) !important;     
}
.akasaka_head ul li.Mobile_menu span{
    background:var(--gray44) !important;
    margin-bottom:0px;
}
.hotelMenu ul{
  align-items: center;;
}



#visual .swiper-wrapper,
#visual .swiper-slide{
  height:480px;
}
.visualSlide{
    width:100%;
}
.visualSlide ul li img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}
.visualSlide .swiper-slide{
  position:relative;
}
.visualSlide .swiper-slide .visual_ment{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  padding:50px 40px;
  font-size:30px;
  color: var(--whiteff);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.5px;;
}
.visualSlide .swiper-slide .visual_ment.visualFont{
  line-height: 1.2;
}
.visualSlide .swiper-slide .visual_sment{
  position:absolute;
  bottom:0;
  width:100%;
  background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  padding:50px 40px;
}
.visualSlide .swiper-slide .visual_sment h4{
  font-size:30px;
  color: var(--whiteff);
  line-height: 1;
  font-family: 'JalnanGothic' !important;
  font-weight: normal;
  letter-spacing: -0.5px;;
  margin-bottom:6px;
}
.visualSlide .swiper-slide .visual_sment span{
  font-size:22px;
  color: var(--whitef1);
  line-height: 1;
  font-weight: normal;
  margin-bottom:20px;
  display: block;;
}
.visualSlide .swiper-slide .visual_sment p{
  font-size:16px;
  color: var(--whiteff);
  line-height: 1.3;
  font-weight: normal;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}




.visualSlide .swiper-pagination-bullet {
  opacity: 1;
  background: #e6e6e6;
}
.visualSlide .swiper-pagination-bullet-active {
  width: 15px;
  background: #363636;
  border-radius: 100px;
}
.visualSlide .swiper-button-prev,
.visualSlide .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -30px;
}
.visualSlide .swiper-button-disabled {
  display: none !important;
}
.visualSlide .swiper-button-prev {
  left: -10px;
  background: url("../images/swipe-left.svg") no-repeat 50% 50% / 100%;
}
.visualSlide .swiper-button-next {
  right: -10px;
  background: url("../images/swipe-right.svg") no-repeat 50% 50% / 100%;
}

#indexSection{
    padding:0;
}



.benefitsRest{
	width:100%;
	margin:10px 0 20px;
	text-align: center;
}
.benefitsRest button.benefits_btn{
	width:100%;
	height:auto;
	display:flex;
	padding:0;
}
.benefitsRest button.benefits_btn p{
	background:#ebf3ff;
	color:#00408a;
	text-align: left;
	position:relative;
	padding:15px 15px 15px 35px;
	height: 70px;
	width: calc(100% - 40px);
	border-radius: 5px 0 0 5px;;
	letter-spacing: -1px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.benefitsRest button.benefits_btn p:before{
	content:"";
	width:30px;
	height:30px;
	background:var(--whiteff);
	border-radius: 50%;
	position:absolute;
	left:0;
	top:50%;
	transform: translate(-50%, -50%);
}
.benefitsRest button.benefits_btn span{
	width:40px;
	height:70px;
	background:#8cbaff;
	position:relative;
	border-left:2px dashed var(--whiteff);
	border-radius: 0 5px 5px 0;;
}
.benefitsRest button.benefits_btn span:after{
	content:"";
	width:30px;
	height:30px;
	background:var(--whiteff);
	border-radius: 50%;
	position:absolute;
	right:-15px;
	top:50%;
	transform: translateY(-50%);
}

.sales_time .time_time{
  align-items: flex-start !important;
}
.sales_time .time_time i{
  width:20px;
  height: 20px;
  background:url(../images/ic_clock_red.svg) center no-repeat;
  background-size:88%;
  display: inline-block;
  margin-top:-2px;;
}

  
  /* s테마레스토랑 */
  .themeRest{
    width:100%;
    position:relative;
  }
  .themeRest .box,
  .themeRest .box a{
    position:relative;
    width:100%;
    height: 0;
    padding-bottom:55%;
    overflow: hidden;
    border-radius: 0.5rem;
    display: block;;
  }
  .themeRest .box img{
    width:100%;
    height: 100%;
    object-fit: cover;
    position:absolute;
    border-radius: .5rem;
  }
  .themeRest .theme_title{
    width:100%;
    font-size:20px;
    line-height: 1.3;
    color:#fff;
    font-weight: 900;
    background: linear-gradient(180deg, #000, transparent);
    height:120px;
    padding:30px 30px 0;
    position:absolute;
    top:0;
    left:0;
  }
  .themeRest .theme_title a{
    line-height: 1.3;
    color:#fff;
    font-weight: 900;
  }
  
.themeRest .swiper-pagination {
    bottom:20px !important;
    left:50%;
    transform: translateX(-50%);
    width:auto !important;
    }
  .themeRest .swiper-pagination-bullet{
    background:#e6e6e6;
    opacity: 1;
    height:6px;
    width:6px;
    margin-right:2px;
  }
  .themeRest .swiper-pagination-bullet-active{
    background:#333;
    border-radius: 10px;
    width:15px;
    height:6px;;
  }
.themeRest .swiper-slide img{
  width:100%;
}

  /* 음식장르` */
  .cuisineWrap .swiper-wrapper{
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
  }
  .cuisineWrap .cuisine .box{
    width: 25%;
    height:auto;
    margin-right: 0px;
    margin-bottom:20px;
    text-align: center;
  }
  .cuisineWrap .cuisine .box:nth-child(4n){
    margin-right:0;
  }
  .cuisineWrap .cuisine .box .thumb{
    width:75px;
    height:75px;
    border-radius: 50%;
    overflow: hidden;
    padding-bottom:0;
    margin:auto;
  }
  .cuisineWrap .cuisine .swiper-slide .thumb img {
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  .cuisineWrap .cuisine .swiper-slide p {
    font-size: 14px;
    font-weight:500;
    line-height:1.3;
    margin-top: 5px;
    letter-spacing: -1px;
  }
  .cuisineWrap .slide .swiper-button-prev,
  .cuisineWrap .slide .swiper-button-next {
    margin-top: -5px;
  }

  .cuisineItem{display:flex !important; gap:0; flex-wrap:wrap; justify-content: flex-start; box-sizing: border-box;  width: 100% !important; padding:0;}
  .cuisineItem .box{margin:0;}

/* 장르 스와이프 네이게이션 */
  
.cuisineWrap .swiper-pagination {
  bottom:0px !important;
  left:50%;
  transform: translateX(-50%);
  width:auto;
}
.cuisineWrap .swiper-pagination-bullet{
  background:var(--graydd);
  opacity: 1;
  height:6px;
  width:6px;
  margin-right:2px;
}
.cuisineWrap .swiper-pagination-bullet-active{
  background:var(--surfcolor);
  border-radius: 10px;
  width:15px;
  height:6px;;
}


/* 추천매거진 */

.section10 .slide{
  margin-bottom:0;
}
.section10 .magazine {
  display:flex;
}
.section10 .magazine li {
  /* width: calc(50% - 10px); */
  width:250px;
  position:relative;
  margin:0 20px 20px 0;
}
.section10 .magazine li .imgbox{
  width:100%;
  height:0;
  padding-bottom:100%;
  position:relative;
}
.section10 .magazine li img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 0.5rem;;
  position:absolute;
}
.section10 .magazine li h4{
  font-size:16px;
  width:100%;
  color:#222;
  z-index: 1;
  font-weight: 700;
  margin-top:10px;
  line-height: 1.3;
  border-radius: 0 0 5px 5px;
  letter-spacing: -1px;;
} 

.section10 .magazine li p{
  font-size:13px;
  color:var(--gray44);
  line-height: 1.3;
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
  margin-top:5px;
}


.recomdMagazine .magazine {
  display:flex;
}
.recomdMagazine .magazine li {
  /* width: calc(50% - 10px); */
  width:250px;
  position:relative;
  margin:0 20px 20px 0;
}
.recomdMagazine .magazine li .imgbox{
  width:100%;
  height:0;
  padding-bottom:100%;
  position:relative;
}
.recomdMagazine .magazine li img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 0.5rem;;
  position:absolute;
}
.recomdMagazine .magazine li h4{
  font-size:16px;
  width:100%;
  color:#222;
  z-index: 1;
  font-weight: 700;
  margin-top:10px;
  line-height: 1.3;
  border-radius: 0 0 5px 5px;
  letter-spacing: -1px;;
} 

.recomdMagazine .magazine li p{
  font-size:13px;
  color:var(--gray44);
  line-height: 1.3;
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
  margin-top:5px;
}




