.border_bottom {
  border-bottom: 1px solid var(--graydd);
}

/* 페이지 탭 */
.tabs {
  margin: 10px 0 20px;
  display: flex;
  padding: 0 0 20px 0;
}
.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;
}

/* 식당타이틀 */
.rest_tit {
  width: 100%;
  margin-bottom: 20px;
}
.rest_tit h2,
.rest_tit h2 a {
  font-size: 20px;
  font-weight: 700;
  color: var(--black222);
  margin-bottom: 6px;
  width: calc(100% - 70px);
  height: auto;
  word-break: keep-all;
  line-height: 1.2;
}

.rest_tit span {
  font-size: 16px;
  color: var(--gray66);
  font-weight: 400;
  /* font-family:'Noto Sans JP',sans-serif !important; */
}

.rest_container {
  width: 100%;
  min-height: 600px;;
}
.rest_desc01 {
}

/* 식당이미지 */

.rest_desc01 .rest_img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}
.rest_desc01 .rest_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.7rem;
}
.rest_desc01 h4.rest_h4 {
  font-size: 16px;
  color: var(--black222);
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.3;
}
.rest_desc01 .desc {
  font-size: 14px;
  color: var(--gray55);
  line-height: 1.5;
}

.snsTag {
  border: 1px solid var(--graydd);
  border-radius: 5px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-top: 20px;
}
.snsTag dt {
  width: 90px;
  height: 90px;
}
.snsTag dt img {
  width: 90px;
  height: 100%;
  object-fit: cover;
}
.snsTag dd {
  width: calc(100% - 100px);
  line-height: 0.3;
  padding-left: 10px;
}
.snsTag dd p {
  line-height: 1;
}
.snsTag dd p.name {
  color: var(--balck22);
  font-size: 14px;
  margin: 3px 0 4px;
}
.snsTag dd p.ment {
  color: var(--gray8e);
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
}
.snsTag dd p.link {
  color: #388cff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 20px;
}

.readmore {
  font-size: 12px;
  color: var(--gray66);
  text-align: right;
  display: block;
}

