.map .map_img {
    width: 100%; height: 700px;
    background-color: #ccc;
    margin-bottom: 60px;
}

.map {
    background-color: #fbf2d6;
    padding-bottom: 100px;
}
.map_txt {
    display: flex;
    justify-content: center;
    text-wrap: nowrap;
}
.map_title {
    font-family: var(--font-RixRak);
    font-size: 30px;
    color: #bc2a2f;
    margin-right: 60px;
    line-height: 60px;
}
#map_area_1 {
    width: 300px; height: 60px;
    background-color: #fbf2d6;
    border: 1px solid #bc2a2f;
    margin-right: 20px;
    font-size: 18px;
    color: #bc2a2f;
    font-family: Pretendard;
}

#map_area_2 {
    width: 300px; height: 60px;
    background-color: #fbf2d6;
    border: 1px solid #bc2a2f;
    font-size: 18px;
    color: #bc2a2f;
    font-family: Pretendard;
}
.map .search {
    width: 400px; height: 60px;
    background-color: #fbf2d6;
    border: 1px solid #bc2a2f;
    font-size: 18px;
    color: #bc2a2f;
    font-family: Pretendard;
    margin-left: 20px;
}
.map .search img {
    float: right;
    margin: 15px;
}
.shop  {
    margin: 100px 0;
    height: 100vh;
}
.shop>div {
    width: 50%;
    display: flex;
    justify-content: center;
    float: left;
    margin-bottom: 30px;
}
.shop .shop_img {
    margin-right: 20px;
}
.shop .shop_txt {
    margin-top: 15px;
    width: 60%;
}
.shop .shop_txt .title {
    font-family: esamanruOTF;
    font-size: 25px;
    margin-bottom: 20px;
}
.shop .shop_txt ul  {
    height: 30px;
    display: flex;
}
.shop .shop_txt ul li {
    float: left;
    font-family: Pretendard;
    font-size: 18px;
}
.shop .shop_txt ul li:first-child {
    width: 20px;
}
.shop .shop_txt ul li:last-child {
    width: calc(100% - 25px);
}
button {
    border: 0;
    outline: 0;
    background-color: #fbf2d6;
    margin-left: 1%;
  }
.shop_where {
    display: none;
}

@media all and ( max-width: 1024px) {

    .map_title {
        font-size: 25px;
    }
    #select1 {
        width: 200px;
    }
    #map_area_1 {
        width: 50%;
    }
    #map_area_2 {
        width: 30%;
    }
    #schQnaType {
        width: 200px; height: 60px;
    }
    .map .search {
        width: 50%; height: 60px;
    }
    .shop .shop_txt ul li {
        font-size: 14px;
    }
    .shop .shop_txt ul li {
        font-size: 20px;
    }
    .shop {
        height: 300px;
    }
    .shop>div {
        width: 100%;
        display: flex;
        float: none;
        justify-content: normal;
    }
    .shop>div:first-child {
        margin-bottom: 30px;
    }
}
@media all and ( max-width: 768px) {

    .map_title {
        font-size: 23px;
    }
    #select1 {
        width: 150px;
        margin-right: 10px;
    }
    
    #schQnaType {
        width: 150px;
    }
    .map .search {
        width: 200px;
        margin-left: 10px;
    }
    .shop .shop_txt ul li {
        font-size: 20px;
    }
    /* .shop {
        height: 300px;
    }
    .shop>div {
        width: 100%;
        display: flex;
        float: none;
        justify-content: normal;
    }
    .shop>div:first-child {
        margin-bottom: 30px;
    } */
    .map_txt {
        display: block;
    }
    #map_area_1 {
        width: 50%;
    }
    #map_area_2 {
        width: 46%;
    }
    .map .search {
        width: 95%; 
        margin: 20px 0 0 0;
    }
      
}

@media all and ( max-width: 500px) {

    .map .map_img {
        width: 100%; height: 350px;
    }
    #map_area_1 {
        width: 48%;
    }
    #map_area_2 {
        width: 46%;
    }
    .map .search {
        width: 91%; 
        margin: 20px 0 0 0;
    }

    .shop {
        height: auto;
        margin: 50px 0;
    }
    .shop_img {
        width: 40%;
        margin: 0 0 20px 0;
    }
    .shop_img img {
        width: 100%;
    }
    .shop .shop_txt ul li {
        font-size: 13px;
    }
    .shop>div {
        display: flex;
    }

    .shop .shop_txt {
        margin-top: 0   
    }
    .shop .shop_txt .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .shop_where {
        border: 0;
        outline: 0;
        background-color: #fbf2d6;
        margin-left: 1%;
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        background-color: #bc2a2f;
        font-family: Pretendard;
        color: #fff;
      }
}