.bathingDetail {
  margin-top: -20px; }

#bathingDetailModal {
  display: none;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.bathingDetailWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); }

.bathingDetailModalInner {
  position: relative;
  z-index: 2002;
  width: 800px;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  padding: 50px 40px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  box-sizing: border-box; }

#bathingDetailModal1,
#bathingDetailModal2 {
  display: none;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.m__feature-text {
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .bathingDetailModalInner {
    width: 98.125vw;
    padding: 7.8125vw 3.125vw; }

  .bathingDetail {
    margin-top: -20px;
    margin-bottom: 50px; }

  .m-contents--default-btn a {
    padding: 4.2vw 0; }

  .m-contents--default-btn.arrow a:after {
    top: 4.06667vw; } }
