.modal-center.cc-list-modal{
    overflow: hidden;
}
/*검색창*/
.cc-list-search{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cc-list-search input[type=text]{
    width: 230px;
    height: 35px;
    border: 1px solid #2b9a69;
    text-indent: 5px;
    /*font-size: 1.7rem;*/
    font-family: "Pretendard-Bold", sans-serif;
}
.cc-list-search.bjon input[type=text]{
    width: 250px;
    height: 35px;
    border: 2px solid var(--main-color);
    text-indent: 5px;
}
.cc-list-search input[type=text]:focus{
    outline: none;
}
.cc-list-search button{
    width: 70px;
    height: 43px;
    background: #2b9a69;
    border: none;
    color: #fff;
    font-size: 1.7rem;
    font-family: "Pretendard-Bold", sans-serif;
}
.alim-cclist-ul{
    width: 89%;
    overflow: auto;
    height: 70vh;
}
/*골프장 리스트*/
.alim-cclist-ul>li{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid var(--main-color);
    font-weight: 700;
    font-size: 2rem;
    align-items: center;
}
.alim-cclist-ul >.bjon-cclist-none{
    display: block;
}
.alim-cclist-ul li button{
    font-family:"Pretendard-Medium", 'NanumBarunpenB', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    padding: 5px 13px;
    border: 1px solid #2b9a69;
    background: #2b9a69;
    border-radius: 20px;
}

/*아이폰8*/
@media all and (max-height:668px) {
    .alim-cclist-ul{
        height: 65vh;
    }
}
/*아이폰 12, 13 mini , 12,13*/
@media all and (min-height:668px) and (max-height:840px ){

}
/*아이폰 12max, 13max*/
@media all and (min-height:841px) {}