.rest_custom_button {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.rest_custom_button li {
  flex: 1;
  padding: 6px;
  border: 1px solid var(--surfcolor);
  border-radius: 5px;
  color: var(--surfcolor);
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.rest_custom_button li img {
  width: 15px;
}

.rest_desc02 {
  display: flex;
  gap: 5px;
}
.rest_desc02 li {
  /* flex:1; */
  width: 33%;
}
.rest_desc02 li:hover {
  cursor: pointer;
}
.rest_desc02 li:hover img {
  opacity: 0.7;
}
.rest_desc02 li div {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.rest_desc02 li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.5s;
  border-radius: 5px;
}
.rest_desc02 li h5 {
  font-size: 14px;
  color: var(--black222);
  font-weight: 500;
  line-height: 1.3;
}
.rest_desc02 li p {
  font-size: 13px;
  color: var(--blue00);
}

.rest_desc03 {
  gap: 10px 20px;
  justify-content: center;
}
.rest_desc03 li {
  font-size: 11px;
  margin-bottom: 6px;
  text-align: center;
  vertical-align: top;
}
.rest_desc03 li img {
  display: block;
  width: 30px;
  height: 30px;
}

.tag_list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.tag_list li {
  padding: 9px 15px;
  border: 1px solid var(--graydd);
  border-radius: 5px;
  font-size: 13px;
  color: var(--gray55);
  height: 34px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.select_conbox {
  padding: 0;
  margin-top: 10px;
}
.rest_detail_info .cal_btn {
  display: flex;
  gap: 10px;
}
.rest_detail_info .cal_btn li {
  flex: 1;
  border: 1px solid #222;
  text-align: center;
}
.rest_detail_info .cal_btn li a {
  font-size: 15px;
  line-height: 30px;
  display: block;
}

.rest_detail_info h3 {
  font-size: 17px;
  color: var(--black222);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.rest_detail_info h3 span {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
}
.rest_detail_info h3 span a {
  text-decoration: underline;
  font-size: 14px;
}
.rest_detail_info h3 span img {
  width: 100px;
}
.rest_detail_info dl dt {
  font-size: 17px;
  color: var(--black222);
  margin-bottom: 8px;
  font-weight: 600;
}
.rest_detail_info dl dd {
  font-size: 14px;
  color: var(--gray44);
  font-weight: 400;
  line-height: 1.1;
  width: calc(100% - 90px);
}
.rest_detail_info dl dd span {
  display: inline-block;
  line-height: 1.5;
}

.rest_detail_info .loca {
  height: 250px;
  margin-bottom: 8px;
}
.rest_detail_info .loca + p {
  font-size: 14px;
  line-height: 1.3;
  color: var(--gray66);
}

.rest_detail_info .time {
  line-height: 1.1;
}
.rest_detail_info .time li.sales_time_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 5px;
}
.rest_detail_info .rest_sales_box dl.today dd span.holiday,
.rest_detail_info .rest_sales_box dl.today dd span.close,
.rest_detail_info .time li.sales_time_detail .holiday,
.rest_detail_info .time li.sales_time_detail .close {
  color: #fc3b30;
}
.rest_detail_info .rest_sales_box dl.today dd span.open,
.rest_detail_info .time li.sales_time_detail .open {
  color: #01b453;
}
.rest_detail_info .rest_sales_box dl.today dd span.ready,
.rest_detail_info .time li.sales_time_detail .ready {
  color: #ff7629;
}




/* 이미지팝업 */
.img_pop .imagesBox {
  width: 300px;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px;
}
.img_pop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}

/* 서비스아이콘 */

.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;
}

/* 웹sns */

.rest_more {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.rest_more button {
  flex: 1;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border: 1px solid var(--surfcolor);
  color: var(--surfcolor);
  border-radius: 4px;
}

.rest_more dl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.rest_more dl dt {
  color: var(--black22);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  width: auto;
}
.rest_more dl dt img {
  width: 25px;
}
.rest_more dl dd {
  text-overflow: ellipsis;
  width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  height: 20px;
}

/* 시그니처메뉴 */
.signature {
  display: flex;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.signature:last-of-type {
  margin: 30px 0 10px !important;
}
.signature a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.signature li.img {
  width: 130px;
  height: 130px;
}
.signature li.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #555;
  border-radius: 5px;
}
.signature .name {
  width: calc(100% - 130px);
  padding-left: 10px;
  position: relative;
}
.signature .name strong {
  font-size: 15px;
  color: var(--black222);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 3px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.signature .name span {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.signature .name p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3;
}

.signature .name .price {
  text-align: right;
  color: var(--redec);
  font-size: 15px;
  line-height: 1.3;
}

.signature .name .price > div {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  color: var(--gray44);
  line-height: 1.4;
}
.signature .name .price > div span {
  color: var(--gray8e);
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

/* 예약필터 */
.search_flex {
  margin: 0 auto 10px;
  padding-top: 0;
}

.search_flex > div {
  padding: 0;
}

.search_flex .select_conbox {
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.select_conbox select {
  height: 100%;
  font-size: 14px;
  color: #555;
  background: #fff url("../images/ico-down.svg") no-repeat calc(100% - 7px) 50% /
    10px;
  padding: 0 7px;
}
.select_conbox > div {
  height: 35px;
  padding-left: 25px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.select_conbox .inwon {
  flex: 1;
  background: url(../images/search_icon01.jpg) 3px center no-repeat;
  background-size: 21px;
}
.select_conbox .calendar {
  flex: 1;
  background: url(../images/search_icon02.jpg) 3px center no-repeat;
  background-size: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 21px;
  font-size: 14px;
  color: #555;
}
.select_conbox .calendar input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 14px;
  padding: 0 7px;
}
.select_conbox .time {
  flex: 1;
  background: url(../images/search_icon03.jpg) 3px center no-repeat;
  background-size: 21px;
}
.submit_reset_box {
  display: flex;
  gap: 5px;
}
.submit_reset_box .search_btn {
  padding: 7px 20px;
  background: var(--surfcolor);
  color: var(--whiteff);
  font-size: 14px;
  border-radius: 4px;
  width: calc(100% - 39px);
}
.submit_reset_box .reset_btn {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid var(--surfcolor);
  color: var(--surfcolor);
  border-radius: 4px;
  background: url("../images/ico-refresh-surf.svg") center no-repeat;
  background-size: 18px;
}
.submit_reset_box .reset_btn i {
  font-size: 20px;
}

/* 예약 */
.week_seat_tb {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-top: 10px;
}
.week_seat_tb .tb_tit {
  background: #f1f1f1;
  width: 50px;
}
.week_seat_tb .tb_tit i {
  display: block;
}
.week_seat_tb th {
  border-bottom: 1px solid #ddd;
}
.week_seat_tb th i {
  font-size: 20px;
}
.week_seat_tb th:not(:last-child),
.week_seat_tb td:not(:last-child) {
  border-right: 1px solid #ddd;
}
.week_seat_tb th,
.week_seat_tb td {
  font-size: 12px;
  color: var(--gray66);
  font-weight: normal;
  text-align: center;
  padding: 3px 0;
}
.week_seat_tb td:nth-child(1),
.week_seat_tb td:nth-child(2),
.week_seat_tb td:nth-child(3),
.week_seat_tb td:nth-child(4),
.week_seat_tb td:nth-child(5),
.week_seat_tb td:nth-child(6),
.week_seat_tb td:nth-child(7) {
  border-bottom: 1px solid #ddd;
}
.week_seat_tb .sat {
  color: var(--skyblue00);
}
.week_seat_tb .sun {
  color: var(--redec);
}
.week_seat_tb span {
  display: block;
  margin-bottom: 6px;
}
.week_seat_tb td p {
  color: var(--redec);
  font-size: 14px;
  font-weight: 500;
}
.week_seat_tb td.pick {
  background: var(--surfcolor);
}
.week_seat_tb td.pick p,
.week_seat_tb td.pick span {
  color: #fff;
}

.week_seat_tb th mark {
  background: transparent;
  display: block;
  color: #666;
  margin-bottom: 2px;
}

.rest_announ ul {
  padding-left: 20px;
}
.rest_announ ul li {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray44);
  margin-bottom: 10px;
  list-style-type: disc;
}
.rest_announ a.add_announ {
  text-align: center;
  display: block;
  color: var(--surfcolor);
  text-decoration: underline;
}


/* 영업일표시 */

.rest_detail_info .rest_sales_box{
    width:100%;
    margin-top:10px;
    padding:0;
}
.rest_detail_info .rest_sales_box dl.today{
  align-items: center;
}
.rest_detail_info .rest_sales_box dl{
    display:flex;
    align-items: flex-start;
    margin-bottom:20px;
}
.rest_detail_info .rest_sales_box dl dt{
    width:100px;
    font-size:15px;
    color:var(--black22);
    font-weight: 500;
}
.rest_detail_info .rest_sales_box dl dd{
    width:calc(100% - 100px);
    font-size:14px;
    color:#555;
}
.rest_detail_info .rest_sales_box dl dt i, 
.rest_detail_info .rest_sales_box dl.salesTime dd i{
    display:inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;;
}
.rest_detail_info .rest_sales_box dl.today dt i{
    background:#388cff;
}
.rest_detail_info .rest_sales_box dl.holiday dt i{
    background:#fc3b30;
}
.rest_detail_info .rest_sales_box dl.salesTime dd i{
    background:#444;
}
.rest_detail_info .rest_sales_box dl.salesTime dd{
    display:flex;
    gap:5px;
    align-items: center;
    font-weight: 500;
}
.rest_detail_info .rest_sales_box dl.today dd{
    display:flex;
    align-items: center;
    gap:3px;
    flex-wrap: wrap;
}
.rest_detail_info .rest_sales_box dl.today dd span.last_order{
    line-height:1.2;
    display:inline-block;
}

.holidayBox{
    width:100%;
}
.holidayBox .holiday_list{
    padding:20px;
    text-align: center;
    background:var(--whitef1);
    border-radius: 20px;
}
.holidayBox .holiday_list h4{
    font-size:15px;
    color: var(--gray44);
    margin-bottom:5px;
}
.holidayBox .holiday_list p{
    font-size:15px;
    color: var(--gray44);
    line-height: 1.3;
}
.holidayBox .holiday_list p span{
    display:inline-block;
}
.holidayBox .holiday_detail{
    margin-bottom:20px;
}
.holidayBox .holiday_detail li.holiday_tit{
    font-size:15px;
    color:var(--black22);
    margin-bottom:10px;
    font-weight: 500;
    position:relative;
    padding:0 0 0 12px;
    line-height:1.3;
}
.holidayBox .holiday_detail li.holiday_tit:before{
    content:'';
    width:8px;
    height:8px;
    border-radius: 8px;
    background:var(--black22);
    position:absolute;
    left:0;
    top:10px;
    transform: translateY(-50%);
}
.holidayBox .holiday_detail li:last-of-type dl{
    display: block;
}
.holidayBox .holiday_detail li:last-of-type dl dt{
    /* width:80px; */
    font-size:14px;
    color:var(--balck22);
    font-weight: 500;
    margin-bottom:3px;
}

.holidayBox .holiday_detail li:last-of-type dl dd{
    width: 100%;
    font-size:14px;
    color: var(--gray44);
    line-height: 1.3;
}
.holidayBox .holiday_detail li:last-of-type dl dd .non_fixed{
    display:flex;
    gap:6px;
}
.holidayBox .holiday_detail li:last-of-type dl dd .non_fixed ul{
    display:flex;
    gap:6px;
}
.holidayBox .holiday_detail li:last-of-type dl dd p{
    display: inline-block;
}
.holidayBox .holiday_detail li:last-of-type dl dd span{
    margin-left:6px;
}
.holidayBox .holiday_detail li.pd_left{
    padding-left:12px;
}
.holidayBox .holiday_detail li.pd_left dl{
    margin-bottom:8px;
}


/* 위치정보 */
.address_copy{
  width:100%;
  padding:0px 0 10px;
}
.address_copy li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:8px;
}
.address_copy li p{
  font-size:14px;
  color:var(-gray44);
  line-height:1.5;
  width:calc(100% - 80px);
}
.address_copy li span{
  background:var(--gray66);
  color:var(--whiteff);
  font-size:14px;
  padding:5px 15px;
  border-radius: 4px;;
}


.question_btn{
  display:flex;
  gap:5px;
  align-items: center;
  justify-content: space-between;
  margin-bottom:20px;
}
.question_btn button{
  flex:1;
  padding:6px 0;
  color:var(--surfcolor);
  border:1px solid var(--surfcolor);
}


/* 현지인에게물어보기 */
.question_map h4{
  font-size:16px;
  color:var(--black22);
  font-weight: 600;;
}
.question_map .question_info{
  padding:40px;
  text-align: center;
}
.question_map .question_info h4{
  font-size:20px;
  font-weight: 900;
  color: #1975a0;
  margin-bottom:5px;
}
.question_map .question_info span{
  color:var(--gray66);
  font-size:17px;
}
.question_map .question_info p{
  margin-top:20px;
  font-size:15px;
  color: var(--gray44);
}
.question_map .loca_pop_btn{
  margin-top:20px;
}
.question_map .loca_pop_btn button{
  width:100%;
  height:35px;
  text-align: center;
  background:var(--graydd);
  color:var(--gray44);
  border-radius: 5px;
  font-size:14px;;
}


/* 위치정보지도 */
.map_view_box{
  width:100%;
  height: 400px;
  overflow: hidden;
  margin:10px 0;
  position:relative;;
}
.map_view_box .map{
  width:100%;
  height: 400px;;
}
.map_view_box .map iframe{
  width:100%;
  height:100%;
}
.location_info{
  width:88%;
  max-width: 700px;
  height:150px;
  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;;
  box-sizing: border-box;
  position:absolute;
  bottom:10px;
  left:50%;
  transform: translateX(-50%);
}
.location_info .img_box{
  width:100px;
  height:100px;
  position:relative;
}
.location_info .img_box img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.location_info .img_box span.count{
  padding:4px;
  background:rgba(0,0,0,.5);
  border-radius: 2px;
  color:var(--whiteff);
  position:absolute;
  right:0;
  bottom:0;
}
.location_info .ment_box{
  width: calc(100% - 110px);
  height: 110px;
  overflow-y: scroll;
}
.location_info .ment_box p{
  line-height:1.5;
  color: var(--gray66);
  font-size:14px;
}
.location_info .top_slide{
  width:20px;
  height:20px;
  background:url(/common/images/arrow-down.svg?v=1) center no-repeat;
  background-size:13px;
  position:absolute;
  top:3px;
  left:50%;
  transform: translateX(-50%);
}

.location_info .top_slide.onSlide{
background:url(../images/arrow-up.svg) center no-repeat;
background-size:13px;
}

.location_info.onSlide{
  height:30px;
  padding:40px 20px 0;
}


/* 상세정보 */
.facil dl{
  display:flex;
  gap:10px;
  /* border-bottom:1px dashed #ddd; */
}
.facil dl dt{
  width:100px;
  font-size:14px;
  color:var(--black222);
  font-weight: 400;
  line-height: 1.1;;
}
.facil dl dt dd{    
  font-size:14px;
  color:var(--gray66);
  font-weight: 400;
  line-height: 1.1;;
  width:calc(100% - 90px);
}


/* 소셜리뷰 네이버블로그 */
.social{
  width:100%;
}
.social_box:first-of-type{
  padding-top:0;
}
.social_box{
  display:flex;
  justify-content: space-between;
  margin-bottom:20px;
}
.social_box .social_cont{
  width: calc(100% - 90px);
}
.social_box .social_cont h3,
.social_box .social_cont h3 b{
  font-size:16px;
  font-weight: 700;
  color:var(--black222);
  margin-bottom:8px;
  line-height: 1.3;
  display:inline-block;
}
.social_box .social_cont h3 b{
  display:inline
}
.social_box .social_cont p{
  font-size:13px;
  color:var(--gray44);
  line-height: 1.3;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.social_box .social_cont span{
  color:var(--gray66);
  font-size:12px;
  margin-top:4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.social_box .social_img{
  width:80px;
  height:80px;
}
.social_box .social_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;;
}
.social_box .social_btn{
  display: flex;
  gap:10px;
}
.social_box .social_btn button{
  flex:1;
  padding:5px 10px;
  font-size:14px;
}
.social_box .social_btn button svg{
  font-size:16px;
  margin-right:5px;
}
.social_box .social_btn button.blog_btn{
  border:1px solid var(--surfcolor);
  color: var(--surfcolor);
}
.social_box .social_btn button.blog_btn svg{
  color:var(--surfcolor);
}
.social_box .social_btn button.rest_btn{
  border:1px solid var(--surfcolor);
  background:var(--surfcolor);
  color:var(--whiteff);
}
.social_box .social_btn button.rest_btn svg{
  color:var(--whiteff);
}

.naver_blog .bloger{
  display:flex;
  gap:10px;
  align-items: flex-end;
  margin-bottom:6px;
}
.naver_blog .social_box .social_cont .bloger p.name{
  color: var(--surfcolor);
  font-weight: 500;
  font-size:14px;
}
.naver_blog .bloger p.date{
  color: var(--gray66);
  font-size:14px;
  margin:0;
}






@media (width <= 768px) {
  .img_pop .imagesBox {
    width: 100%;
    height: 320px;
    /* max-height:300px;
        padding-bottom:100%;
        position:relative;
        overflow: hidden;
        margin:0 auto 20px; */
  }
  .img_pop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
  }
}
