@media (min-width: 1420px) {
    .card_container_pc_left_row1 {
        font-size: 40px;
        color: #6d7278;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .card_container_pc_left_row2 {
        font-size: 26px;
        color: #6d7278;
        font-weight: 300;
    }

    h2#container_title{
        display: none;
    }

    #idx_left {
        display: flex;
        width: 80%;
    }

    #container {
        padding-right: 0px !important;
        max-width: 100%;
    }

    .card_containder {
        display: none;
    }

    .row_title_color{
        display: inline-flex;
        padding: 10px;
        color: #6d7278;
    }

    .card_container_pc_left {
        text-align: end;
        margin: auto;
    }

    .card_container_pc_right,
    .card_container_pc_left {
        padding: 20px;
        width: 50%;
    }

    .card_container_pc_ver {
        display: flex;
        width: 80%;
        margin: auto;
    }
    
    .service_task_head {
        display: none;
        text-align: center;
        border-bottom: 1px solid #979797;
        border-top: 1px solid #979797;
        margin-bottom: 20px;
        font-size: 22px;
        padding: 10px 0;
        color: #6d7278;
        margin-top: 20px;
    }
    
    .service_task_category {
        display: flex;
        width: 15%;
        margin: auto;
        flex-wrap: wrap;
        justify-content: center;
        place-content: space-evenly;
    }
    
    .service_task_category_row3 {
        background-color: #dfdfdf;
    }
    
    .service_task_category_row1,
    .service_task_category_row2,
    .service_task_category_row3,
    .service_task_category_row4,
    .service_task_category_row5,
    .service_task_category_row6 {
        height: 43px;
        width: max-content;
        min-width: 240px;
        font-size: 20px;
        color: #6d7278;
        border: 1px solid #979797;
    }
}

@media (max-width: 1420px) {
    .card_container_pc_ver {
        display: none;
    }

    #container {
        padding-right: 0px;
    }
    .cards__item{
        width: 100% !important;
    }

    .row_title_color{
        padding: 6px;
        color: #6d7278;
    }

    .service_task_head {
        text-align: center;
        border-bottom: 1px solid #979797;
        border-top: 1px solid #979797;
        margin-bottom: 20px;
        font-size: 22px;
        padding: 10px 0;
        color: #6d7278;
        margin-top: 20px;
    }

    .service_task_category {
        display: flex;
        width: 100%;
        margin: auto;
        flex-wrap: wrap;
        justify-content: center;
        place-content: space-evenly;
    }

    .service_task_category_row3 {
        background-color: #dfdfdf;
    }

    .service_task_category_row1,
    .service_task_category_row2,
    .service_task_category_row3,
    .service_task_category_row4,
    .service_task_category_row5,
    .service_task_category_row6 {
        height: 30px;
        width: 45%;
        font-size: 12px;
        color: #6d7278;
        border: 1px solid #979797;
        display: flex;
    }


    .location_top_content_left_bottom {
        display: none !important;
    }
    .task_tap {
        width: 90% !important;
    }
    .task_tap_inner {
        font-size: 12px !important;
    }

    #container_title {
        display: none !important;
        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;
}

a.etc_color {
    padding: 10px;
    color: #6d7278;
    float: right;
}
}