#map_01 {clear:both; overflow: hidden;}
#map_01 > div.map {}
.map .cont{display: none;}
#map_01 div.map2{}
.sub_title{font-size: 25px; font-weight: 500; margin: 80px 0 20px;}
#map_01 div.map2 { box-sizing:border-box;  padding:0px;  background-color:#fff;}
#map_01 div.map2 ul {padding:0; margin:0; list-style-type:none; font-size:15px; }
#map_01 div.map2 ul li span.tit {width:100%; font-size:20px; margin-top:15px; display:block; color:#aaa; line-height:45px; }
.root_daum_roughmap {width:100% !important;  box-sizing:border-box !important; border:0 !important;
padding:0 !important; border-radius:0 !important; } /*다음맵*/
#contentWrap #content #contentsArea iframe.map{ height:550px; }/*구글맵*/

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

thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.tbl thead th {
    background: #f5f5f5;
    font-weight: bold;
    color: #222;
    border-top: 1px solid #ddd;
}

.tbl td:first-child, .tbl th:first-child {
    border-left: 1px solid #ddd;
}

.tbl td:first-child{
  text-align: center;
}

.tbl th, .tbl td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
    white-space: nowrap;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}


.tbl td h5 {
    margin: 10px 0 10px;
    font-size: 16px;
    font-weight: 600;
}


.tbl td ul li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 15px;
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
.sub_title{font-size: 20px;}
.tbl_wrap {overflow-x: auto;}
}
@media (max-width: 768px) {
.root_daum_roughmap .wrap_map{height: 300px !important;}
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

