.start_popup{
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    overflow: scroll;
    transition: 0.5s;
}

.start_popup .start_popup_content{
    position: relative;
    margin: 0 auto;
    top: calc(50% - 205px);
    width: fit-content;
    background-color: white;
    border-radius: 10px;
    height: 410px;
}

.start_popup .popup_left{
    width: 320px;
    height: 410px;
    border-radius: 10px 20px 20px 10px;
    background-color: #e0e7f7;
    float: left;
}

.start_popup .popup_left .logo{
    width: fit-content;
    margin: 0px auto;
}

.start_popup .popup_left .logo img{
    margin-top: 100px;
    width: 120px;
}

.start_popup .popup_left .text{
    width: fit-content;
    margin: 0px auto;
}

.start_popup .popup_left .text img{
    margin-top: 20px;
    width: 220px;
}

.start_popup .popup_right{
    width: 380px;
    height: 410px;
    float: left;
    padding: 30px;
}

.start_popup .popup_right .close_img{
    position: relative;
    left: 310px;
    top: -15px;
    width: 18px;
    cursor: pointer;
}

.start_popup .popup_right .title{
    margin-top: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #307bff;
}

.start_popup .popup_right .subtext{
    margin-top: 20px;
    font-size: 17px;
    line-height: 22px;
    min-height: 110px;
}

.start_popup .popup_right .helptext{
    margin-top: 10px;
    font-size: 14px;
    min-height: 30px;
    color: gray;
}

.start_popup .popup_right .buttons{
    width: 100%;
    margin-top: 0px;
}

.start_popup .popup_right .buttons .tabs{
    width: 100%;
    height: 35px;
}

.start_popup .popup_right .buttons .tab{
    width: calc(100% / 3);
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: rgb(240, 240, 240);
    color: gray;
    font-size: 13px;
    cursor: pointer;
}

.start_popup .popup_right .kakao-login-button{
    width: 100%;
    margin-top: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(242, 221, 37);
    color: rgb(25, 23, 8);
    font-size: 14px;
    cursor: pointer;
}

.start_popup .popup_right .kakao-login-button img{
    height: 40%;
}

.start_popup .popup_right .fb-login-button{
    width: 100%;
    margin-top: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #386db5;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.start_popup .popup_right .fb-login-button img{
    height: 50%;
    margin-right: 10px;
}

