@media (min-width: 970px) {
    #container {
        padding-right: 0px !important;
        max-width: 100%;
    }
}

@media (max-width: 969px) {
    .location_top_content_left_bottom {
        display: none !important;
    }
    .task_tap {
        width: 90% !important;
    }
    .task_tap_inner {
        font-size: 12px !important;
    }

    #container_title {
        padding: 0px !important;
        background-color: #f1f3f6;
        font-size: 30px !important;
    }
    .task_wrap {
        display: block !important;
    }
    .task_left {
        width: 100% !important;
    }
    .task_right {
        width: 100% !important;
    }
}


.main_slider {
    display: none !important;
}

#idx_right {
    display: none !important;
}

.hd_content_icon_left_img {
    margin-right: 10px;
}

#container_title {
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin: 30px;
    height: 80px;
    font-weight: 300;
}

.task_tap {
    display: flex;
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
}

.task_tap_inner {
    width: 25%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bebfc2;
    background-color: white;
    font-size: 16px;
    font-weight: 600;
}

.task_tap_inner:hover {
    background-color: #F8D931 !important;
}

.task_left {
    width: 50%;
}

.task_right {
    width: 50%;
}

.task_left img {
    width: 100%;
}

.task_wrap {
    display: flex;
}

.task_right_top {
    float: right;
    text-align: end;
}