/*------------------------------------
	입주안내
------------------------------------*/
.material-symbols-outlined.ico_st01 {
	background: rgb(0 0 0 / 5%);
    border-radius: 50%;
    width: 1.7rem;
    min-width: 1.7rem;
    height: 1.7rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0rem;
    font-size: 1.3rem;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 00;
    color: rgb(0 0 0);
}

.t_inquiry{
	color:#000;
	border-top: 2px solid #000;
	border-bottom: 1px solid #e8e9eb;
	padding: 2rem 0;
	font-size:1.05rem;
	font-weight:500;
}
.t_inquiry .material-symbols-outlined {
	background: rgb(0 0 0 / 5%);
    border-radius: 50%;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5rem;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 00;
    color: rgb(0 0 0);
}


/*------------------------------------
	입주현황
------------------------------------*/
.t_store{
	border-radius: 12px;
    border: 1px solid #e8e9eb;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
    transition: .3s ease all;
    overflow: hidden;
	text-align:center;
	margin-top:0.8rem;
}
.t_store .txt01 {
    color: #000;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -0.07rem;
    display: block;
}
.t_store .txt02 {
    letter-spacing: -0.01rem;
}
@media (max-width: 400px) {
	.t_store .imt01{
		margin:1rem 1rem 0 1rem;
	}
}