.start_popup .popup_right .line-login-button{
    width: 100%;
    margin-top: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #00B900;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.start_popup .popup_right .signuptext{
    color: gray;
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.start_popup .select_permission_popup_content{
    position: relative;
    margin: 0 auto;
    top: calc(50% - 220px);
    width: 450px;
    background-color: white;
    border-radius: 10px;
    height: 440px;
    padding: 20px 40px;
}

.start_popup .select_permission_popup_content .close_img{
    position: relative;
    left: 370px;
    top: -5px;
    width: 18px;
    cursor: pointer;
}

.start_popup .phone_popup_content{
    position: relative;
    margin: 0 auto;
    top: calc(50% - 205px);
    width: 480px;
    background-color: white;
    border-radius: 10px;
    height: 410px;
    padding: 20px 40px;
}

.start_popup .phone_popup_content .close_img{
    position: relative;
    left: 400px;
    top: -5px;
    width: 18px;
    cursor: pointer;
}

.start_popup .no_permission_popup_content{
    position: relative;
    margin: 0 auto;
    top: calc(50% - 205px);
    width: 500px;
    background-color: white;
    border-radius: 10px;
    height: 410px;
    padding: 20px 40px;
}

.start_popup .no_permission_popup_content .close_img{
    position: relative;
    left: 420px;
    top: 0px;
    width: 18px;
    cursor: pointer;
}

.start_popup .over_popup_content{
    position: relative;
    margin: 0 auto;
    top: calc(50% - 220px);
    width: 500px;
    background-color: white;
    border-radius: 10px;
    height: 440px;
    padding: 20px 40px;
}

.start_popup .over_popup_content .close_img{
    position: relative;
    left: 420px;
    top: 0px;
    width: 18px;
    cursor: pointer;
}

.start_popup .mail_popup_content{
    position: relative;
    margin: 0 auto;
    top: calc(50% - 150px);
    width: 480px;
    background-color: white;
    border-radius: 10px;
    padding: 20px 40px;
}

.start_popup .mail_popup_content .close_img{
    position: relative;
    left: 400px;
    top: -5px;
    width: 18px;
    cursor: pointer;
}

.start_popup .report_popup_content{
    position: relative;
    margin: 0 auto;
    top: calc(50% - 150px);
    width: 480px;
    background-color: white;
    border-radius: 10px;
    height: 300px;
    padding: 20px 40px;
}

.start_popup .report_popup_content .close_img{
    position: relative;
    left: 400px;
    top: -5px;
    width: 18px;
    cursor: pointer;
}


@media screen and (max-width: 720px){
    .start_popup{
        position: fixed;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        z-index: 999;
        width: 100%;
        padding-top: 10%;
        padding-bottom: 10%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.55);
        overflow: scroll;
    }
    
    .start_popup .start_popup_content{
        position: relative;
        margin: 0 auto;
        top: calc(50% - 250px);
        width: 90%;
        background-color: white;
        border-radius: 10px;
        height: 520px;
    }
    
    .start_popup .popup_left{
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 20px 20px;
        background-color: #e0e7f7;
        float: left;
    }
    
    .start_popup .popup_left .logo{
        width: fit-content;
        margin: 0px auto;
    }
    
    .start_popup .popup_left .logo img{
        margin-top: 30px;
        width: 80px;
    }
    
    .start_popup .popup_left .text{
        width: fit-content;
        margin: 0px auto;
    }
    
    .start_popup .popup_left .text img{
        margin-top: 20px;
        width: 170px;
    }
    
    .start_popup .popup_right{
        width: 100%;
        height: 320px;
        float: left;
        padding: 0px 30px;
    }
    
    .start_popup .popup_right .close_img{
        position: relative;
        left: 98%;
        top: -190px;
        width: 18px;
        cursor: pointer;
    }
    
    .start_popup .popup_right .title{
        margin-top: 15px;
        font-size: 17px;
        font-weight: 600;
        color: #307bff;
    }
    
    .start_popup .popup_right .subtext{
        margin-top: 22px;
        font-size: 13px;
        line-height: 18px;
        height: 44px;
        min-height: 44px;
    }
    
    .start_popup .popup_right .helptext{
        margin-top: 10px;
        font-size: 13px;
        height: 20px;
        min-height: 20px;
    }
    
    .start_popup .popup_right .buttons{
        width: 100%;
        margin-top: 10px;
    }

    .start_popup .select_permission_popup_content{
        position: relative;
        margin: 0 auto;
        top: calc(50% - 220px);
        width: 90%;
        background-color: white;
        border-radius: 10px;
        height: 440px;
        padding: 20px 5%;
    }

    .start_popup .select_permission_popup_content .close_img{
        position: relative;
        left: 95%;
        width: 18px;
        cursor: pointer;
    }

    .start_popup .phone_popup_content{
        position: relative;
        margin: 0 auto;
        top: calc(50% - 205px);
        width: 90%;
        background-color: white;
        border-radius: 10px;
        height: 410px;
        padding: 20px 5%;
    }

    .start_popup .phone_popup_content .close_img{
        position: relative;
        left: 95%;
        width: 18px;
        cursor: pointer;
    }
    
    .start_popup .no_permission_popup_content{
        position: relative;
        margin: 0 auto;
        top: calc(50% - 205px);
        width: 90%;
        background-color: white;
        border-radius: 10px;
        height: 410px;
        padding: 20px 5%;
    }

    .start_popup .no_permission_popup_content .close_img{
        position: relative;
        left: 92%;
        width: 18px;
        cursor: pointer;
    }
    
    .start_popup .over_popup_content{
        position: relative;
        margin: 0 auto;
        top: calc(50% - 220px);
        width: 90%;
        background-color: white;
        border-radius: 10px;
        height: 440px;
        padding: 20px 5%;
    }

    .start_popup .over_popup_content .close_img{
        position: relative;
        left: 92%;
        width: 18px;
        cursor: pointer;
    }

    .start_popup .mail_popup_content{
        position: relative;
        margin: 0 auto;
        top: calc(50% - 150px);
        width: 90%;
        background-color: white;
        border-radius: 10px;
        padding: 20px 5%;
    }
    
    .start_popup .mail_popup_content .close_img{
        position: relative;
        left: 100%;
        width: 18px;
        cursor: pointer;
    }
}

@media screen and (max-width: 520px){
    .start_popup .mail_popup_content .close_img{
        position: relative;
        left: 94%;
        width: 18px;
        cursor: pointer;
    }
}