/* BASIC css start */
#stores {
 
    clear: both;
    margin-top: 36px;
 
}


.cont {display:none;}

.store_img {
    display: flex;
}

.store_img img {
    width: 50%;
    display: block;
}



#stores .footermiddle {
    text-align: center;
    padding: 0px 0;
}

#stores .footermiddle span {
    font-size: 0.7rem;
}

#stores .footermiddle a:last-child {
    border-right: 1px solid #b3b3b3;
}

#stores .footermiddle a {
    width: 45%;
    background-color: #ebebeb;
    display: inline-block;
    border: 1px solid #b3b3b3;
    margin-left: -1px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    clear: both;
    max-height: 48px;
}

#stores .footermiddle_half {
    background-color: #ebebeb;
    text-align: center;
}

#stores .footermiddle_half a {
    width: 50%;
    display: inline-block;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-left: -1px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
}

.sub_title {
    text-align: center;
}

.sub_title h3 {
    font-size: 20px;
    padding-top: 20px;
    line-height: 1.2;
}

.sub_title p {
    font-size: 14px;
}

.line {
    border-bottom: 1px solid #b3b3b3;
    margin-top: 0px;
}

.sub_title h3 {
    margin: 0px 0px 20px 0px
}

.store_wrap {
    margin-bottom: 60px
}

.store_map {
    padding: 55px 0px
}

.map_wrap {
    width: 100%;
    margin: 0 auto;
    color: #141414
}

.map_wrap h4 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    padding-top: 50px;
    text-align: center;
}

.map_wrap h4,
.map_info {
    margin-left: 10px;
}

.map_info {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}

.map_wrap .map_info p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 26px;
}

.map_info p .tel {
    font-size: 28px;
}

.map_wrap .map_info p span {
    display: block;
    font-size: 18px;
}

.clear {
    text-align: left;
}


.root_daum_roughmap, .root_daum_roughmap_landing {width: 100%;}
/* BASIC css end */

