.cc-list-popup .modal-center{
    overflow-x: hidden;
}
.modal-header{
    width: 100%;
    position: relative;
}
.modal-header button{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    padding-left: 5px;
}
.modal-header button img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-header h5{
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-color: var(--main-color);
    color:#fff;
}
.modal-header>.day-img-box{
    width: 100%;
    height: 120px;
}
.modal-header>.day-img-box img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.modal-header>p{
    padding: 10px;
    font-weight: 700;
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
}

.modal-header>div.name-div{
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal-header>div.name-div>span{
    font-weight: 700;
    font-size: 2.5rem;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color:#000;
}

.modal-header>div.name-div>span>img{
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.popup-date{
    width: 100%;
    margin: 10px 0 auto;
    padding: 10px;
    border-top: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Pretendard-Bold", sans-serif;
    align-content: center;
}
.popup-date p{;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}
.popup-date span{;
    margin-right: 20px;
}
.bgps-open-btn{
    margin: 0 10px 10px 10px;
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    display: flex;
    justify-content: space-between;
}
.bgps-open-btn p{
    padding: 10px 0;
    font-size: 15px;
}
.modal-header span{
    font-family: "Pretendard-Bold", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--main-color);
}
ul.popup-time{
    width: 89%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: center;*/
}
ul.popup-time li{
    width: 22%;
    height: 40px;
    color: #fff;
    background-color: #b4b4b4;
    border-radius: 10px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Pretendard-Bold", sans-serif;
}
ul.popup-time li.popup-teas.active-btn{
    background: #009999;
}
.modal-contents-ctnt{
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    margin-bottom: 60px;
}
.teas-name p{
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.teas-no p{
    font-weight: 400;
    font-size: 11px;
}
.modal-contents-ctnt li{
    width: 90%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    font-family: "Pretendard-Bold", sans-serif;
}
.modal-contents-ctnt li .popup-left{
    /*width: 90px;*/
    margin: 0 5px;
}
.modal-contents-ctnt li .popup-left p{
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
}
.modal-contents-ctnt li .popup-left span{
    display: inline-block;
    width: 100%;
    font-size: 13px;
}
.modal-contents-ctnt li>p{
    font-size: 13px;
}

.modal-show{
    position: relative;
    width: 100%;
    height: 100%;
}
.cc-popup-btn-box{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    height: 55px;
    background-color: #fff;
}
.cc-popup-footer button{
    width: 50%;
    height: 55px;
    background:var(--main-color);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Pretendard-Bold", sans-serif;
    border: none;
}
.cc-popup-footer button:nth-child(2){
    border-left: 1px solid #fff;
}
.modal-header>p.none-auto-login{
    text-align: center;
    width: 100%;
    color: #ff2f2f;
    font-size: 1.5rem;
    font-weight: 400;
}