﻿body {
}
/*.wrapper{
    width:1320px; 
    margin:auto;
}*/

.wrapper::-webkit-scrollbar {
    display: none; 
}

.content{
    padding-top: 2%;
    padding-bottom: 10%;
}

.content h3{
    display:none;
}

.content .searchBack {
        background: #f5f5f5;
        padding: 20px 15px;
        border-radius: 35px;
}

.content .searchBack .search{
    width:50%;
    margin:auto;
    scale:1.2;
}

.choice_type2 label{
    width:25%;
}

.choice_type2 span:hover{
    background:#2069D6;
    color:white;
    cursor:pointer;
}
.choice_type2 span{
    height: 50px;
    line-height: 47px;
}
.search span{
    margin:0px 5px;
    font-weight:500;
    color:#6d6d6d;
}
.search input[type=text]{
    width:calc(100% - 100px);
}

.search .searchBtn{
    background:#2069D6;
    height:36px;
    width:37px;
    float:right;
    margin:0;
    padding:0;
    text-align:center;
    border-radius:4px;
}

.searchBtn img{
    width:80%;
    position:relative;
    top:3px;
}

/*리스트*/
.tb_wrap .list_table{
    text-align:left;
    font-size:0.8em;
    
}

.tb_wrap .list_table th, .tb_wrap .list_table td{
    padding:5px 0px 5px 5px;
}

.tb_wrap .list_table thead tr th{
    padding:7px 0px 7px 5px;
    width:30%;
    height:30px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    vertical-align:middle;
    background-color:#f8f8f8;
    color:#585858;
    font-weight:500;
}

.tb_wrap .list_table thead tr th:last-child{
    width:10%;
}

.tb_wrap .list_table tbody tr td:last-child img{
    width:40px;
    vertical-align:top;
    max-width:50px;
    margin-left:-7px;
    cursor:pointer;
}

.tb_wrap .list_table tbody tr:nth-child(2n+1) td{
    /*border-bottom:1px solid #aaa;*/
    padding-bottom:3px;
}
.tb_wrap .list_table tbody tr:nth-child(2n) td{
    /*border-bottom:1px solid #aaa;*/
    padding-top:0px;

}
.tb_wrap .list_table tbody tr:nth-child(2n){
    border-bottom:1px solid #ddd;
}
.tb_wrap .list_table tbody tr td p{
    font-weight:500;
    color:#262626;
}
.tb_wrap .list_table tbody tr td span{
    color:#5f5f5f;
}


/*지도*/
/*마커타이틀*/
.label {margin-bottom: 96px;}
.label * {display: inline-block;vertical-align: top;}
.label .left {background: url("https://t1.daumcdn.net/localimg/localimages/07/2011/map/storeview/tip_l.png") no-repeat;display: inline-block;height: 24px;overflow: hidden;vertical-align: top;width: 7px;}
.label .center {background: url(https://t1.daumcdn.net/localimg/localimages/07/2011/map/storeview/tip_bg.png) repeat-x;display: inline-block;height: 24px;font-size: 12px;line-height: 24px;}
.label .right {background: url("https://t1.daumcdn.net/localimg/localimages/07/2011/map/storeview/tip_r.png") -1px 0  no-repeat;display: inline-block;height: 24px;overflow: hidden;width: 6px;}