

._preview_accordion_header {
    padding: 15px 20px 15px 20px !important;

    height: 50px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

._preview_accordion_header_check {
    width: 20px;
    height: 20px;
    /* border: 1px solid #3f5dff; */
    border-radius: 3px;
    margin-right: 8px;

    background: url("../img/_icon/check_none.svg") center center / cover no-repeat;
}

._preview_accordion_header_check[data-check_status="SOME"] {
    background: url("../img/_icon/check_some.svg") center center / cover no-repeat;
}
._preview_accordion_header_check[data-check_status="ALL"] {
    background: url("../img/_icon/check_all.svg") center center / cover no-repeat;
}

._preview_accordion_header_label {
    flex-grow: 1;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    /* identical to box height */
    /* GRAY SCALE/GRAY 10 */
    color: #474b5a !important;

    display: flex;
    align-items: center;
}

._preview_accordion_header_button {
    display: inline;
    width: 24px;
    height: 24px;
    /* display: none; */
    transform: rotate(0deg);
    transition: 0.3s all;
}
._preview_accordion_header_button[data-opened="true"] {
    transform: rotate(-180deg);
    transition: 0.3s all;
}
hr._preview_hr_full {
    /* split 꽉차게 수정 */
    /* width: 240px; */
    /* margin: 10px 0; */
    width: 100% !important;
    height: 1px;
    margin: 0 !important;
    background: #d2d5e0;
}

/*
._preview_accordion_collapse_show {
    !* background-color: antiquewhite; *!
    margin: 0px !important;
    padding: 0px !important;

    max-height: 100%;
    transition: max-height 1s ease-out;
    overflow: hidden;
}

._preview_accordion_collapse {
    margin: 0px !important;
    padding: 0px !important;

    max-height: 0px;
    transition: max-height 0.35s ease-in;
    overflow: hidden;
}

._preview_accordion_collapse_content {
    margin: 0px !important;
    padding: 5px 20px 15px 20px;
}
*/

._preview_hr_mid {
    width: 230px !important;
    height: 1px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;

    background: #d2d5e0;
}

._preview_label_half {
    width: 125px;

    text-align: left;
    font-family: "SUIT";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;

    /* GRAY SCALE/GRAY 10 */
    color: #474b5a;

    display: inline-flex;
    align-items: center;
}
.x_75 {
    display: inline-block;
    width: 7.5px !important;
    height: 7.5px !important;
    margin-left: 3px;
    margin-right: 3.5px;
}

._grey_x_75 {
    width: 7.5px !important;
    height: 7.5px !important;
    margin-left: 9px;
    margin-right: 9px;
}

._preview_text_label_strong {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "SUIT";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    /* identical to box height */
    /* GRAY SCALE/GRAY 10 */
    color: #474b5a;
}

._preview_text_label_light {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;

    /* GRAY SCALE / GRAY 05 */
    color: #aeb2c1;
}

._preview_text_label_small {
    height: 16px;
    font-family: "SUIT";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;

    margin-left: 30px;

    /* GRAY SCALE / GRAY 05 */

    color: #aeb2c1;
}
._preview_menu_item {
    padding: 5px 0px 5px 0px !important;
    /* margin-left: 10px !important; */
    width: 100% !important;
    margin: 0 !important;

    display: flex;
    align-items: center;

    border-bottom: 1px #ffffff00 solid;
}

._preview_ml_1depth {
    padding-left: 27px !important;
}

/* ============================= */
._preview_input_garosero {
    width: 100px;
    height: 35px !important;

    /* GRAY SCALE / GRAY 00 */
    background: #fafbff !important;

    /* GRAY SCALE / GRAY 03 */
    border: 1px solid #d2d5e0 !important;
    border-radius: 2px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "SUIT";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px !important;

    /* GRAY SCALE / GRAY 05 */
    color: #aeb2c1 !important;
}

._preview_dropdown {
    display: inline-block;
    /* GRAY SCALE / GRAY 00 */
    background: #fafbff;

    /* GRAY SCALE / GRAY 03 */
    /*border: 1px solid #d2d5e0;*/
    /*border-radius: 2px;*/

    height: 35px;
    /* width: 230px; */
    width: 100%;


}

._preview_dropdown select,
._preview_dropdown input {
    width: 100%;
    height: 100%;
    padding: 5px 10px 5px 10px;
    font-family: "SUIT";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    /* identical to box height */

    /* GRAY SCALE/GRAY 10 */
    color: #474b5a;
    cursor: pointer;
}
._preview_dropdown select {
    width: calc(100% - 10px) !important;
}

._preview_dropdown_width_100 {
    width: 100px;
}
._preview_third_depth_left_23 {
    margin-left: 23px !important;
}

/* ================ input CHECK_SMALL */
input[type="checkbox"]._preview_form_check {
    display: none;
}

input[type="checkbox"]._preview_form_check + label {
    cursor: pointer;

    font-family: "SUIT";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;

    /* GRAY SCALE / GRAY 08 */
    color: #6e7283;
    display: flex;
    align-items: center;
}

input[type="checkbox"] + label span[data-sm_check] {
    display: inline-block;

    width: 16px;
    height: 16px;
    margin-left: 2px;
    border: 1px solid #3f5dff;
    border-radius: 3px;
    margin-right: 10px;
}
input[type="checkbox"] + label span[data-lg_check] {
    display: inline-block;

    width: 20px;
    height: 20px;
    border: 1px solid #3f5dff;
    border-radius: 3px;
    margin-right: 8px;
}
input[type="checkbox"]:checked + label span[data-sm_check] {
    /* background-color: #3f5dff; */
    background: url("../img/_icon/check_small.svg") center center / cover
    no-repeat;
}
input[type="checkbox"]:checked + label span[data-lg_check] {
    /* background-color: #3f5dff; */
    background: url("../img/_icon/check.svg") center center / cover no-repeat;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

#divMapMakerImagePreview {
    display: flex;
    justify-content: center;
    align-items: center;
}
#mapMakerImagePreview {
    margin-top: 20px;
    margin-bottom: 16px;
    padding: 24px;
    object-fit: contain;
    width: 140px;
    height: 140px;
    /* GRAY SCALE/GRAY 10 */
    background: #474b5a;
}

._image_marker_panel {
    margin: 0px !important;
    padding: 0px !important;

    max-height: 0px;
    /* transition: max-height 0.07s; */
    overflow: hidden;
}
._image_marker_panel_show {
    margin: 0px !important;
    padding: 0px !important;

    max-height: 100%;
    transition: max-height 1.25s ;
    overflow: hidden;
}

._union_bg {
    background: url(/lib/img/_icon/union_bg.svg);
    background-size: cover;
}