#step3{
    padding-bottom: 100px;
}
#step3 > b{
    border-bottom: 1px solid #ddd;
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 23px 25px;
    margin-bottom: initial;
}
#step3 .card{
    padding: initial;
}
#step3 .artist_check{
    justify-content: space-between;
}
#step3 .popularity{
    margin-bottom: 10px;
    justify-content: space-between;
}
#step3 .popularity p{
    font-size: 14px;
    text-align: center;
}
#step3 .streaming_stats{
    margin-bottom: 14px;
}
#step3 .agency_info .agncy_text {
    flex-direction: column;
}
#step3 .agency_img,
.artist_card .main_img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
#step3 .stars img{
    width: 17px;
}
#step3 .agency_info > .flex{
    gap: 23px;
    margin: 18px 0;
}
#step3 .agency_info > .flex div p{
    margin-bottom: 5px;
}
#step3 .agency_info p{
    font-size: 12px;
}
#step3 .checkboxwrap .flex{
    gap: 5px;
    align-items: center;
        justify-content: center;
    margin-bottom: 0 !important;
}
#step3 .step3_bottom{
    position: fixed;
    bottom: 55px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 500px;
    background: #fff;
    text-align: center;
    padding: 18px 38px 14px;
    z-index: 2;
    border-top: 1px solid #ddd;
    box-shadow: 0px -5px 30px 5px rgba(0, 0, 0, 0.04);
}
#step3 .step3_bottom b{
    margin-bottom: 17px;
}
.btn_wrap{
    gap: 30px;
}
#step3 .unfulfilled{
    background: #fff;
    text-align: center;
    padding-top: 50px;
    height: calc(100% - 300px);
}
#step3 .artist_info{
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
}
#step3 .info_wrap .label{
    color: #333;
}
#step3 .loader_cover{
    height: 115px;
}
#step3 .streaming_info{
    gap: initial;
}
/* #step3 .streaming_info p{
    width: 130px;
}
#step3 .streaming_img .size{
    width: 170px;
} */
#step3 .youtube .flex{
    width: 46%;
}
#step3 .youtube .flex:last-of-type{
    width: 100%;
}
.chartmetric{
    margin-top: 11px;
    border: 1px solid #ddd;
    padding: 14px 20px 7px;
}
.popularity b{
    font-size: 14px;
    color: #1e3a8a;
}
.toggle{
    cursor: pointer;
    gap: 11px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.toggle_inner{
    display: none;
}
.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.toggle img{
    width: 25px;
}
.toggle b{
    font-size: 12px;
    color: #1e3a8a;
}
#step4{
    text-align: center;
}
#step4 b{
    margin: 134px 0 24px;
}
#step4 p{
    width: 68%;
    margin: 0 auto 370px;
}
.check_introduction_wrap{
    display: none;
}
.check_introduction {
    background: #1E3A8A;
    border-radius: 5px;
    border: transparent;
    color: #fff;
    font-weight: bold;
    width: 50%;
    height: 46px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 견적 작성 */
.create_quote .iti {
    width: 100%;
}
.create_quote .iti button{
    height: 100% !important;
    width: initial !important;
}
.create_quote .checkboxwrap .flex{
    gap: 5px;
}
.create_quote textarea{
    margin-top: 16px;
    height: 142px !important;
}
.create_quote #create_quote_btn{
    height: 40px !important;
    width: 226px !important;
}
.create_quote .quote_deadline_wrap{
    width: 47.7%;
}
.create_quote .input-error {
    border: 1px solid #ff4d4f;
}
.create_quote .datepicker{
    padding:  0 !important;
}
/* 견적 작성 완료 */
.quote_created{
    position: relative;
    height: calc(100% - 70px);
}
.quote_created .created_info{
    color: #333;
    text-align: center;
    word-break: keep-all;
    margin-top: 165px;
}
.quote_created button{
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translate(-50%);
}
@media(max-width: 499px){
    #step3 .chartmetric > .popularity{
        flex-direction: column;
    }
    #step3 .popularity p,
    .popularity b{
        display: inline;
    }
    #step3 .agency_img, .artist_card .main_img{
        width: 40px;
        height: 40px;
    }
    .chartmetric{
        padding: 14px 14px 7px;
    }
    .icons{
        gap: 5px;
    }
    .icons img{
        margin-right: 10px;
    }
    .icons .flex,
    .icons{
        gap: initial;
    }
    .streaming_info > .flex{
        margin-right: 10px;
        flex: 1;
    }
    .popularity > .popularity{
        margin-left: 50px;
    }
    .streaming_info .size {
        width: 142px;
    }
}
