.wrap2 {
    position: absolute;
    left: -15px;
    bottom: 33px;
    width: 320px;
    height: 160px;
    margin-left: -144px;
    text-align: left;
    font-size: 12px;
    font-family: 'Malgun Gothic', dotum, '돋움', sans-serif;
    line-height: 1.5;
}

.wrap2 .info2:nth-child(1) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}


.wrap2 .info2 {
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    padding: 17px;
    box-sizing: border-box;
    position: relative;
}


.wrap2 * {
    padding: 0;
    margin: 0;
}

.wrap1 {
    position: absolute;
    left: -20px;
    bottom: 38px;
    width: 320px;
    height: 160px;
    margin-left: -144px;
    text-align: left;
    font-size: 12px;
    font-family: 'Malgun Gothic', dotum, '돋움', sans-serif;
    line-height: 1.5;
}

.wrap1 .info2:nth-child(1) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}


.wrap1 .info2 {
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    padding: 17px;
    box-sizing: border-box;
    position: relative;
}


.wrap1 * {
    padding: 0;
    margin: 0;
}
.info2 {
    font-size: 12px;
    padding: 5px;
	box-sizing: border-box;
}

.info2 .title {
    height: 30px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-overflow:ellipsis;
    overflow: hidden;    
}

.info2 .close {
    position: absolute;
    top: 10px;
    right: 13px;
    color: #888;
    width: 16px;
    height: 14px;
    background: url(/images/org/web/ghhappy/sub/town/content_close.png);
}

.info2 .body {
    position: relative;
    overflow: hidden;
}

.info2:after {
	content: '';
	position: absolute;
	margin-left: -12px;
	left: 50%;
	bottom: -11px;
	width: 22px;
	height: 12px;
	background: url('/images/org/web/ghhappy/sub/town/content_bottom.png');
	z-index: 9999;
}

.info2 .img {
    position: absolute;
    top: 10px;
    right: -3px;
    width: 73px;
    height: 61px;
    color: #888;
    overflow: hidden;
}

.info2 .desc1 {
    position: relative;
    height: 85px;
    padding: 4px 0 0;
}

.desc1 .cat {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.desc1 .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.town-btn {
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding: 6px 10px;
    line-height: 1.5;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* display: inline; */
    float: left;
}

.town-btn:nth-child(2) {
	border-left:none;
}

.btn-sm {
    font-size: 11px;
}

.btn-outline-primary {
    color: #666;
    background-image: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-success {
    color: #666;
    background-image: none;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #57c97d;
    border-color: #57c97d;
}

.viewbtn {
	padding: 13px 0 0;
}