@media all and (max-width: 1279px) {
  .keyvisual_wrap {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 120px;
    text-align: center;
  }
  .keyvisual_title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .keyvisual_title p {
    font-size: 14px;
  }
  .showroom {
    padding: 50px 0 100px 0;
  }
  .showroom_topright_texts-mob {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .showroom_topright_texts {
    display: none;
  }
  .showroom_title_p {
    text-align: center;
  }
  .showroom_top {
    gap: 10px;
  }
  .showroom_title_p {
    font-size: 14px;
  }
  .showroom_bottom {
    padding-top: 80px;
  }
  .showroom_bottom_title_h {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .showroom_topright_img {
    transform: translate(0, 15%);
  }
  .mapscontents_wrap {
    margin-right: 5%;
  }
  /* zone */
  .zone_common {
    flex-direction: column;
    align-items: flex-start;
  }
  .zone_left {
    width: 100%;
  }
  .zone_left_top {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .zone_flow p {
    width: auto;
    padding: 0 10px;
    position: relative;
  }
  .zone_flow p.active:after {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
  }
  .zone_ul,
  .zone_flow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .zone_ul {
    order: 1;
    padding-top: 15px;
  }
  .zone_flow {
    border-bottom: 1px solid #333;
    order: 0;
  }
  .zone_left_bottom {
    display: none;
  }
  .zone_vr {
    display: none;
  }
  .zone_vr-mob {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    transition: all 0.3s;
  }
  .zone_vr-mob span {
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  .showroom_title_h {
    font-size: 24px;
    line-height: initial;
    text-align: center;
  }
  .maps {
    padding-bottom: 250px;
  }
  .maps_title {
    flex-direction: column;

    align-items: flex-start;
  }
  .maps_title_h {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .maps_nav_list {
    width: 112px;
    padding: 10px 20px;
  }
  .maps_nav_list span {
    font-size: 13px;
  }
  .mapscontents_wrap {
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .map_inner {
    width: 100%;
    margin-top: 300px;
    right: initial;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .map_inner_wrap {
    padding: 25px 15px 0;
  }
  .zone_ul {
    flex-wrap: wrap;
  }
}
