@charset "UTF-8";
body {
  background-color: #eee;
}

@media only screen and (min-width: 600px) {
  nav.top {
    width: 100%;
    left: 0;
  }
  .wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  nav.top {
    width: 768px;
    left: calc(50% - 384px);
  }
  .wrapper {
    width: 768px;
  }
  .modal.fullscreen {
    width: 768px;
  }
  .modal.bottom-sheet {
    width: 768px;
    left: calc(50% - 384px);
  }
  .bottom-sheet_handle .content {
    max-width: 768px;
  }
  .addr_filter_area {
    width: 768px !important;
    left: calc(50% - 384px) !important;
  }
  .page-footer {
    width: 768px;
    left: calc(50% - 384px);
  }
}
.orderFlxNav {
  max-width: 768px;
}

.footer_mapView {
  max-width: 768px;
}

.orderListArea {
  scroll-margin-top: 104px;
}

.tableWD_Evt {
  opacity: 0;
  transition: 0.2s all;
}

.tableWD_Evt.active {
  opacity: 1;
}

/* swiper처리로 기존기능제한 */
.orderFlxNav {
  z-index: 98;
}

.orderFlxNav .welfare_swiper {
  border-bottom: 1px solid #EEE;
}

.orderFlxNav .welfare_swiper ul.tabs_wd {
  overflow-x: initial;
  border-bottom: none;
}

.orderFlxNav .welfare_swiper ul.tabs_wd .swiper-slide {
  width: auto;
}

/* 유튜브화면 16:9 */
.youtube_size_wrap {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}
.youtube_size_wrap .thumb_img {
  position: relative;
}
.youtube_size_wrap .thumb_img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/youtube/icon_play.png") no-repeat center center;
  background-size: 90px;
}
.youtube_size_wrap .youtube_area {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube_size_wrap .youtube_area iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.recuSearch_form .recuSearch_input_area {
  width: calc(100% - 156px);
}
.recuSearch_form .recuSearch_input_area .clear_btn {
  right: 150px;
}

@media only screen and (max-width: 414px) {
  .recuSearch_form .recuSearch_input_area .clear_btn {
    right: 140px;
  }
}
@media only screen and (min-width: 601px) {
  #toast-container {
    top: initial;
    left: calc(50% - 384px);
    max-width: 100%;
    width: 768px;
  }
}
.recuNav_wrap.active .recuNav {
  max-width: 768px;
}/*# sourceMappingURL=style_eroumDb.css.map */