
.bizinfo_area {
    padding: 29px 0 24px;
}
list_bizinfo .list_item {
    margin-top: 12px;
}
.list_bizinfo .list_item:first-child {
    margin-top: 0;
}
.list_bizinfo .list_item::after {
    display: block;
    clear: both;
    content: '';
}
.list_bizinfo .tit {
    float: left;
    margin-top: 4px;
    margin-right: 12px;
}
img, svg {
    display: inline-block;
    vertical-align: top;
}
.list_bizinfo .txt {
    overflow: hidden;
    color: #424242;
	line-height:160%;
}
.list_bizinfo .biz_url {
    color: #0abe16;
}
.list_bizinfo .list_homepage {
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
}
.list_bizinfo .list_homepage .btn {
    display: inline-block;
    color: #00c;
}
.list_bizinfo .list_homepage .btn+.btn::before {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 10px 8px 0;
    border-radius: 3px;
    background: #e0e0e0;
    vertical-align: top;
    content: '';
}	

.label_address {
    display: inline-block;
    width: 28px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-sizing: border-box;
    font-family: '돋움',dotum,sans-serif;
    font-size: 11px;
    color: #666;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
}