$pointRed: #bd4224;
.playtown_container img {
  pointer-events: none;
}
.visual_wrap {
  height: calc(100vh - 110px);
  background: url(../assets/img/playtown/main/c-visual-bg.png) no-repeat #b44e35;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  perspective: 500px;
  margin-top: 110px;
  .title {
    display: flex;
    align-items: center;

    > span {
      margin: 0 40px;
      perspective: 200px;
      img {
        display: block;
        margin: 0 auto;
      }
    }
    img.main {
      width: 500px;
    }
    img.sub {
      width: 304px;
      margin-top: 40px;
    }
  }
  .top {
    width: 100%;
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    .label {
      width: 58px;
      height: 265px;
      background: url(../assets/img/playtown/icon/c-line-box.svg) no-repeat;
      display: inline-block;
    }
  }
  .bot {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
    span:last-child {
      text-align: right;
    }
  }
}
@media (max-width: 1280px) {
  .visual_wrap {
    height: 1080px;
  }
}
@media (max-width: 1024px) {
  .visual_wrap .top .label,
  .visual_wrap .bot {
    display: none;
  }
  .visual_wrap .title img.main {
    width: 220px;
  }
  .visual_wrap .title img.sub {
    width: 147px;
    margin-top: 18px;
  }
}
@media (max-width: 900px) {
  .visual_wrap {
    margin-top: 70px;
  }
}
@media (max-width: 500px) {
  .visual_wrap {
    margin-top: 60px;
    height: 560px;
    background-image: url(../assets/img/playtown/main/c-visual-bg-mo.png);
  }
}
// 230803 �닔�젙
.playtown_wrap {
  padding: 280px 0;
  background-color: #fff6e7;
  .playtown-video {
    width: 1200px;
    margin: 12rem auto;
    video {
      width: 100%;
    }
    // margin: 12rem 0;
  }
  // 230803 �닔�젙 �걹
  .title {
    font-size: 160px;
    line-height: 166px;
    font-weight: 700;
    color: $pointRed;
    text-align: center;
    position: relative;
    &.gr{
      font-size: 100px;
      line-height: 108px;
    }
    .icon {
      width: 300px;
      height: 270px;
      background: url(../assets/img/playtown/icon/c-title-bg.svg) no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(208px, -45%);
    }
  }
  .sub_txt {
    font-size: 26px;
    line-height: 42px;
    color: #0a203f;
    text-align: center;
    margin-top: 240px;
    word-break: keep-all;
    font-weight: 500;
  }
  .pt-tit {
    font-size: 100px;
    line-height: 108px;
    font-weight: 700;
    text-align: center;
    margin-top: 80px;
    span:first-child {
      &::before,
      &::after {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(../assets/img/playtown/icon/c-star-01.svg) no-repeat;
        margin: 0 20px;
        transform: translateY(-50%);
      }
    }
  }
  // 230803 �닔�젙
  .pt-txt {
    padding-top: 38px;
    span {
      display: block;
      text-align: center;
      &:first-child {
        font-size: 44px;
        font-weight: 700;
        line-height: 48px;
      }
      &:last-child {
        font-size: 30px;
        font-weight: 700;
        padding-top: 18px;
        color: $pointRed;
        letter-spacing: 3px;
      }
    }
  }
  .playtown_inner {
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
    .dep {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 132px;
      &:last-child {
        margin-bottom: 0;
      }
      &:nth-child(1) .img {
        width: 699px;
      }
      &:nth-child(2) .img {
        width: 647px;
      }
      &:nth-child(3) .img {
        width: 633px;
      }
      &:nth-child(4) .img {
        width: 709px;
      }
      .img {
        position: relative;
        &::after {
          content: "";
          display: inline-block;
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          animation: floatingMark 1.8s ease-in-out infinite;
        }
        @keyframes floatingMark {
          0% {
            transform: translateY(0px);
          }
          50% {
            transform: translateY(-8px);
          }
          100% {
            transform: translateY(0px);
          }
        }
      }
      .txtwrap {
        span {
          display: block;
          &.floor {
            width: 114px;
            height: 64px;
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            background: url(../assets/img/playtown/icon/c-floor-bg.svg) no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          &.tit {
            font-size: 50px;
            font-weight: 700;
            margin-top: 30px;
          }
          &.txt {
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
            color: #0a203f;
            margin: 4px 0 14px;
          }
          &.subtxt {
            font-size: 18px;
            line-height: 26px;
            color: #64676a;
            font-family: "Pretendard-en", sans-serif;
          }
        }
      }
      &:nth-child(2) .img::after {
        width: 148px;
        height: 123px;
        background-image: url(../assets/img/playtown/main/c-floor-02-mark.png);
        top: 102px;
        right: -74px;
      }
      &:nth-child(3) .img::after {
        width: 120px;
        height: 116px;
        background-image: url(../assets/img/playtown/main/c-floor-03-mark.png);
        top: 42px;
        left: -64px;
      }
      &:nth-child(4) .img::after {
        width: 216px;
        height: 193px;
        background-image: url(../assets/img/playtown/main/c-floor-04-mark.png);
        bottom: -104px;
        right: -59px;
      }
    }
  }
  // 230803 �닔�젙 �걹
}

@media (max-width: 1280px) {
  .playtown_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .playtown_wrap .title {
    font-size: 120px;
    line-height: 120px;
  }
  .playtown_wrap .title .icon {
    width: 225px;
    height: 202px;
    transform: translate(148px, -45%);
  }
  .playtown_wrap .title.gr,
  .playtown_wrap .pt-tit {
    font-size: 80px;
    line-height: 80px;
  }
  .playtown_wrap .pt-txt span:first-child {
    font-size: 32px;
    line-height: 40px;
  }
  .playtown_wrap .playtown_inner {
    width: 100%;
  }
  .playtown_wrap .playtown_inner .pt-box {
    transform: scale(0.7);
  }
  .playtown_wrap .playtown_inner .pt-box.f-3 {
    right: 60px;
  }
  .playtown_wrap .playtown_inner .pt-box.f-2 {
    left: 64px;
  }
}
@media (max-width: 1024px) {
  .playtown_wrap .sub_txt {
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px;
  }
  .playtown_wrap .playtown_inner .pt-box .txt::after {
    width: 8px;
    height: 8px;
    right: -8px;
    background-size: cover;
    bottom: 10px;
  }
  .playtown_wrap .playtown_inner .pt-box.f-3 {
    right: 13px;
  }
  .playtown_wrap .playtown_inner .pt-box.f-2 {
    left: 13px;
  }
  .playtown_wrap .playtown_inner .pt-box {
    transform: scale(0.6);
  }
  .playtown_wrap .playtown_inner .pt-box_wrap {
    height: 533px;
  }
  .playtown_wrap .playtown_inner .pt-box .txt span:first-child {
    font-size: 32px;
  }
  .playtown_wrap .playtown_inner .pt-txt {
    padding-top: 20px;
  }
  .playtown_wrap .playtown_inner .pt-box_wrap {
    padding-top: 96px;
  }
  .playtown_wrap .playtown_inner .pt-txt span:last-child {
    padding-top: 72px;
  }
}

@media (max-width: 768px) {
  .playtown_wrap .pt-txt{
    padding-top: 16px;
  }
  .playtown_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .playtown_wrap .title {
    font-size: 58px;
    line-height: 68px;
  }
  .playtown_wrap .title .icon {
    width: 100px;
    height: 90px;
    transform: translate(68px, -45%);
  }
  .playtown_wrap .title .icon {
    width: 100px;
    height: 90px;
  }
  .playtown_wrap .sub_txt {
    font-size: 16px;
    line-height: 26px;
    span {
      display: block;
      padding-bottom: 18px;
    }
    br {
      display: none;
    }
  }
  .playtown_wrap .playtown_inner .pt-box_wrap {
    width: 335px;
    height: 230px;
    padding-top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .playtown_wrap .title.gr{
    font-size: 46px;
    line-height: 50px;
  }
  .playtown_wrap .pt-tit {
    font-size: 46px;
    line-height: 50px;
    margin-top: 90px;
  }
  .playtown_wrap .pt-tit span:first-child::before,
  .playtown_wrap .pt-tit span:first-child::after {
    width: 16px;
    height: 16px;
    background-size: cover;
    margin: 0 11px;
  }
  .playtown_wrap .pt-txt span:first-child {
    font-size: 24px;
    line-height: 32px;
  }
  .playtown_wrap .pt-txt span:last-child {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-top: 16px;
    br.mo_br_1024{
      display: none!important;
    }
  }
  .playtown_wrap .playtown_inner .pt-box {
    transform: scale(1);
  }
  .playtown_wrap .playtown_inner .pt-box button {
    background-size: cover !important;
  }
  .playtown_wrap .playtown_inner .pt-box.f-1 {
    width: 90px;
    height: 117px;
    button {
      width: 90px;
      height: 82px;
    }
  }
  .playtown_wrap .playtown_inner .pt-box.f-2 {
    width: 125px;
    height: 95px;
    left: 39px;
    button {
      width: 93px;
      height: 68px;
    }
  }
  .playtown_wrap .playtown_inner .pt-box.f-3 {
    width: 140px;
    height: 102px;
    right: 13px;
    button {
      width: 88px;
      height: 79px;
    }
  }
  .playtown_wrap .playtown_inner .pt-box.f-4 {
    width: 86px;
    height: 123px;
    button {
      width: 86px;
      height: 90px;
    }
  }

  .playtown_wrap .playtown_inner .pt-box_wrap {
    top: auto;
    bottom: 0;
  }
  .playtown_wrap .playtown_inner .pt-box .txt span:first-child {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 2px;
  }
  .playtown_wrap .playtown_inner .pt-box .txt {
    font-size: 13px;
    line-height: 15px;
  }
}

.section-tit {
  font-size: 100px;
  line-height: 108px;
  font-weight: 700;
  text-align: center;
  .deco {
    &::before,
    &::after {
      content: "";
      display: inline-block;
      width: 32px;
      height: 32px;
      background: url(../assets/img/playtown/icon/c-star-01.svg) no-repeat;
      margin: 0 24px;
      transform: translateY(-50%);
    }
  }
}

@media (max-width: 1280px) {
  .section-tit {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1024px) {
  .section-tit {
    font-size: 60px;
    line-height: 60px;
  }
  .section-tit .deco::before,
  .section-tit .deco::after {
    width: 16px;
    height: 16px;
    background-size: cover;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .section-tit {
    font-size: 46px;
    line-height: 46px;
  }
}
// 230803 �닔�젙
.space_wrap {
  padding: 180px calc((100% - 1200px) / 2);
  background-color: #f8efe7;

  .space_box {
    padding: 60px 0;
    &:last-child {
      padding-bottom: 0;
    }
    .space_box-swiper_wrap {
      width: 1224px;
      margin: 0 auto;
      position: relative;
      .swiper-button-prev,
      .swiper-button-next {
        width: 62px;
        height: 38px;
        background: url(../assets/img/playtown/icon/c-slide-next.svg) no-repeat;
        &::after {
          display: none;
        }
      }

      .swiper-button-prev {
        transform: rotate(180deg);
      }
    }
    .space_box-swiper {
      width: 1020px;
      height: 640px;
      border: solid 3px #0a203f;
      .swiper-slide {
        padding: 16px;
      }
      .swiper-pagination {
        bottom: 50px;
        .swiper-pagination-bullet {
          width: 20px;
          height: 6px;
          background-color: #fff;
          border-radius: 0;
          margin: 0;
          margin-right: 16px;
          opacity: 0.64;
          transition: 0.4s;
          &:last-child {
            margin-right: 0;
          }
          &.swiper-pagination-bullet-active {
            width: 40px;
            opacity: 1;
          }
        }
      }
    }
    .info_wrap {
      margin-top: 60px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      .info {
        &-floor {
          font-size: 24px;
          line-height: 64px;
          font-weight: 700;
          color: #fff;
          display: flex;
          align-items: center;
          &::before,
          &::after {
            content: "";
            display: inline-block;
            width: 94px;
            height: 4px;
            background: url(../assets/img/playtown/icon/c-dots.svg) no-repeat;
          }
          span {
            display: inline-block;
            width: 114px;
            height: 64px;
            background: url(../assets/img/playtown/icon/c-floor-bg.svg) no-repeat;

            margin: 0 30px;
          }
        }
        &-tit {
          font-size: 50px;
          font-weight: 700;
          padding-top: 26px;
        }
        &-txt {
          font-size: 20px;
          line-height: 32px;
          font-weight: 500;
          padding-top: 18px;
        }
      }
    }
  }
}
// 230803 �닔�젙 �걹
@media (max-width: 1280px) {
  .space_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .space_wrap .space_box .info_wrap .info-floor {
    font-size: 20px;
  }
  .space_wrap .space_box .info_wrap .info-tit {
    font-size: 40px;
  }
  .space_wrap .space_box .info_wrap .info-txt {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .space_wrap .space_box .info_wrap .info-floor {
    font-size: 12px;
    line-height: 32px;
    span {
      width: 58px;
      height: 32px;
      margin: 0 12px;
      background-size: cover;
    }
  }
  .space_wrap .space_box .info_wrap .info-floor::before,
  .space_wrap .space_box .info_wrap .info-floor::after {
    width: 44px;
  }
  .space_wrap .space_box .info_wrap .info-tit {
    font-size: 24px;
    line-height: 24px;
    padding-top: 14px;
  }
  .space_wrap .space_box .info_wrap .info-txt {
    font-size: 16px;
    line-height: 26px;
    padding-top: 14px;
  }
  .space_wrap .space_box .info_wrap {
    margin-top: 30px;
  }
  .space_wrap .space_box {
    padding: 0;
    margin-bottom: 70px;
    &:last-child {
      margin-bottom: 0;
    }
    &:nth-child(2) {
      margin-top: 24px;
    }
  }

  .space_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .space_wrap .space_box .img {
    height: 240px;
    max-width: 335px;
    margin: 0 auto;
    background-image: url(../assets/img/playtown/icon/c-net-bg-mo.svg);
  }
  .space_wrap .space_box .img img.web {
    display: none;
  }
  .space_wrap .space_box .img img.mo {
    display: inline;
    max-width: 300px;
  }
  .space_wrap .space_box .info_wrap .info-txt {
    max-width: 335px;
    word-break: keep-all;
    br {
      display: none;
    }
  }
}
.playtown_menu_wrap {
  padding: 200px calc((100% - 1200px) / 2);
  background: url(../assets/img/playtown/main/c-menu-bg.png) no-repeat #faf7e5;
  background-size: 100%;
  .sub_txt {
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    font-family: "MBC1961M", sans-serif;
    padding-top: 36px;
    span {
      color: #bd4224;
    }
  }
  .menu_swiper_wrap {
    width: 984px;
    margin: 0 auto;
    margin-top: 36px;
    position: relative;
    .swiper-button- {
      &next,
      &prev {
        width: 62px;
        height: 38px;
        background-repeat: no-repeat;
        background-image: url(../assets/img/playtown/icon/c-slide-next.svg);

        &::after {
          display: none;
        }
        &.disabled {
          background-image: url(../assets/img/playtown/icon/c-slide-disable.svg);
        }
      }
      &next {
        right: 0;
      }
      &prev {
        transform: rotate(-180deg);
        left: 0;
      }
    }
    .menu_swiper {
      width: 780px;
      margin: 0 auto;
      border: solid 3px #0a203f;
      background-color: #fdf8e2;
    }
    .menu-img {
      width: 100%;
      height: 500px;

      display: flex;
      align-items: center;
      justify-content: center;
      //  230803 �닔�젙
      img {
        width: 424px;
      }
      &.w360 {
        img {
          width: 360px;
        }
      }
      //  230803 �닔�젙 �걹
    }
    &.goods_swiper_wrap {
      margin-top: 0;
      .goods_swiper {
        background-color: #fdf4dd;

        .menu-img {
          background: url(../assets/img/playtown/main/c-net-box.png) no-repeat;
          background-size: cover;
          background-position: center;
          padding: 0 20px;
          img {
            width: 732px;
          }
          // 230803 �닔�젙
          &.goods-img- {
            &03 img {
              width: 741px;
            }
            &04 img {
              width: 781px;
            }
            &05 img {
              width: 630px;
            }
            &06 img {
              width: 156px;
            }
            &07 img {
              width: 684px;
            }
            &08 img {
              width: 500px;
            }
            &09 img {
              width: 781;
            }
          }
          //230803 �닔�젙 �걹
        }
      }
    }
  }
  .menu_info_wrap {
    padding-top: 60px;
    margin-bottom: 180px;
    .menu-info {
      text-align: center;
      display: none;
      &.is-active {
        display: block;
      }
      span {
        display: block;
        &.tit {
          font-size: 40px;
          font-family: "MBC1961M", sans-serif;
        }
        &.txt {
          padding-top: 18px;
          font-size: 20px;
          font-weight: 500;
          color: #2e425d;
        }
      }
    }
  }
  .menu-dep {
    margin-bottom: 220px;
    &-tit {
      width: 360px;
      height: 79px;
      background: url(../assets/img/playtown/icon/c-menu-title-bg.svg) no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: 80px;
      span {
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;
        margin: 0 8px;
        display: inline-block;
      }
      &::before,
      &::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(../assets/img/playtown/icon/c-text-star-bk.svg) no-repeat;
      }
    }
    &:last-child {
      margin-bottom: 0;
    }
    .menu-list {
      li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 130px;
        &:last-child {
          margin-bottom: 0;
        }
        &:nth-child(2) .menu-list-info {
          padding-left: 0;
          padding-right: 80px;
        }
      }
      &-img {
        width: 540px;
        height: 480px;
        border: solid 3px #0a203f;
        background-color: #fdf9dd;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        &-01 {
          background-image: url(../assets/img/playtown/main/c-menu-01.png);
        }
        &-02 {
          background-image: url(../assets/img/playtown/main/c-menu-02.png);
        }
        &-03 {
          background-image: url(../assets/img/playtown/main/c-menu-03.png);
        }
      }
      &-info {
        width: calc(100% - 540px);
        display: flex;
        flex-direction: column;
        padding-left: 80px;
        .num {
          font-size: 36px;
          font-weight: 900;
          font-family: "Pretendard-en", sans-serif;
        }
        .tit {
          font-size: 40px;
          font-family: "MBC1961M", sans-serif;
          padding-top: 25px;
          display: flex;
          align-items: center;
          &::after {
            content: "";
            display: inline-block;
            width: 72px;
            height: 8px;
            background: url(../assets/img/playtown/icon/c-dots-l.svg);
            margin-left: 25px;
          }
        }
        .subtit {
          width: fit-content;
          font-size: 24px;
          font-weight: 800;
          padding: 13px 0 12px;
          margin-top: 36px;
          border-top: solid 3px #0a203f;
          border-bottom: solid 3px #0a203f;
          font-family: "Pretendard-en", sans-serif;
        }
        .txt {
          margin-top: 30px;
          font-size: 20px;
          font-weight: 500;
          line-height: 32px;
          color: #2e425d;
          font-family: "Pretendard-en", sans-serif;
          span {
            display: inline-block;
            padding-bottom: 20px;
            word-break: keep-all;
            &:last-child {
              padding-bottom: 0;
            }
          }
        }
      }
    }
  }
}
@media (max-width: 1280px) {
  .playtown_menu_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .playtown_menu_wrap .menu_swiper_wrap {
    width: 100%;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info {
    padding-left: 40px;
  }
  .playtown_menu_wrap .menu-dep .menu-list li:nth-child(2) .menu-list-info {
    padding-right: 40px;
  }
}
@media (max-width: 1100px) {
  .playtown_menu_wrap .sub_txt {
    font-size: 30px;
    line-height: 40px;
  }
  .playtown_menu_wrap .menu_swiper_wrap .menu_swiper {
    width: 100%;
    margin-bottom: 48px;
  }
  .playtown_menu_wrap .menu_swiper_wrap .swiper-button-next,
  .playtown_menu_wrap .menu_swiper_wrap .swiper-button-prev {
    width: 36px;
    height: 22px;
    background-size: cover;
    top: auto;
    bottom: 0;
  }
  .menu_swiper_btn_wrap {
    width: 102px;
    height: 22px;
    position: absolute;
    top: auto;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
  }

  .playtown_menu_wrap .menu_info_wrap .menu-info span.tit {
    font-size: 30px;
  }
  .playtown_menu_wrap .menu-dep-tit {
    background-size: cover;
    width: 275px;
    height: 60px;
  }
  .playtown_menu_wrap .menu-dep-tit span {
    font-size: 22px;
  }
  .playtown_menu_wrap .menu-dep .menu-list li {
    flex-direction: column;
  }
  .playtown_menu_wrap .menu-dep .menu-list-img {
    order: 1;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info {
    padding: 0 !important;
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info {
    align-items: center;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .tit::before {
    content: "";
    display: inline-block;
    width: 31px;
    height: 3px;
    background: url(../assets/img/playtown/icon/c-dots-l-mo.svg) no-repeat;
    background-size: cover;
    margin-right: 10px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .tit::after {
    width: 31px;
    height: 3px;

    margin-left: 10px;
    background: url(../assets/img/playtown/icon/c-dots-l-mo.svg) no-repeat;
    background-size: cover;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .num {
    font-size: 28px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .tit {
    font-size: 30px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .subtit {
    font-size: 20px;
    padding: 10px 0;
    border-width: 2px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .txt {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .playtown_menu_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../assets/img/playtown/main/c-menu-bg-mo.png);
  }
  .playtown_menu_wrap .sub_txt {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
  }
  .playtown_menu_wrap .menu_info_wrap {
    padding-top: 34px;
    margin-bottom: 80px;
  }
  .playtown_menu_wrap .menu_info_wrap .menu-info span.tit {
    font-size: 20px;
  }
  .playtown_menu_wrap .menu_info_wrap .menu-info span.txt {
    font-size: 16px;
    padding-top: 12px;
  }
  .playtown_menu_wrap .menu-dep-tit {
    width: 224px;
    height: 49px;
    margin-bottom: 32px;
    span {
      font-size: 18px;
      flex-shrink: 0;
      margin: 0 6px;
    }
  }
  .playtown_menu_wrap .menu-dep-tit::before,
  .playtown_menu_wrap .menu-dep-tit::after {
    width: 8px;
    height: 8px;
    background-size: cover;

    flex-shrink: 0;
  }
  .playtown_menu_wrap .menu-dep .menu-list li {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 100%;
    max-width: 335px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .num {
    font-size: 18px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .tit {
    font-size: 20px;
    padding-top: 14px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .subtit {
    font-size: 16px;
    margin-top: 18px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-info .txt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 22px;
    span {
      padding-bottom: 13px;
    }
  }
  .playtown_menu_wrap .menu-dep .menu-list-img {
    width: 100%;
    height: 240px;
    border-width: 2px;
  }
  .playtown_menu_wrap .menu-dep .menu-list-img-01 {
    background-image: url(../assets/img/playtown/main/c-menu-01-mo.png);
  }
  .playtown_menu_wrap .menu-dep .menu-list-img-02 {
    background-image: url(../assets/img/playtown/main/c-menu-02-mo.png);
  }
  .playtown_menu_wrap .menu-dep .menu-list-img-03 {
    background-image: url(../assets/img/playtown/main/c-menu-03-mo.png);
  }
  .playtown_menu_wrap .menu-dep {
    margin-bottom: 80px;
  }
  .playtown_menu_wrap .menu_swiper_wrap .menu-img {
    height: 220px;
  }
  .playtown_menu_wrap .menu_swiper_wrap .menu-img.w360 img{
    width: 150px;
  }
  .playtown_menu_wrap .menu_swiper_wrap .menu-img img {
    width: 180px;
  }
  .playtown_menu_wrap .menu_swiper_wrap {
    width: 100%;
    max-width: 335px;
    margin-top: 24px;
  }
  .playtown_menu_wrap .menu_swiper_wrap .menu_swiper {
    border-width: 2px;
  }
  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img {
    padding: 0;
  }

  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img img {
    width: 304px;
  }
  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img.goods-img-03 img {
    width: 306px;
  }
  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img.goods-img-04 img {
    // width: 258px;
  }
  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img.goods-img-05 img {
    width: 90%;
  }
  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img.goods-img-06 img {
    width: 70px;
  }
  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img.goods-img-07 img {
    width: 90%;
  }
  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img.goods-img-08 img {
    width: 260px;
  }
  .playtown_menu_wrap .menu_swiper_wrap.goods_swiper_wrap .goods_swiper .menu-img.goods-img-09 img {
    width: 329px;
  }
}
.reservation_wrap {
  background-color: #f8efe7;
  padding: 200px calc((100% - 1200px) / 2);
  .section-tit {
    text-align: left;
    .deco::before {
      display: none;
    }
  }
  .txt_wrap {
    padding-top: 24px;
    .tit {
      font-size: 40px;
      font-family: "MBC1961M", sans-serif;
      display: flex;
      align-items: center;
      padding-bottom: 18px;
      &::after {
        content: "";
        display: inline-block;
        width: 72px;
        height: 8px;
        background: url(../assets/img/playtown/icon/c-dots-l.svg) no-repeat;
        margin-left: 24px;
      }
    }
    .txt {
      font-size: 20px;
      font-weight: 500;
      line-height: 32px;
      font-family: "Pretendard-en", sans-serif;
    }
  }
  .reservation_inner {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    button {
      width: 245px;
      height: 72px;
      background: url(../assets/img/playtown/icon/c-reserve-btn-bg.svg) no-repeat;
      font-size: 20px;
      font-weight: 800;
      padding-bottom: 6px;
    }
    ul {
      width: 580px;
      border-top: solid 3px #2e425d;
      li {
        height: 116px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: solid 3px #2e425d;
        &:nth-child(2n) {
          .floor,
          .info_wrap span {
            color: #868d98;
          }
        }
        &:first-child .floor {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-right: 27px;
          &::after {
            content: "&";
            display: inline-block;
            font-size: 20px;
            font-weight: 800;
          }
        }
      }
      .floor {
        font-size: 64px;
        font-weight: 700;
        width: 155px;
      }
      .info_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 155px);
        .info_txt {
          span {
            display: block;
            font-size: 20px;
            font-weight: 700;
            padding-top: 5px;
            &:last-child {
              padding-bottom: 0;
              padding-top: 0;
              font-size: 36px;
            }
          }
        }
        .info_label {
          width: 114px;
          height: 69px;
          background-color: #d86d30;
          border: solid 3px #fff;
          border-radius: 50%;
          text-align: center;
          line-height: 69px;
          font-size: 16px;
          font-weight: 900;
          color: #fff;
        }
      }
    }
  }
  .map_wrap {
    margin-top: 142px;
    .map_inner {
      width: 100%;
      height: 620px;
      border: solid 3px #0a203f;
      position: relative;
      overflow: hidden;
      > p {
        width: 100%;
        height: 100%;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }
        img.mo {
          display: none;
        }
      }
      .map_btn_wrap {
        width: 100%;
        height: 50px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 26px;
        position: absolute;
        left: 0;
        bottom: 0;
        button {
          font-size: 18px;
          font-weight: 700;
        }
      }
    }
    .map_info_list {
      margin-top: 73px;
      display: flex;
      flex-wrap: wrap;
      li {
        width: 50%;
        border-right: solid 1px #989ea5;
        display: flex;
        &:nth-child(2n) {
          border-right: none;
          padding-left: 82px;
        }
        &.location i {
          background-image: url(../assets/img/playtown/icon/c-location.svg);
        }
        &.parking i {
          background-image: url(../assets/img/playtown/icon/c-parking.svg);
        }
        .tit {
          width: 198px;
          font-size: 24px;
          font-weight: 800;
          display: flex;
          align-items: flex-start;
          background-repeat: no-repeat;
          i {
            width: 24px;
            height: 24px;
            margin-right: 12px;
            display: inline-block;
            transform: translateY(2px);
          }
        }
        .txt {
          font-size: 20px;
          font-weight: 500;
          display: inline-block;
          width: calc(100% - 198px);
          line-height: 28px;
          letter-spacing: -0.5px;
          span {
            padding-bottom: 8px;
            display: block;
            &:last-child {
              padding-bottom: 0;
            }
          }
        }
      }
    }
  }
}
@media (max-width: 1280px) {
  .reservation_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .reservation_wrap .reservation_inner {
    flex-direction: column;
    ul {
      width: 100%;
      margin-top: 60px;
    }
  }
  .reservation_wrap .map_wrap .map_info_list li {
    width: 100%;
    padding: 0 !important;
    flex-direction: column;
    border-right: none;
    margin-bottom: 29px;
    &:last-child {
      margin-bottom: 0;
    }
    .tit {
      margin-bottom: 14px;
    }
    .tit,
    .txt {
      width: 100%;
    }
  }
  .reservation_wrap .map_wrap .map_info_list li .txt span {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .reservation_wrap .section-tit {
    .deco::after {
      margin-left: 10px;
      transform: translateY(-12px);
    }
  }
  .reservation_wrap .txt_wrap .tit {
    font-size: 30px;
    &::before,
    &::after {
      content: "";
      display: inline-block;
      width: 31px;
      height: 3px;
      background: url(../assets/img/playtown/icon/c-dots-l-mo.svg) no-repeat;
    }
    &::before {
      margin-right: 10px;
    }
    &::after {
      margin-left: 10px;
    }
  }
  .reservation_wrap .txt_wrap .txt {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .reservation_wrap .reservation_inner ul .floor {
    font-size: 40px;
  }
  .reservation_wrap .reservation_inner ul .info_wrap .info_txt span {
    font-size: 18px;
    &:last-child {
      font-size: 28px;
    }
  }
  .reservation_wrap .map_wrap .map_inner {
    height: 400px;
  }
  .reservation_wrap .map_wrap .map_inner .map_btn_wrap button {
    font-size: 14px;
  }
  .reservation_wrap .map_wrap .map_info_list li .tit {
    font-size: 20px;
  }
  .reservation_wrap .map_wrap .map_info_list li .txt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reservation_wrap .section-tit {
    text-align: center;
    .deco::after {
      display: none;
    }
    &::before {
      content: "";
      display: block;
      width: 40px;
      height: 16px;
      background: url(../assets/img/playtown/icon/c-stars-two.svg) no-repeat;
      margin: 0 auto;
      margin-bottom: 14px;
    }
  }
  .reservation_wrap .txt_wrap {
    padding-top: 30px;
  }
  .reservation_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .reservation_wrap .txt_wrap .tit {
    padding-bottom: 20px;
  }
  .reservation_wrap .txt_wrap .txt {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 100%;
    display: inline-block;
    word-break: keep-all;
  }

  .reservation_wrap .txt_wrap .tit {
    font-size: 20px;
    text-align: center;
    justify-content: center;
  }
  .reservation_wrap .reservation_inner button {
    font-size: 16px;
    width: 206px;
    height: 60px;
    background-size: cover;
    margin: 0 auto;
  }
  .reservation_wrap .reservation_inner {
    margin-top: 40px;
  }
  .reservation_wrap .reservation_inner ul {
    border-width: 2px;
  }
  .reservation_wrap .reservation_inner ul li {
    height: 76px;
    border-width: 2px;
  }
  .reservation_wrap .reservation_inner ul .floor {
    width: 75px;
    font-size: 30px;
  }
  .reservation_wrap .reservation_inner ul .info_wrap {
    width: calc(100% - 75px);
  }
  .reservation_wrap .reservation_inner ul .info_wrap .info_label {
    font-size: 13px;
    width: 88px;
    height: 54px;
    line-height: 52px;
    border-width: 2px;
  }
  .reservation_wrap .reservation_inner ul .info_wrap .info_txt span {
    font-size: 13px;
    &:last-child {
      font-size: 18px;
    }
  }
  .reservation_wrap .reservation_inner ul li:first-child .floor {
    padding-right: 14px;
    &::after {
      font-size: 16px;
    }
  }
  .reservation_wrap .map_wrap {
    margin-top: 84px;
  }
  .reservation_wrap .map_wrap .map_inner {
    height: 240px;
    border-width: 2px;
  }
  .reservation_wrap .map_wrap .map_inner .map_btn_wrap {
    height: 30px;
    padding: 0 8px;
    button {
      font-size: 11px;
    }
  }
  .reservation_wrap .map_wrap .map_info_list {
    margin-top: 32px;
  }
  .reservation_wrap .map_wrap .map_info_list li .tit {
    font-size: 16px;
    align-items: center;
    i {
      width: 18px;
      height: 18px;
      margin-right: 8px;
      background-size: cover;
      transform: translateY(0);
    }
  }
  .reservation_wrap .map_wrap .map_info_list li.location i {
    background-image: url(../assets/img/playtown/icon/c-location-mo.svg);
  }
  .reservation_wrap .map_wrap .map_info_list li.parking i {
    background-image: url(../assets/img/playtown/icon/c-parking-mo.svg);
  }
  .reservation_wrap .map_wrap .map_info_list li .txt {
    font-size: 15px;
    line-height: 23px;
  }
  .reservation_wrap .map_wrap .map_inner > p img.mo {
    display: inline;
  }
  .reservation_wrap .map_wrap .map_inner > p img.web {
    display: none;
  }
}
// 230803 �닔�젙
@media (max-width: 1280px) {
  .playtown_wrap .playtown_inner {
    width: 100%;
  }
  .playtown_wrap .playtown_inner .dep {
    flex-direction: column;
    align-items: flex-start;
  }
  .playtown_wrap .playtown_inner .dep .img {
    order: 1;
    width: 100% !important;
    &::after {
      display: none;
    }
  }
  .playtown_wrap .playtown_inner .dep .txtwrap {
    order: 2;
    margin-top: 30px;
  }
  // .playtown_wrap .playtown_inner .dep:nth-child(2) .img::after{
  //   right: auto;
  //   left: 0;
  // }
  // .playtown_wrap .playtown_inner .dep:nth-child(3) .img::after{
  //   left: auto;
  //   right:10px;
  //   top: auto;
  //   bottom: 20px;
  // }
  // .playtown_wrap .playtown_inner .dep:nth-child(4) .img::after{
  //   right: auto;
  //   left: -40px;
  //   bottom: auto;
  //   top: 0px;
  // }
  .space_wrap .space_box .space_box-swiper_wrap {
    width: 100%;
  }
  .space_wrap .space_box .space_box-swiper {
    width: 780px;
    height: auto;
  }
  .playtown_wrap .playtown-video{
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .space_wrap .space_box .space_box-swiper_wrap {
    padding-bottom: 48px;
  }
  .space_wrap .space_box .space_box-swiper {
    width: 100%;
  }
  .space_wrap .space_box .space_box-swiper_wrap .swiper-button-prev,
  .space_wrap .space_box .space_box-swiper_wrap .swiper-button-next {
    width: 36px;
    height: 22px;
    background-size: cover;
    bottom: 0;
    top: auto;
  }
  .space_wrap .space_box .space_box-swiper_wrap .swiper-button-prev {
    left: 50%;
    transform: translateX(-59px) rotate(-180deg);
  }
  .space_wrap .space_box .space_box-swiper_wrap .swiper-button-next {
    right: 50%;
    transform: translateX(59px);
  }
}
@media (max-width: 1024px) {
  .playtown_wrap .playtown_inner .dep .txtwrap span.floor {
    font-size: 20px;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span.tit {
    font-size: 40px;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span.txt {
    font-size: 18px;
    line-height: 30px;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span.subtxt {
    font-size: 16px;
    line-height: 24px;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span.floor {
    margin: 0 auto;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .playtown_wrap .playtown_inner .dep {
    margin-bottom: 60px;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span.floor {
    font-size: 12px;
    width: 57px;
    height: 32px;
    background-size: cover;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span.tit {
    font-size: 24px;
    line-height: 24px;
    margin-top: 14px;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span.txt {
    font-size: 16px;
    line-height: 24px;
    margin: 11px 0 8px;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span.subtxt {
    font-size: 14px;
    line-height: 18px;
  }
  .space_wrap .space_box .space_box-swiper {
    border-width: 2px;
  }
  .space_wrap .space_box .space_box-swiper .swiper-slide {
    padding: 8px;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap {
    margin-top: 24px;
    text-align: center;
    width: 100%;
  }
  .playtown_wrap .playtown_inner .dep .txtwrap span {
    width: 100%;
  }
 
  .space_wrap .space_box .space_box-swiper .swiper-pagination{
    bottom: 12px;
  }
  .space_wrap .space_box .space_box-swiper .swiper-pagination .swiper-pagination-bullet{
    height: 3px;
    margin-right: 6px;
    width: 8px;
  }
  .space_wrap .space_box .space_box-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 16px;
  }
  .playtown_wrap .playtown_inner{
    margin-top: 40px;
  }
  .playtown_wrap .playtown-video{
    width: 100%;
    margin: 6rem 0 9rem;
  }
}
@media (max-width: 500px) {
  .space_wrap .space_box .space_box-swiper .swiper-slide {
    padding: 4px;
  }
}
// 230803 �닔�젙 �걹
