.addr-search{
    display: flex;
    align-items: center;
    justify-content: center;
}

.addr-search input[type="text"] {
    height: 35px;
    border: 1px solid var(--main-color);
    text-indent: 5px;
    font-family: 'EliceDigitalBaeum' , sans-serif;
    font-size: 1.5rem;
}

.addr-search input[type="text"].srch-txtbox01{
    width: 180px;
}
.addr-search input[type="text"].srch-txtbox02{
    width: 200px;
}
.addr-search input[type="text"]:focus{
    outline: none;
    background-color: #e8fdf7;
}
.addr-search button{
    width: 43px;
    height: 43px;
    background-color: #fff;
    border: 1px solid #999;
    margin-left: 5px;
}
.addr-search button img{
    width: 90%;
    margin: auto;
}
.addr-ctnt{
    width: 89%;
    margin: 10px auto;
    height: 300px;
    border: 1px solid var(--main-color);
}
.addr-ctnt ul{
    display: flex;
    flex-direction: column;
}
.addr-ctnt ul li{
    width: 100%;
    height: 30px;
    display: flex;
    border-bottom: 1px solid #999;
}
.addr-ctnt ul li:nth-child(1){
    background-color: #e8fdf7;
}
.addr-ctnt ul li.zip-no-data{
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
}
.addr-ctnt ul li p{
    font-size: 1.5rem;
    text-align: center;
    padding: 10px 0;
}
.addr-ctnt ul li p:nth-child(1){
    width: 30%;
    border-right: 1px solid #999;
}
.addr-ctnt ul li p:nth-child(2){
    width: 70%;
}
.btn-group button.addr-btn{
    width: 100%;
}
.area-paging{
    display: flex;
    width: 89%;
    align-items: center;
    justify-content: center;
}
.area-paging a{
    display: inline-block;
    margin: 0 5px;
    color: #000;
}
/*
아이폰8
*/
@media all and (max-height:668px) {
    .modal-center.zip-no-modal{
        height: 480px;
    }
    .addr-ctnt{
        height: 300px;
    }
}

/**
아이폰 12, 13 mini , 12pro 까지
 */
@media all and (min-height:668px) and (max-height:840px ){
    .modal-center.zip-no-modal{
        height: 570px;
    }
    .addr-ctnt {
        height: 390px;
    }
}
/*
아이폰 12max, 13 , max
*/
@media all and (min-height:841px) {
    .modal-center.zip-no-modal{
        height: 660px;
    }
    .addr-ctnt{
        height: 480px;
    }
}