.footer {
    background-color: var(--bh_color_gray_700);
}
.footer .f_top {
    padding: 21px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .f_top .logo_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}
.footer .f_top .logo_wrap .sns_link {
    gap: 15px;
}
.footer .f_top .logo_wrap .sns_link img {
    width: 44px;
}
.footer .f_top .info p {
    font-size: 14px;
    color: var(--bh_color_gray_300);
}
.footer .f_top .info .ds-f p {
    position: relative;
    margin-right: 30px;
}
.footer .f_top .info .ds-f p::before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: -15px;
    top: 6px;
}
.footer .f_top .info .ds-f p:last-child {
    margin-right: 0;
}
.footer .f_top .info .ds-f p:last-child::before {
    display: none;
}
.footer .f_top .info span {
    display: block;
    font-size: 14px;
    color: var(--bh_color_gray_400);
    margin-top: 20px;
}
.footer .f_top .contact_wrap {
    float: right;
    display: inline-block;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 25px;
}
.index .footer .f_top > .bh_row > .col-lg-auto {
    width: 100%;
}
.index .footer .f_top .sns_link {
    position: absolute;
    top: 0;
    right: 15px;
}
.index .footer .f_top .contact_wrap.contact_wrap {
    display: none;
}
.footer .f_top .contact_wrap .ttl {
    display: flex;
    align-items: center;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}
.footer .f_top .contact_wrap .ttl i {
    padding-right: 5px;
}
.footer .f_top .contact_wrap p {
    font-weight: 500;
    margin-bottom: 3px;
}
.footer .f_top .contact_wrap p:last-child {
    margin-bottom: 0;
}
.footer .f_top .contact_wrap .time_wrap {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    margin-top: 15px;
}
.footer .f_top .contact_wrap .time_wrap .text {
    font-size: 14px;
    font-weight: 600;
    padding-right: 33px;
}
.footer .f_top .contact_wrap .time_wrap .time span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.footer .f_bottom {
    padding: 25px 0 22px 0;
}
.footer .f_menu li a {
    font-size: 14px;
    color: var(--bh_color_gray_300);
    font-weight: 500;
    position: relative;
    margin-right: 30px;
}
.footer .f_menu li a::before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: -15px;
    top: 6px;
}
.footer .f_menu li:first-child a {
    font-weight: bold;
}
.footer .f_menu li:last-child a::before {
    display: none;
}
.footer .f_button {
    gap: 10px;
}
.footer .f_button a{
    border: solid 1px rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.1);
    width: 140px;
    padding: 0px 15px;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    color: rgba(255, 255, 255, 0.85);
    border-radius: 50px;
    background-image:url('/images/main24/arr.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 15px center;
}
.footer .f_button select{
    border: solid 1px rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.1);
    width: 222px;
    height: 45px;
    border-radius: 50px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    padding: 0 20px 0 50px;
    appearance: none;
    background-image: url('/images/main24/arr_up.png'), url('/images/main24/hands.png');
    background-repeat: no-repeat;
    background-size: 15px, 20px;
    background-position: right 15px center, 20px center;
    cursor: pointer;
}
.footer .f_button select:focus{
    outline: unset;
}
.footer .f_button select option{
    color: var(--bh_color_gray_800);
    padding: 0;
}
@media(max-width:992px) {
    .footer .f_top .logo_wrap {
        margin-bottom: 15px;
    }
    .footer .f_top .info p {
        font-size: 12px;
    }
    .footer .f_top .info .ds-f p {
        margin-right: 15px;
    }
    .footer .f_top .info .ds-f p::before {
        display: none;
    }
    .footer .f_top .info span{
        font-size: 12px;
        margin-top: 20px;
    }
    .footer .f_top .logo_wrap .sns_link {
        gap: 5px;
    }
    .footer .f_top .logo_wrap .sns_link img{
        width: 25px;
    }
    .footer .f_top .contact_wrap {
        float: unset;
        margin-top: 20px;
    }
    .footer .f_top .contact_wrap .time_wrap .text {
        font-size: 12px;
        padding-right: 15px;
    }
    .footer .f_top .contact_wrap .time_wrap .time span {
        font-size: 12px;
    }
    .footer .f_menu{
        margin-bottom: 15px;
    }
    .footer .f_menu li a{
        font-size: 12px;
        margin-right: 15px;
    }
    .footer .f_menu li a::before{
        right: -8.5px;
        top: 3px;
    }
    .footer .f_button{
        gap: 10px;
    }
    .footer .f_button a{
        width: 105px;
        padding: 0px 10px;
        font-size: 11px;
        line-height: 30px;
        height: 30px;
        background-position: right 10px center;
    }
    .footer .f_button select{
        width: 220px;
        height: 35px;
        font-size: 12px;
    }
}
@media(max-width:500px) {
    .footer .f_top .contact_wrap {
        width: 100%;
    }
    .footer .f_button a {
        width: calc(50% - 5px);
    }
    .footer .f_button select {
        width: 100%;
    }
}

/* 만족도 평가 */
.index .sub_rating {
    display: none;
}
.sub_rating {
    background-image: url(/images/main24/rating_bg.png);
    background-size: cover;
    padding: 65px 0;
}
.sub_rating .rating_text {
    font-size: 18px;
    font-weight: 600;
}
.sub_rating label {
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}
.sub_rating label:last-child {
    margin-right: 0;
}
.sub_rating label .rating_input {
    position: relative;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    margin-right: 5px;
}
.sub_rating label .rating_input:checked::after {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--bh_color_main2);
}
.sub_rating .submit_wrap {
    display: flex;
    margin: 20px 0;
}
.sub_rating .submit_input {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 15px;
}
.sub_rating .submit_input:focus {
    outline: none;
}
.sub_rating .submit_input::placeholder {
    color: #9e9e9e;
}
.sub_rating .submit_btn {
    width: 137px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background-color: #757575;
    border: 0;
    border-radius: 5px;
    margin-left: 15px;
}
.sub_rating .info_text span {
    font-size: 16px;
    color: #9e9e9e;
    margin-right: 40px;
}
@media(max-width:992px) {
    .sub_rating {
        padding: 30px 0;
    }
    .sub_rating .rating_text {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sub_rating label {
        font-size: 13px;
        margin-right: 10px;
    }
    .sub_rating label .rating_input {
        width: 10px;
        height: 10px;
    }
    .sub_rating label .rating_input:checked::after {
        top: 1px;
    }
    .sub_rating .submit_wrap {
        margin: 15px 0;
    }
    .sub_rating .submit_input {
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .sub_rating .submit_btn {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-left: 5px;
    }
    .sub_rating .info_text span {
        font-size: 14px;
        margin-right: 20px;
    }
}