.main-container{
    font-size: 1rem;
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif;
    margin-top:calc(constant(safe-area-inset-top) + 7vh);
    margin-top:calc(env(safe-area-inset-top) + 7vh);
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /*margin-bottom: 0;*/
    /*margin: 7vh auto 0;*/
}
.main-container p{
    width:100%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
}
.main-container span{
    font-size:1.5rem;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.main_info_section{
    display: flex;
    flex-direction: column;
    /*margin-bottom: 10vh;*/
    position: relative;
    overflow: hidden;
}
.main-board{
    width: 100vw;
    height: 30px;
    overflow: hidden;
    background-color: #fff;
}
.main-board-inner{
    position: relative;
}
.main-board-slider{
    position: absolute;
    top: 0;
    left: 0;
}
.main-board-slider li{
    display: flex;
    align-items: center;
    padding: 5px 0 5px 10px;
}
.main-board-slider li img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.main-board-slider li span{
    display: inline-block;
    margin-bottom: 0;
}
.main-img{
    position: relative;
    width: 100vw;
    height: 120px;
    background: url('../../img/main-kimgoodshot-12.png') no-repeat center center;
    background-size: cover;
}
.main-img.bjonMain-img{
    position: relative;
    width: 100vw;
    height: 120px;
    background: url('../../img/bjonMainBackground.png') no-repeat center center;
    background-size: cover;

}
.main-img .main-text-box{
    position: absolute;
    left: 20px;
    top:20px;
    color: #fff;
}
.main-img .main-text-box span{
    text-align: left;
}
.main-time{
    display: flex;
    align-items: center;
}
.main-time p{
    width: 15vw;
    text-align: center;
    border-right: 1px solid #bdbbbb;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-right: 5px;
}
.main-time ul{
    display: flex;
    align-items: center;
    justify-content:center;
    width: 85vw;
}
.main-time li{
    width: 22%;
    margin-right: 8px;
}
.main-time button.time-click{
    width: 65px;
    height: 25px;
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    border: none;
    background-color: #fff;
    color: #000;
    transition: all 0.2s ease-in;
    padding: 0;
}
@media all and (max-width:330px) {
    .main-time button.time-click{
        width: 50px;
        font-size: 1.4rem;
    }
}
.main-time button.time-click.time-active-btn{
    border-bottom: 2px solid var(--main-color);
}
.main-title-day{
    margin-top: 10px;
}
.main-title-bjon-preconList{
    margin-top: 0px;
    border-radius: 0;
}
.club-cal.bjon-preconList{
    width: 100vw;
    height: 30px;
    text-align: center;
    background-color: var(--joinMain-color);
    border-radius:8px 8px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;

}
.club-cal{
    width: 100vw;
    height: 30px;
    display: flex;
    position: relative;
    align-items: center;
    background-color: var(--main-color);
    border-radius:8px 8px 0px 0px;
}
.all-area{
    position: absolute;
    left: 40%;
    font-size: 1rem;
}
.club-cal p{
    text-align: center;
    color: #fff;
}
.title-day-ul{
    height: 8vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color:  #daf7eb;
    border-bottom: 2px solid var(--main-color);
}
.title-day-ul.bjon-preconList{
    background-color: var(--joinSub1-color);
    border-bottom: 3px solid var(--joinMain-color);
}
.title-day-ul li{
    width: 17vw;
    height: 8vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
}
.title-day-ul li p{
    text-align: center;
    font-size: 1.9rem;
}
.main-contents-table{
    text-align: center;
    width: 100vw;
    font-size: 1.5rem;
    font-weight: 400;
    /*margin-bottom: 16vh;*/
    margin-bottom: 7vh;
}
.main-contents-table>ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*align-items: center;*/
    border-radius: 0 0 8px 8px;
    width: 100vw;
}
.title-day-ul li:first-child , .each-contents-ul li:first-child{
    width: 17vw;
    border-right: 1px solid var(--main-color);
    position: sticky;
    left: 0;
    top:0;
    background-color: #daf7f0;
}
.title-day-ul.area-nm li:first-child , .each-contents-ul.area-nm  li:first-child{
    width: 32vw;
}
/*.title-day-ul.precon li:first-child{*/
/*    width: 32vw;*/
/*}*/
/*.each-contents-ul li:first-child{*/
/*    width: 33vw;*/
/*}*/
.title-day-ul li:first-child{
    background-color:  #daf7eb;
}
.main-contents-li:nth-child(even) .each-contents-ul li:first-child{
    background-color: #fff;
}
.title-day-ul.bjon-preconList li:first-child , .each-contents-ul.bjon-preconList li:first-child{
    border-right: 1px solid var(--joinMain-color);
    background-color: var(--joinSub2-color);
}
.title-day-ul.bjon-preconList li:first-child{
    background-color:  var(--joinSub1-color);
}
.main-contents-li:nth-child(even).bjon-preconList .each-contents-ul.bjon-preconList li:first-child{
    background-color: var(--joinSub1-color);
}
.title-day-ul li:first-child img{
    width: 50%;
    max-width: 30px;
}
.title-day-ul li:first-child p{
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}
.main-all-contents{
    width: 100vw;
    overflow-x: scroll;
    position: relative;
    font-family: 'NanumBarunpenB' ,sans-serif;
}
.main-contents-pos{
    width: 600%;
    display: flex;
    flex-direction: column;
}
.main-contents-pos.bjon-preconList{
    width: 600%;
}
.main-contents-ul{
    display: flex;
    flex-direction: column;
}
.main-contents-li:nth-child(even){
    background-color: #fff;
}
.main-contents-li:nth-child(odd){
    background-color: #daf7f0;
}
.main-contents-li:nth-child(4){
    border-bottom: 1px solid var(--main-color);
}
.main-contents-li:last-child{
    border-bottom: 2px solid var(--main-color);
}
.main-contents-li.bjon-preconList:nth-child(even){
    background-color: var(--joinSub1-color);
}
.main-contents-li.bjon-preconList:nth-child(odd){
    background-color: var(--joinSub2-color);
}
.main-contents-li.bjon-preconList:nth-child(4){
    border-bottom: 1px solid var(--joinMain-color);
}
.main-contents-li.bjon-preconList:last-child{
    border-bottom: 2px solid var(--joinMain-color);
}
.each-contents-ul{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.each-contents-ul>li{
    width: 17vw;
    height: 5vh;
    font-size: 15px;
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.each-contents-ul>.area-nm{
    /*padding: 7px 0;*/
    /*line-height: 120%;*/
    /*height: 8vh;*/
    font-weight: bolder;
}
.each-contents-ul>.area-nm>div>p{
    border-radius: 5px;
    width: 14vw;
    /*height: 3vh;*/
    font-size: 13px;
    font-weight: bolder;
    /*background-color: rgba(29, 152, 137, 0.1);*/
    /*box-shadow : 0.5px 0.5px;*/
}
/*.each-contents-ul:nth-child(odd)>.area-nm>div>p{*/
/*    background-color: rgba(229, 13, 13, 0.2);*/
/*}*/
/*.each-contents-ul>.area-nm.remain-club{*/
/*    color: black;*/
/*    height: 5vh;*/
/*}*/

.pref-no-data{
    width: 100vw;
    font-size: 3rem;
    font-weight: 700;
    height: 300px;
    line-height:4rem;
    text-align: center;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(80, 80, 80, 0.5);
    background-color: #e1fff4;

}
.area-title-ul li.pref-btn.pref-no-btn{
    margin: 0;
}
.ui-selected{
    border-bottom: 2px solid #f93a2a;
}

.main-btn-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}
.main-btn-box button{
    border: 1px solid #2b9a69;
    background-color: #fff;
    font-size: 13px;
    color: var(--main-color);
    width: 33.3%;
    height: 50px;
    display: flex;
    /*flex-direction: row; 기존*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*border-right: none;*/
    /*border-left: none;*/
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif;
    position: relative;
}
.main-btn-box button span{
    font-size:13px;
    margin-bottom: 0;
}
.main-btn-box.bjon-preconList button{
    border: 1px solid #707070;
    background-color: #fff;
    color: black
}
.main-btn-box button:nth-child(2){
    border-right: none;
    border-left: none;
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif
}
.main-btn-box button img{
    width: 38px;
}
.main-btn-box button img.new{
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.club-main-title{display: flex; padding-left: 10px;margin: 10px 0;align-items: flex-end;}
.club-main-title>img{width: 30px;}
.club-main-title>p{font-size: 16px;font-weight: bolder;margin-left: 10px;}