.join_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 100px;
    border-radius: 10px;
    background: #FFF;
}

.join_wrap.off{
    display: none;
}

.join_wrap h3{
    margin-top: 80px;
    margin-bottom: 50px;
    color: var(--mice-gray-90, #1D1D1D);
    text-align: center;

    /* Title_Xlarge_bold */
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 37.5px */
}

.customTable{
    margin-bottom: 80px;
}

.terms_wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-top: -40px;
}

.terms_wrap > div{
    display: flex;
    flex-direction: column;
    flex: 50%;
}

.myTTA{
    width: 100%;
    height: 250px;
}

.join_btn_box{
    display: flex;
    padding: 40px;
    gap: 10px;
}

.join_btn_box > div{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.join_alert{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.6);
}

.join_alert.off{
    display: none;
}

.alert_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 100px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.logo{
    margin-bottom: 60px;
}

.alert_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alert_box h3{
    color: var(--mice-gray-90, #1D1D1D);
    text-align: center;

    /* Title_Xlarge_bold */
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 37.5px */
    margin-bottom: 20px;
}

.alert_box p{
    color: var(--mice-gray-60, #717171);
    text-align: center;

    /* Body_Medium_regular */
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    margin-bottom: 40px;
}

.alert_btn_box{
    display: flex;
    gap: 10px;
}

.alert_btn_box a{
    display: flex;
    justify-content: center;
    align-items: center;
}
