/* BASIC css start */
#map div{border:0 !important; background:none !important}

.center_dimmed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 400;
}

.pop-map.hide{margin-left:-999999999999px}


.pop-map{
    z-index: 9999;
    position: fixed;
    top: 7%;
    left: 0;
    width: 100%;
    height: 100%;}

.pop-map .inner_map{
    width: 90%;
    height: 80%;
    margin: 0 auto;}
    

.pop-map h2{
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    font-size: 23px;}

.pop-map h2 a{
    position: absolute;
    right: 5%;
    top: 0;
}

.pop-map h2 a img{width:21px}

.mark img{
    width: 30px;
    margin-left:-10px;
    height: 40px;}

.clear{clear:both}
.store_title{
    color: #0e0e0e;
    font-size: 2em;
    border-bottom: 2px solid #000;
    font-family: '나눔바른고딕','NanumBarunGothic', sans-serif;
    padding-bottom: 16px;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 40px 20px;
    }
.storimgbox{margin: 0 20px; display: block;}
.storeA_txt{margin: 0 20px;}
.storeA_txt .storeA_title{padding: 25px 0;}
.storeA_txt .storeA_title h2{float: left;
    color: #0e0e0e;
    font-size: 1.8em;
    font-family: '나눔바른고딕','NanumBarunGothic', sans-serif;
    font-weight: bold;
    padding-top: 13px;}
.storeA_txt .storeA_title h2 img{width: 26px; vertical-align: text-bottom; margin-right: 8px;}
.storeA_txt .storeA_title i{float: right;}
.storeA_txt .storeA_title i img{width: 48px; margin-left: 8px;}
.storeareaA{padding-bottom: 64px;}
.storeareaA .directions{    border: 1px solid #666666;
    font-size: 1.4em;
    color: #333333;
    text-align: center;
    font-family: '나눔바른고딕','NanumBarunGothic', sans-serif;
    font-weight: bold;
    padding: 14px 0;
    margin: 25px 45px;}
.storeareaA .direction_con{display: none; background: #f2f2f2; padding: 30px 35px 17px;}    
.storeareaA .direction_con p{    font-size: 1.3em;
    color: #333333;
    font-weight: bold;
    font-family: '나눔바른고딕','NanumBarunGothic', sans-serif;
    margin-bottom: 12px;}
.storeareaA .direction_con span{font-size: 1.3em; color: #808080; font-family: '나눔바른고딕','NanumBarunGothic', sans-serif; margin-bottom: 32px; display: block; line-height: 28px;}
.storeareaA .direction_con img{width: 20px; margin: 0 auto; display: block;}

table { 
  width: 100%; 
  border-collapse: collapse; 
}

th { 
  background: #ddd; 
  color: #000; 
  font-weight: bold; 
}
td, th { 
  padding: 20px; 
  border: 1px solid #ccc; 
  text-align: left; 
  font-family: '나눔바른고딕','NanumBarunGothic', sans-serif;
  font-size: 1.3em;
}
td:first-child{border-top: 1px solid #000;}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
	td { 
		position: relative;
		padding-left: 31.5%; 
        border-top: 0;
        border-left: 0;
        border-right: 0;
        color: #999999;
        line-height: 25px;
	}
	td:before { 
		position: absolute;
		top: 0;
		left: 6px;
		width: 18%;
        height: 100%;
        padding: 0 10px;
        padding-right: 10px;
        white-space: nowrap;
        border-right: 1px solid #e6e6e6;
        font-weight: bold;
        color: #333;
        align-items: center;
        display: flex;
    }
	
	td:nth-of-type(1):before { content: "주 소"; letter-spacing: 11px;}
	td:nth-of-type(2):before { content: "예약문의"; }
	td:nth-of-type(3):before { content: "영업시간"; }
	td:nth-of-type(4):before { content: "주차안내"; }
}

.mab_substore{margin: 20px 14px;}
.mab_substore h2{color: #000;
    font-size: 1.3em;}
.mab_substore p{color: #999;
    font-size: 1.3em; margin: 6px 0 0 32px;}
.mab_substore h2 img{width: 25px;
    margin-right: 7px;
    vertical-align: text-top;}
/* BASIC css end */

