﻿﻿

    @media(max-width: 1200px) {
      .lxwm_section2 {
        padding-top: 0;
        padding-bottom: 0;
      }

      .map_box {
        width: 100%;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      .map_box>.map_left {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
      }

      .map_box>.map_right {

        height: 100%;

      }

      .map_left>.lx_title {
        color: red;
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 2px solid red;
        margin-bottom: 5px;
      }

      .map_left>.lx_line1 {
        color: black;
        font-size: 1.2em;
        font-weight: bold;
      }

      .map_left>.lx_line2 {
        color: black;
        font-size: 1em;
        margin-bottom: 8px;
      }

      .map_left>.lx_line3 {
        color: black;
        font-size: 0.8em;
        margin-bottom: 5px;
      }

      .sale_box {
        height: auto;
      }

      .sale_box>.sale_left {}

      .sale_box>.sale_right {
        width: 100%;
      }

      .sale_left>img {
        width: 100%;
      }

      .sale_box>.sale_both {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .sale_box .sale_title {
        margin: 20px 0;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
      }
    }

﻿    @media screen and (min-width: 1201px) {
      .map_box {
        width: 100%;
        padding: 10px 0;
        display: flex;
        height: 300px;
      }

      .map_box>.map_left {
        flex: 1;
        height: 100%;
        margin-right: 40px;
      }

      .map_box>.map_right {
        margin-left: 40px;
        flex: 1;
        height: 100%;

      }

      .map_left>.lx_title {
        color: red;
        font-size: 40px;
        font-weight: bold;
        padding-bottom: 18px;
        border-bottom: 2px solid red;
        margin-bottom: 28px;
      }

      .map_left>.lx_line1 {
        color: black;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 16px;
      }

      .map_left>.lx_line2 {
        color: black;
        font-size: 28px;
        margin-bottom: 23px;
      }

      .map_left>.lx_line3 {
        color: black;
        font-size: 24px;
        margin-bottom: 16px;
      }

      .sale_box {
        height: auto;
      }

      .sale_box>.sale_left {
        flex: 1;
      }

      .sale_box>.sale_right {
        flex: 1;
      }

      .sale_left>img {
        width: 100%;
      }

      .sale_box>.sale_both {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .sale_box .sale_title {
        color: #000;
        margin: 40px 0;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
      }
    }