.k_result_box_header {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    align-items: center;
}

.k_event_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.k_event_list a{
    width: 125px !important;
    height: 100px !important;
    border-radius: 10px !important;
}
.k_event_list.main a {
    background-color: #81A8D1;
}

.k_event_list.etc a {
    background-color: #93B4D7;
}
.k_event_list.all a {
    background-color: #A2BEDC;
}

.k_event_list a:hover {
    background-color: #437CBA !important;
    box-shadow: 0 0 4px 0 rgba(187, 187, 187, .8);
}
.k_event_list a.k_active {
    background-color: #437CBA !important;
    box-shadow: 0 0 4px 0 rgba(187, 187, 187, .8);
}   
.k_result_view {
    display: none;
    width: 100%;
    margin-top: 40px;
    /* display: flex; */
    flex-direction: column;
    /* align-items: start */
}
.k_sub_title {
    padding: 20px 0;
    font-size: 18px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px -6px rgba(77, 77, 77, .5);
    /* box-shadow: 1px 0px 20px 0 rgba(0, 0, 0, .1); */
    margin-bottom: 20px;

}
.k_sub_title strong {
    font-size: 16px;
    color: #696969;
}
.k_result_img {
    display: none;
    padding: 20px 0;
    /* display: flex; */
    flex-direction: column;
    /* align-items: start; */
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 8px -6px rgba(77, 77, 77, .5);
}
.k_result_img img {
    /* width: 100% !important; */

    /* box-shadow: 0 0 1px 0 rgba(77,77,77,.5); */
}

.k_result_empty {
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 8px -6px rgba(77, 77, 77, .5);
}
.k_result_empty span {
    color: #727272;
    font-weight: 600;
}
.part_selectBox {
    display: flex;
    justify-content: right;
}

.part_selectBox select{
    width: 300px;
    border: 1px solid #ececec;
    background-color: #fff;
    height: 30px;
    font-size: 14px
}