/* BASIC css start */
.cate2:after {
  display:block;
  content: '';
  border-bottom: solid 2px #000;  
 transform: scaleX(1) !important;
  box-sizing:border-box;
  
}
.map div .dropdown-menu.active {
    display: block;width:100%;height:450px;
}
.map div .dropdown-menu {
    display: none;
    position: absolute;
   width:100%;height:450px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    text-align: left;
}
.map .button-dropdown {
  
}
.button-dropdown a{color:#000; text-decoration:underline;}
.store-cont .store-list{text-align:center;table-layout:fixed;width:100%;border-collapse:collapse;border-top:4px solid #000;font-size:14px}
.store-cont .store-list th{color:#898989}.store-cont .store-list thead th{height:38px;padding-bottom:10px;vertical-align:bottom}
.store-cont .store-list tbody td,.store-cont.store-list tbody th{vertical-align:middle;height:59px;padding:10px;border-bottom:1px solid #f1f1f1;word-break:keep-all;line-height:1.3}
.store-cont .store-list tbody td a.btn,.store-cont .store-list tbody th a.btn{padding:0 18px;font-size:12px}.store-cont .store-list tbody th{font-size:13px}.store-cont .list-more{margin:60px auto 0}

#searchStoreResult tr{border-bottom:1px solid #ccc;}

.map div{right:0;}

.store-list{border-top:2px solid #000;}
.store-list thead{border-bottom:1px solid #ccc;}
.store-list th, .store-list td{padding:30px 10px !important; font-size:14px; text-align:center;}
.loc-navi{margin-top:115px;}
.store-list td{text-align:left;}
.store-list td.phone,.store-list td.map{text-align:center;}
#wrap{margin-top:0 !important;}

.bbs-tit h3{padding-bottom: 5px;
    font-size: 24px;
    color: #000;
  
    text-align: left;
    margin-bottom: 20px;}
.bbs-tit{margin-top:0; margin-bottom:0;}





.g-con-wrap { 
		width:1260px; margin:0 auto;
	}

.menu { position:relative; font-size:0;    background: #000;
    color: #fff;
 
}
.g-con-wrap h3{font-size:20px; color:#000; text-align:left; margin-bottom:20px;    padding-bottom: 10px;
    border-bottom: 2px solid #000; }
.menu li {  

font-size: 15px;
    color: #fff;
    font-weight:300;
    text-align: center;
    width: calc(100%/5);
    padding: 15px 0;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 1px solid #666;
    
}


.menu li:first-child{border-left:0;}
/* Dropdown Button */
.collection-cont{text-align:right;}
.dropbtn, .drop_btn {
    background-color: #fff;
    color: #000;
    padding: 16px;
    font-size: 16px;
    padding-right:2px;
    border: none;
    cursor: pointer;
}


/* The container <div> - needed to position the dropdown content */
 .dropwrap {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content, .drop_cont {
    display: none;

    background-color: #f9f9f9;
    z-index:999;
    right:0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a, .drop_cont a {
    color: black;
   
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1; font-weight:bold;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
/* BASIC css end */

