﻿
.address_database_box_div{
	position:absolute;
	top:50%;
	margin-top:-250px;
	width:100%;
	height:500px;
	padding:0px 18px;

}

.address_database_box_closediv{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.address_database_box_div_div {
    position: relative;
    padding: 0 45px 0 51px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.ly_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ly_close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px;
    height: 1px;
    background: #000;
}

.ly_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 16px;
    height: 1px;
    background: #000;
}

.addr_list_div_address{
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	word-break: break-all;
	display: -webkit-box;
	height: 50px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: var(--cn_fontsize_13);
	padding: 0px;
	font-weight: 400;
	font-family: Pretendard Variable, sans-serif;
	padding-top:10px;
	width:100%;
}


.mb40 {
    margin-bottom: 40px !important;
    cursor:pointer;
}

.totalSearchEventWrap {
    overflow: hidden;
    width: 100%;
    border-radius: 0.5rem;
    line-height: 100%;
    font-size: 0;
    position: relative;
}

.totalSearchEventImg {
    width: 100%;
}

.mt20 {
    margin-top: 2rem;
}

.totalSearchEventTitle {
    font-size: 20px;
    overflow: hidden;
    max-height: 30px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    font-weight:600;
}

.totalSearchEventTitle2 {
    font-size: 14px;
    overflow: hidden;
    max-height: 20px;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.totalSearchEventTerm {
    color: #999999;
    display: inline-block;
    vertical-align: middle;
}