@charset "utf-8";

/* 입력 */
.bz_standard .bz_aside_tit strong em{
    color: #1f96a8;
}
.bz_standard .bz_aside .bz_submit .bz_btn_submit.bz_on{}
.bz_standard .bz_aside .bz_submit .bz_on .bz_line:after{
    background:conic-gradient(#05899c, #6ce2ec, #05899c, #6ce2ec, #05899c);
}
.bz_standard .bz_aside .bz_submit .bz_on .bz_submit_logo{
    background: url(../images/i_submit_green.png) 100% 50% no-repeat;
}
.bz_standard .bz_aside .bz_submit .bz_on:active .bz_submit_logo{
    background: url(../images/i_submit_w.png) 100% 50% no-repeat;
}
.bz_standard .bz_aside .bz_submit .bz_on .bz_submit_text {
    color: #1f96a8;
}
.bz_standard .bz_aside .bz_submit .bz_on .bz_submit_text em {
    color: #1f96a8;
}
.bz_standard .bz_aside .bz_submit .bz_on:active .bz_submit_text {
    color: #fff;
}

.bz_standard .bz_aside .bz_submit .bz_on:active .bz_submit_text em {
    color: #fff;
}
.bz_standard .bz_aside .bz_submit .bz_on:active .bz_line {
    background: linear-gradient(180deg, #6ce2ec, #05899c);
}
.bz_standard .bz_option{
    display: none;
}
.bz_standard .bz_aside .bz_option_btns {
    position: fixed;
    left: 0;
    margin-left: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    border-radius: 1em 1em 0 0;
    height: 7.2em;
    z-index: 30;
    box-shadow: 0 -0.6em 1em rgba(0,0,0,0.25);
    display: none;
}
.bz_standard .bz_mobile_off_button{
    display: none;
}

.bz_standard .bz_aside .bz_option_btns_in {
    padding: 0 2em;
    display: flex;
    gap: 1em;
    align-items: center;
    height: 100%;
}

.bz_standard .bz_aside .bz_option_btns .bz_btn_option_c {
    height: 4.5em;
    width: 35%;
    text-align: center;
    border: 0.1em solid #555;
    border-radius: 0.5em;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bz_standard .bz_aside .bz_option_btns .bz_btn_option_c span {
    font-size: 1.5em;
    font-weight: 500;
    color: #555;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.bz_standard .bz_aside .bz_option_btns .bz_btn_option_s {
    height: 4.5em;
    width: 65%;
    text-align: center;
    border: 0.1em solid #000;
    border-radius: 0.5em;
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bz_standard .bz_aside .bz_option_btns .bz_btn_option_s span {
    font-size: 1.5em;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.bz_type_select{
    width: 66em;
    height: 17em;
    border-radius: 1.5em;
    border: 0.2em solid #f3f3f3;
    box-shadow: inset 0 0 0.5em 0.5em rgba(255, 255, 255, 0.8), 0 0.1em 1.5em 0.5em rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(1.5em);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.bz_type_select::after{
    content: "";
    position: absolute;
    inset: 0.2em;
    background: #f4f4f4;
    opacity: 0.45;
    border-radius: 1.3em;
    pointer-events: none;
}
.bz_type_select .bz_type_select_in{
    position: relative;
    z-index: 2;
    padding: 3em;
}
.bz_type_select .bz_type_select_in .bz_aside_tit span em{
    font-weight: 500;
    color: #555;
}
.bz_type_select .bz_type_select_in .bz_aside_tit p{
    display: none;
}
.bz_type_select .bz_type_select_in .bz_type_list{
    display: flex;
    align-items: center;
    gap: 1.2em;
    margin-top: 2em;
}
.bz_type_select .bz_type_select_in .bz_type_list li{
    width: 100%;
    height: 6.5em;
    border: 0.1em solid #e4e4e5;
    background-color: #fff;
    border-radius: 1em;
}
.bz_type_select .bz_type_select_in .bz_type_list li.on{
    background: linear-gradient(180deg, #6ce2ec, #05899c);
    border: unset;
}
.bz_type_select .bz_type_select_in .bz_type_list li button{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 1em;
    padding-top: 1.1em;
}
.bz_type_select .bz_type_select_in .bz_type_list li button strong{
    font-size: 1.5em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
    opacity: 0.5;
}
.bz_type_select .bz_type_select_in .bz_type_list li button span{
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 400;
    opacity: 0.5;
}
.bz_type_select .bz_type_select_in .bz_type_list li.on button strong,
.bz_type_select .bz_type_select_in .bz_type_list li.on button span{
    color: #fff;
    opacity: 1;
}


.bz_unify{
    width: 66em;
    height: 43.7em;
    border-radius: 1.5em;
    border: 0.2em solid #f3f3f3;
    box-shadow: inset 0 0 0.5em 0.5em rgba(255, 255, 255, 0.8), 0 0.1em 1.5em 0.5em rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(1.5em);
    overflow: hidden;
    position: absolute;
    bottom: 9em;
    right: 0;
}
.bz_unify::after{
    content: "";
    position: absolute;
    inset: 0.2em;
    background: #f4f4f4;
    opacity: 0.45;
    border-radius: 1.3em;
    pointer-events: none;
}
.bz_unify label{
    cursor: pointer;
}
.bz_unify label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
}
.bz_unify label span{
    display: inline-block;
    background-image: url("../images/i_s_checkbox_off.png");
    background-size: 100%;
    width: 2.5em;
    height: 2.5em;
}
.bz_unify label input:checked ~ span{
    background-image: url("../images/i_s_checkbox_on.png");
}
.bz_unify .bz_unify_in{
    position: relative;
    z-index: 2;
    padding: 3em 3em 0 3em;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bz_unify .bz_unify_in .all_folding{
    width: 14em;
    height: 4em;
    border-radius: 0.5em;
    border: 0.1em solid #ddd;
    position: absolute;
    top: 3em;
    right: 3em;
    cursor: pointer;
    overflow: hidden;
}
.bz_unify .bz_unify_in .all_folding.on{
    border: 0.1em solid transparent;
}
.bz_unify .bz_unify_in .all_folding.on::after{
    content: "";
    border-radius: 0.5em;
    position: absolute;
    inset: 0;
    z-index: 22;
    pointer-events: none;
    padding: 0.2em;
    background: conic-gradient(#6ce2ec, #05899c, #6ce2ec, #05899c, #6ce2ec);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.bz_unify .bz_unify_in .all_folding .all_folding_off{
    display: flex;
}
.bz_unify .bz_unify_in .all_folding .all_folding_open{
    display: none;
}
.bz_unify .bz_unify_in .all_folding.on .all_folding_off{
    display: none;
}
.bz_unify .bz_unify_in .all_folding.on .all_folding_open{
    display: flex;
}
.bz_unify .bz_unify_in .all_folding > div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    height: 100%;
    padding-bottom: 0.2em;
    position: relative;
    background-color: #fff;
}
.bz_unify .bz_unify_in .all_folding > div span{
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #aeaeae;
}
.bz_unify .bz_unify_in .all_folding > .all_folding_open span{
    color: #1f96a8;
}
.bz_unify .bz_unify_in .all_folding > div img{
    width: 0.9em;
    padding-top: 0.2em;
}
.bz_unify .bz_unify_in .bz_unify_list{
    display: flex;
    flex-direction: column;
    gap: 1em;
    overflow-y: scroll;
    flex: 1;
    min-height: 0;
    padding-bottom: 2em;
    margin-top: 2em;
}
.bz_unify .bz_unify_in .bz_unify_list::-webkit-scrollbar{
    display: none;
}
.bz_unify .bz_unify_in .bz_unify_list li{
    width: 100%;
    border: 0.1em solid #ddd;
    border-radius: 1em;
    cursor: pointer;
    position: relative;
}
.bz_unify .bz_unify_in .bz_unify_list li.all_checked{
    border: 0.1em solid transparent;
}    
.bz_unify .bz_unify_in .bz_unify_list li.all_checked::after{    
    content: "";
    border-radius: 1em;
    position: absolute;
    inset: 0;
    z-index: 22;
    pointer-events: none;
    padding: 0.2em;
    background: conic-gradient(#6ce2ec, #05899c, #6ce2ec, #05899c, #6ce2ec);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.bz_unify .bz_unify_in .bz_unify_list li.bz_unify_list_open .select_top{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_top{
    padding: 0 2em;
    height: 6.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    border-radius: 1em;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_left{
    position: relative;
    padding-left: 3.5em;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_left .input_box{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_left .input_box input{}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_left .input_box input span{}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_left strong{
    display: block;
    font-size: 1.5em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_left p{
    font-size: 1.4em;
    letter-spacing: -0.05em;
    color: #aeaeae;
    font-weight: 400;
    margin-top: 0.4285em;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_right{
    display: flex;
    align-items: center;
    gap: 2em;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_right span{
    font-size: 1.3em;
    letter-spacing: 0;
    color: #252525;
    font-weight: 400;
    line-height: 1.6153em;
    height: 1.7692em;
    padding: 0 0.7142em;
    background-color: #cef9ff;
    border-radius: 1.7692em;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_right img{
    position: relative;
    transform: rotate(180deg);
    width: 1.3em;
}
.bz_unify .bz_unify_in .bz_unify_list li.bz_unify_list_open .select_top .select_top_right img{
    transform: rotate(0deg);
}
.bz_unify .bz_unify_in .bz_unify_list li .select_bottom{
    padding: 1.5em 4.5em;
    background-color: #f2f2f2;
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1.5em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
.bz_unify .bz_unify_in .bz_unify_list li.bz_unify_list_open .select_bottom{
    display: grid;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_bottom .option_type{}
.bz_unify .bz_unify_in .bz_unify_list li .select_bottom .option_type .input_box{
    display: inline-flex;
    align-items: center;
    gap: 1em;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_bottom .option_type .input_box input{}
.bz_unify .bz_unify_in .bz_unify_list li .select_bottom .option_type .input_box span{
    width: 2em;
    height: 2em;
}
.bz_unify .bz_unify_in .bz_unify_list li .select_bottom .option_type p{
    font-size: 1.4em;
    letter-spacing: 0;
    color: #555;
    font-weight: 400;
}



/* 결과 */
.bz_standard.bz_after .bz_header{
    border-bottom: unset;
    box-shadow: unset;
}
.bz_standard.bz_after .bz_main{
    overflow: hidden;
}


.bz_standard .bz_gener .bz_pager{
    top: 15.5em;
    z-index: 24;
}
.bz_standard .bz_gener .bz_pager_box.bz_on .bz_pager_thumb:after{
    background:conic-gradient(#05899c, #6ce2ec, #05899c, #6ce2ec, #05899c);
}
.bz_standard .bz_gener .bz_pager_toggle{
    top: 9.5em;
    width: 30.1em;
    z-index: 24;
}
.bz_standard .bz_gener .bz_pager_toggle.bz_tgl{
    top: 15.6em;
    width: 9.1em;
}
.bz_standard .bz_gener .bz_pager_toggle:after{
    background: linear-gradient(120deg, #6ce2ec, #05899c);
}

.bz_standard .bz_gener .bz_quick_toggle{
    z-index: 23;
}
.bz_standard .bz_gener .bz_quick_toggle .bz_btn_quick_on{
    width: 14.7em;
    background-image: url("../images/check_and_standard/i_quick_st_toggle.png");
}
.bz_standard .bz_gener .bz_quick_toggle .bz_btn_quick_on em{
    display: inline-block;
    width: 2.428em;
    height: 1.2142em;
    background-color: #abdde4;
    border-radius: 1.2142em;
    margin-left: 0.3571em;
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: 500;
    color: #1696a6;
    text-align: center;
}


.bz_standard .bz_gener .bz_page_tab{
    position: fixed;
    top: 5.2em;
    left: 0;
    z-index: 23;
    width: 100%;
    overflow: hidden;
    border-bottom: 0.1em solid #ddd;
    background-color: #f8f8f8;
    box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, 0.05);

}
.bz_standard .bz_gener .bz_page_tab ul{
    display: flex;
    align-items: center;
    overflow-x: scroll;
}
.bz_standard .bz_gener .bz_page_tab ul::-webkit-scrollbar{
    display: none;
}
.bz_standard .bz_gener .bz_page_tab ul li{
    border: 0.1em solid #ddd;
    border-bottom: unset;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    width: 27em;
    min-width: 27em;
    height: 4.2em;
    background-color: #ebebeb;
    position: relative;
}
.bz_standard .bz_gener .bz_page_tab ul li:not(:first-child){
    margin-left: -0.1em;
}
.bz_standard .bz_gener .bz_page_tab ul li.on{
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 0.5em 0.8em rgb(0, 0, 0, 0.2);
}
.bz_standard .bz_gener .bz_page_tab ul li .page_tab{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.7em;
    padding-left: 1.5em;
}
.bz_standard .bz_gener .bz_page_tab ul li .page_tab .bz_page_tab_icon{
    width: 2em;
}
.bz_standard .bz_gener .bz_page_tab ul li .page_tab .bz_page_tab_text{
    font-size: 1.4em;
    letter-spacing: -0.06em;
    color: #aeaeae;
    font-weight: 400;
    max-width: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bz_standard .bz_gener .bz_page_tab ul li.on .page_tab .bz_page_tab_text{
    color: #252525;
}
.bz_standard .bz_gener .bz_page_tab ul li .tab_close_button{
    position: absolute;
    top: 1.4em;
    right: 1.1em;
    width: 1.6em;
    height: 1.6em;
}
.bz_standard .bz_gener .bz_page_tab ul li .tab_close_button img{
    padding-top: 0.1em;
}
.bz_standard .bz_gener .bz_page_tab ul li.on .tab_close_button:hover{
    background-color: #eee;
    border-radius: 50%;
}
.bz_standard .bz_gener .bz_page_tab ul li .tab_close_button:hover{
    background-color: #fff;
    border-radius: 50%;
}


.bz_standard .bz_gener .bz_success{
    position: fixed;
    top: 9.5em;
    width: 100%;
    left: 0;
    height: 3.5em;
    background-color: #f7f7f7;
    border-bottom: 0.1em solid #de1e10;
    padding-left: 2em;
    padding-right: 58.2em;
    z-index: 23;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bz_standard .bz_gener .bz_gener_c_in:not(:has(.bz_tgl)) .bz_success {
    left: 30em;
    width: calc(100% - 30em);
    padding-left: 2em;
}
.bz_standard .bz_gener .bz_gener_c_in:not(:has(.bz_forms_check.on)) .bz_success {
    padding-right: 2em;
}
.bz_standard .bz_gener .bz_success .bz_success_text{
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.bz_standard .bz_gener .bz_success .bz_success_text img{}
.bz_standard .bz_gener .bz_success .bz_success_text p{
    font-size: 1.4em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
}
.bz_standard .bz_gener .bz_success button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.bz_standard .bz_gener .bz_success button span{
    font-size: 1.3em;
    letter-spacing: -0.07em;
    color: #555;
    font-weight: 300;
}
.bz_standard .bz_gener .bz_success button img{
    width: 0.8em;
    padding-top: 0.3em;
}


.bz_standard .bz_gener .bz_pager{
    bottom: 0;
}
.bz_standard .bz_gener .bz_forms{
    padding: 10em 56.2em 7.5em 30.1em;
}
.bz_standard .bz_gener .bz_gener_c_in:not(:has(.bz_forms_check.on)) .bz_forms{
    padding: 10em 38em 7.5em 30.1em;
}
.bz_standard .bz_gener .bz_forms_in{
    margin: 0 auto;
    padding: 0 3.5em;
}
.bz_standard .bz_gener .bz_forms_box:after{
    display: none;
}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    margin-top: 2.5em;
    position: relative;
}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb::after{
    content: "";
    position: absolute;
    top: -2.3em;
    left: 50%;
    transform: translateX(-50%);
    width: 2.1em;
    height: 1.3em;
    background-image: url("../images/check_and_standard/i_arrow.png");
    background-repeat: no-repeat;
}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb > div{
    position: relative;
}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb > div::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 22;
    pointer-events: none;
    padding: 0.2em;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    background: #ddd;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb .existing_form{}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb .existing_form::after{}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb .standard_form{}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb .standard_form::after{
    background: conic-gradient(#6ce2ec, #05899c, #6ce2ec, #05899c, #6ce2ec);
}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb > div strong{
    position: absolute;
    top: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb > div strong img{}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb > div strong span{
    font-size: 1.5em;
    letter-spacing: -0.05em;
    color: #aeaeae;
    font-weight: 700;
    white-space: nowrap;
}
.bz_standard .bz_gener .bz_forms_in .bz_forms_thumb > .standard_form strong span{
    color: #1f96a8;
}


.bz_standard .bz_gener .bz_mobile_tab{
    position: fixed;
    top: 13.4em;
    left: 50%;
    transform: translateX(-50%);
    width: 11.3em;
    height: 3.5em;
    background-color: #fff;
    border-radius: 3.5em;
    z-index: 23;
    padding: 0.3em;
    box-shadow: 0 0.5em 1em rgb(0, 0, 0, 0.25);
    align-items: center;
    justify-content: center;
    display: none;
}
.bz_standard .bz_gener .bz_mobile_tab button{
    flex: 1;
    height: 2.9em;
    padding-bottom: 0.1em;
    position: relative;
}
.bz_standard .bz_gener .bz_mobile_tab button.on::after{
    content: "";
    position: absolute;
    top: 0em;
    left: 0;
    width: 100%;
    height: 2.9em;
    border-radius: 3.5em;
    background-color: #cef9ff;
}
.bz_standard .bz_gener .bz_mobile_tab button span{
    font-size: 1.4em;
    letter-spacing: -0.05em;
    color: #aeaeae;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.bz_standard .bz_gener .bz_mobile_tab button.on span{
    color: #252525;
}

.bz_standard .bz_gener .bz_mobile_slide_button{
    display: none;
}
.bz_standard .bz_gener .bz_mobile_slide_button button{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 23;
    border-radius: 50%;
    box-shadow: 0 0.5em 1em rgb(0, 0, 0, 0.25);
    display: none;
}
.bz_standard .bz_gener .bz_mobile_slide_button button.on{
    display: block;
}
.bz_standard .bz_gener .bz_mobile_slide_button .bz_prev{
    left: 0.5em;
}
.bz_standard .bz_gener .bz_mobile_slide_button .bz_next{
    right: 0.5em;
}
.bz_standard .bz_gener .bz_mobile_slide_button img{
    width: 3.5em;
}


.bz_standard .bz_gener .bz_forms_check{
    position: fixed;
    top: 9.5em;
    bottom: 0;
    right: 0;
    width: 56.2em;
    background-color: #fff;
    border-left: 0.1em solid #ddd;
    overflow: hidden;
    flex-direction: column;
    z-index: 30;
    display: none;
}
.bz_standard .bz_gener .bz_forms_check.on{
    display: flex;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_mobile_button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    padding: 1em 0;
    display: none;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_mobile_button span{
    display: inline-block;
    width: 3.4em;
    height: 0.5em;
    background-color: #dddddd;
    border-radius: 5em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab{
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    flex-shrink: 0;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li{
    flex: 1;
    height: 8.9em;
    text-align: center;
    border-right: 0.1em solid #ddd;
    border-left: 0.1em solid #ddd;
    border-bottom: 0.1em solid #ddd;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    margin-left: -0.1em;
    position: relative;
    overflow: hidden;
    padding-top: 1.9em;
    cursor: pointer;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.on{
    background-color: #fff;
    border-bottom: unset;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.on::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.6em;
    background: linear-gradient(120deg, #696d91, #a2adc1);
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li strong{
    font-size: 1.5em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
    display: block;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.on strong b{
    color: #696d91;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li .bz_recommend{
    width: 7.8em;
    height: 2.7em;
    border-radius: 2.7em;
    background-color: #d4d6e7;
    display: inline-block;
    margin-top: 1.2em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.now_edit .bz_recommend{
    background-color: #ffd5d3;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li .bz_recommend span{
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 400;
    line-height: 2em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.now_edit .bz_recommend span{
    color: #de1e10;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top{
    display: flex;
    justify-content: space-between;
    height: 7em;
    background: linear-gradient(180deg, #e2f9fb, #cde8eb);
    padding: 0 1.5em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top .bz_forms_standard_top_title{
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top .bz_forms_standard_top_title strong{
    display: flex;
    align-items: center;
    margin-top: 1em;
    margin-left: -0.2em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top .bz_forms_standard_top_title strong img{}
.bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top .bz_forms_standard_top_title strong span{
    font-size: 1.6em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top .bz_forms_standard_top_title p{
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #555;
    font-weight: 400;
    margin-top: 0.5em;
    padding-left: 0.3em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top .bz_forms_standard_top_buttons{
    display: flex;
    align-items: center;
    gap: 1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top .bz_forms_standard_top_buttons button{}
.bz_standard .bz_gener .bz_forms_check .bz_check_list_box{
    padding: 0 0.6em 0 1.5em;
    flex: 1;
    min-height: 0;
    display: none;
    flex-direction: column;
}
.bz_standard .bz_gener .bz_forms_check .bz_check_list_box.on{
    display: flex;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_top{
    margin-top: 1.5em;
    flex-shrink: 0;
    padding-right: 0.9em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul{
    display: flex;
    align-items: center;
    gap: 1em;
    overflow-x: scroll;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul::-webkit-scrollbar{
    display: none;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul li{
    padding: 0 1.5em;
    height: 2.7em;
    border: 0.1em solid #ddd;
    cursor: pointer;
    border-radius: 2.7em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul li.on{
    border: unset;
    background: linear-gradient(180deg, #6ce2ec, #05899c);
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul li span{
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #555;
    line-height: 2em;
    font-weight: 400;
    white-space: nowrap;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul li.on span{
    color: #fff;
}
.bz_standard .bz_gener .bz_forms_check .all_edit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5em;
}
.bz_standard .bz_gener .bz_forms_check .all_edit strong{
    font-size: 1.6em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
}
.bz_standard .bz_gener .bz_forms_check .all_edit strong b{
    color: #696d91;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button{
    position: relative;
    width: 12.5em;
    height: 3.5em;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0.5em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button.all_clear{
    border: 0.1em solid #aeaeae;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button::after{
    content: "";
    background: conic-gradient(#696d91, #a2adc1, #696d91, #a2adc1, #696d91);
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 1;
    animation: rotates 4s linear infinite;
    pointer-events: none;
    min-width: 110%;
    min-height: 110%;
    top: -140%;
    left: -5%;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button::before{
    content: "";
    background: #fff;
    border-radius: 0.3em;
    position: absolute;
    inset: 0.2em;
    z-index: 2;
    pointer-events: none;
    border: none;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button:hover::before{
    background: linear-gradient(120deg, #696d91, #a2adc1);
    inset: 0;
}
/* .bz_standard .bz_gener .bz_forms_check .bz_risks .all_edit:not(.all_clear) button:hover::before{
    background: linear-gradient(180deg, #6ce2ec, #05899c);
    inset: 0;
} */
.bz_standard .bz_gener .bz_forms_check .all_edit button.all_clear::after{
    display: none;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button.all_clear::before{
    display: none;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button img{
    position: relative;
    z-index: 3;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button.all_clear img{
    display: none;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button:not(.all_clear):hover img{
    filter: brightness(0) invert(1);
}
.bz_standard .bz_gener .bz_forms_check .all_edit button span{
    position: relative;
    z-index: 3;
    font-size: 1.4em;
    letter-spacing: -0.05em;
    color: #696d91;
    font-weight: 500;
    padding-bottom: 0.0714em;
}

.bz_standard .bz_gener .bz_forms_check .all_edit button:not(.all_clear):hover span{
    color: #fff;
}
.bz_standard .bz_gener .bz_forms_check .all_edit button.all_clear span{
    color: #aeaeae;
}

.bz_standard .bz_gener .bz_forms_check .check_text{
    font-size: 1.3em;
    letter-spacing: -0.06em;
    line-height: 1.5384em;
    color: #aeaeae;
    font-weight: 400;
    margin-top: 0.8461em;
}

.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list{
    margin-top: 1.5em;
    flex: 1;
    min-height: 0;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    height: 100%;
    overflow-y: scroll;
    padding-right: 0.9em;
    padding-bottom: 8em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul::-webkit-scrollbar{
    width: 0.3em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul::-webkit-scrollbar-button{
    display: none;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul::-webkit-scrollbar-thumb{
    border-radius: 0.3em;
    background-color: #aeaeae;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li{
    border: 0.1em solid #ddd;
    padding: 1.5em 1.5em 2em;
    border-radius: 1em;
    position: relative;
    cursor: pointer;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li:hover{
    border: 0.1em solid transparent;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li:not(.edit_success):hover::after{
    content: "";
    border-radius: 1em;
    position: absolute;
    inset: 0;
    z-index: 22;
    pointer-events: none;
    padding: 0.2em;
    background: conic-gradient(#6ce2ec, #05899c, #6ce2ec, #05899c, #6ce2ec);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li.edit_success{
    background-color: #d4d6e7;
    border: 0.1em solid #696d91;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_error_type{
    display: flex;
    align-items: center;
    gap: 1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_error_type span{
    display: inline-block;
    padding: 0 1em;
    height: 2.3em;
    background-color: #cef9ff;
    border-radius: 2.3em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li.edit_success .bz_forms_check_list_top .bz_error_type span{
    background-color: #fff;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_error_type span b{
    font-size: 1.3em;
    letter-spacing: 0;
    color: #252525;
    font-weight: 400;
    line-height: 1.7em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_error_type strong{
    font-size: 1.4em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
    padding-bottom: 0.15em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_error_type .edit_need_text{
    padding: 0 0.9em 0.2em;
    height: 2.3em;
    border: 0.1em solid #ff9321;
    border-radius: 2.3em;
    display: flex;
    align-items: center;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_error_type .edit_need_text p{
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #ff9321;
    font-weight: 400;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons{
    display: flex;
    align-items: center;
    gap: 1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button{
    width: 8em;
    height: 3em;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0.5em;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button.no{
    border: 0.1em solid #aeaeae;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button.on::after{
    content: "";
    background: conic-gradient(#696d91, #a2adc1, #696d91, #a2adc1, #696d91);
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 1;
    animation: rotates 4s linear infinite;
    pointer-events: none;
    min-width: 110%;
    min-height: 110%;
    top: -89%;
    left: -5%;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button.on::before{
    content: "";
    background: #fff;
    border-radius: 0.3em;
    position: absolute;
    inset: 0.2em;
    z-index: 2;
    pointer-events: none;
    border: none;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button.on:hover::before{
    background: linear-gradient(120deg, #696d91, #a2adc1);
    inset: 0em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button span{
    position: relative;
    z-index: 3;
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #aeaeae;
    font-weight: 500;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button.on span{
    color: #696d91;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button.on:hover span{
    color: #fff;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .edit_restore_button{
    width: 8em;
    height: 3em;
    background-color: #fff;
    border: 0.1em solid #aeaeae;
    border-radius: 0.5em;
    padding-bottom: 0.1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .edit_restore_button:hover{
    background: linear-gradient(120deg, #696d91, #a2adc1);
    border: unset;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .edit_restore_button span{
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #aeaeae;
    font-weight: 500;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .edit_restore_button:hover span{
    color: #fff;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text{
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text > div{
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 0.5em;
    padding: 0.75em 1.5em;
    display: flex;
    align-items: start;
    gap: 2em;
    position: relative;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text > div::after{
    content: "";
    position: absolute;
    top: 1.3em;
    left: 4.8em;
    width: 0.1em;
    height: 1em;
    background-color: #ddd;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li.edit_success .bz_error_text > div::after{
    background-color: #fff;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text > div span{
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #555;
    font-weight: 400;
    line-height: 1.5384em;
    white-space: nowrap;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text > div p{
    font-size: 1.4em;
    letter-spacing: -0.05em;
    color: #555;
    font-weight: 400;
    line-height: 1.4285em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text > div p em{
    font: inherit;
    position: relative;
    z-index: 1;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text > div p em::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1.5em;
    background-color: #fff6ae;
    z-index: -1;
}
.bz_standard .bz_gener .bz_forms_check .bz_risks .bz_forms_check_list ul li .bz_error_text > div p em::after{
    background-color: #ffdbff;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li.edit_success .bz_error_text > div{
    background-color: unset;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li.edit_success .bz_error_text .existing_text p{
    text-decoration: line-through;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text .edit_text{
    background-color: #cef9ff;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text .edit_text::after{
    background-color: #cbced9;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text .edit_text span{
    font-weight: 500;
    color: #1f96a8;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text .edit_text p{
    font-weight: 500;
    color: #de1e10;
}

.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_basis_text{
    display: flex;
    align-items: center;
    gap: 1em;
    margin-top: 1.8em;
    padding-left: 1.5em;
    padding-bottom: 1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_basis_text div{
    width: 0.1em;
    height: 1em;
    background-color: #cbced9;
    margin-top: 0.1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_basis_text span{
    font-size: 1.2em;
    letter-spacing: -0.05em;
    color: #696d91;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.5em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_basis_text p{
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #696d91;
    font-weight: 500;
    line-height: 1.3846em;
}

.bz_standard .bz_gener .bz_forms_check .bz_forms_check_download{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 0.1em solid #ddd;
    width: 100%;
    height: 6em;
    padding: 0 1.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 30;
    gap: 1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_download p{
    font-size: 1.5em;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_download button{
    width: 14.5em;
    height: 3.5em;
    border-radius: 0.5em;
    background: linear-gradient(180deg, #6ce2ec, #05899c);
    padding-bottom: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_download button div{
    width: 0.1em;
    height: 1.3em;
    background-color: #d1d6e0;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_download button span{
    font-size: 1.4em;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 500;
}
.bz_standard .bz_gener .bz_forms_check .bz_forms_check_download button img{}

@keyframes rotates {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:1500px) {
    .bz_aside .bz_aside_c_in{
        flex-direction: column;
        gap: 3em;
        padding-bottom: 9em;
    }
    .bz_aside .bz_text{
        margin-bottom: 0;
    }
    .bz_type_select{
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
    }
    .bz_unify{
        width: 100%;
        position: relative;
        bottom: unset;
        right: unset;
    }
}
@media (max-width:1400px) {
    .bz_standard .bz_gener .bz_forms{
        padding: 10em 0 7.5em 0em !important;
    }
    .bz_standard .bz_gener .bz_success{
        padding-right: 1.8em;
    }
    .bz_standard .bz_gener .bz_success button{
        width: 1.5em;
        height: 1.5em;
    }
    .bz_standard .bz_gener .bz_success button span{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check{
        top: 35em;
        width: 100%;
        border-radius: 1em;
        padding: 5em 2em 0em;
        box-shadow: 2.5px 4.3px 10px 0px rgba(0, 0, 0, 0.3);
        display: flex;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_mobile_button{
        display: block;
        height: 2.5em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li{
        padding: 2em 0;
        height: auto;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li .bz_recommend{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_standard_top{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check.on{
        height: auto;
        max-height: 46.5em;
    }
    .bz_standard .bz_gener .bz_forms_check{
        top: unset;
        height: 6em;
    }
    .bz_standard .bz_gener .bz_forms_check:not(.on) >  *:not(.bz_forms_check_download){
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_top{
        margin-top: 0;
    }
}

@media (max-width:760px) {
    .bz_aside .bz_aside_c{
        box-shadow: unset;
    }
    .bz_aside .bz_text{
        margin-bottom: 0;
    }
    .bz_standard .bz_option{
        display: block;
        margin-bottom: 3em;
    }
    .bz_aside .bz_aside_in{
        padding: 2.8em 0 7.5em 0;
    }
    .bz_aside .bz_aside_c_in{
        padding-bottom: 3em;
    }
    .bz_standard .bz_aside .bz_option_btns{
        display: block;
    }

    .bz_type_select{
        position: fixed;
        bottom: 0;
        z-index: 100;
        height: 31.5em;
        background-color: #fff;
        box-shadow: unset;
        backdrop-filter:unset;
        border: unset;
        display: none;
    }
    .bz_type_select.on{
        display: block;
    }
    .bz_type_select::after{
        display: none;
    }
    .bz_type_select::before{
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.65);
    }
    .bz_type_select .bz_type_select_in{
        padding: 3.4em 2em;
        z-index: 2;
        background-color: #fff;
    }
    .bz_type_select .bz_type_select_in .bz_aside_tit{
        margin-bottom: 2em;
        min-height: unset;
    }
    .bz_type_select .bz_type_select_in .bz_aside_tit strong,
    .bz_type_select .bz_type_select_in .bz_aside_tit span{
        display: none;
    }
    .bz_type_select .bz_type_select_in .bz_aside_tit p{
        display: block;
        font-size: 1.7em;
        letter-spacing: -0.05em;
        color: #252525;
        font-weight: 500;
    }
    .bz_type_select .bz_type_select_in .bz_type_list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        margin-top: 0;
    }
    .bz_type_select .bz_type_select_in .bz_type_list li{
        height: 7em;
    }
    .bz_type_select .bz_type_select_in .bz_type_list li button{
        padding-top: 1.4em;
    }
    .bz_standard .bz_mobile_off_button{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;   
        height: 2.5em; 
        padding: 1em 0;
        text-align: center;
        cursor: pointer;
        display: block;
    }
    .bz_standard .bz_mobile_off_button span{
        display: inline-block;
        width: 3.4em;
        height: 0.5em;
        background-color: #dddddd;
        border-radius: 5em;
    }
    

    .bz_unify{
        position: fixed;
        bottom: 0;
        z-index: 100;
        height: 50.5em;
        background-color: #fff;
        box-shadow: unset;
        backdrop-filter:unset;
        border: unset;
        display: none;
    }
    .bz_unify.on{
        display: block;
    }
    .bz_unify .bz_unify_in{
        padding: 3.4em 2em;
    }
    .bz_unify .bz_unify_in .bz_aside_tit{
        margin-bottom: 2em;
        min-height: unset;
    }
    .bz_unify .bz_unify_in .bz_aside_tit strong,
    .bz_unify .bz_unify_in .bz_aside_tit span{
        display: none;
    }
    .bz_unify .bz_unify_in .bz_aside_tit p{
        display: block;
        font-size: 1.7em;
        letter-spacing: -0.05em;
        color: #252525;
        font-weight: 500;
    }
    .bz_unify .bz_unify_in .all_folding{
        display: none;
    }
    .bz_unify .bz_unify_in .bz_unify_list{
        margin-top: 0;
        padding-bottom: 6em;
    }
    .bz_unify .bz_unify_in .bz_unify_list li .select_top{
        padding: 0 1.5em;
        height: 7em;
    }
    .bz_unify label span{
        width: 2em;
        height: 2em;
    }
    .bz_unify .bz_unify_in .bz_unify_list li .select_top .select_top_right{
        gap: 1em;
    }
    .bz_unify .bz_unify_in .bz_unify_list li .select_bottom{
        padding: 1.5em 2em;
    }


    .bz_standard .bz_gener .bz_quick_toggle{
        display: block;
    }

    .bz_standard .bz_gener .bz_pager{
        top: 16.5em;
    }
    .bz_standard .bz_gener .bz_pager_toggle{        
        top: 12.5em;
        height: 4em;
        width: 19.1em;
    }
    .bz_standard .bz_gener .bz_pager_toggle.bz_tgl {
        left: 1.5em;
        height: 3.5em;
        top: auto;
        bottom: 9em;
    }
    .bz_standard .bz_gener .bz_success{
        width: 100% !important;
        top: 9em;
        left: 0 !important;
        padding: 0 1.2em 0 1.5em !important;
        border-bottom: 0.2em solid #de1e10;
        box-shadow: 0 1.2em 1.5em rgb(0, 0, 0, 0.12);
    }
    .bz_standard .bz_gener .bz_success .bz_success_text p{
        font-size: 1.3em;
    }
    .bz_standard .bz_gener .bz_page_tab{
        top: 5em;
    }
    .bz_standard .bz_gener .bz_page_tab ul li{
        width: 23em;
        min-width: 23em;
        height: 3.9em;
    }
    .bz_standard .bz_gener .bz_page_tab ul li .page_tab{
        gap: 1em;
    }
    .bz_standard .bz_gener .bz_page_tab ul li .page_tab .bz_page_tab_text{
        max-width: 10.5em;
    }
    .bz_standard .bz_gener .bz_page_tab ul li .page_tab{
        top: 1.2em;
    }
    .bz_standard .bz_gener .bz_mobile_slide_button{
        display: block;
    }

    .bz_standard .bz_gener .bz_forms{
        padding: 10.5em 2em !important;
        height: auto;
    }
    .bz_standard .bz_gener .bz_forms_in{
        padding: 0;
        overflow: hidden;
    }
    .bz_standard .bz_gener .bz_forms_in .bz_forms_thumb{
        width: 200%;
        margin-top: 0;
        gap: 0;
    }
    .bz_standard .bz_gener .bz_forms_in .bz_forms_thumb > div{
        width: 50%;
        flex-shrink: 0;
    }
    
    .bz_standard .bz_gener .bz_mobile_tab{
        display: flex;
    }

    .bz_standard .bz_gener .bz_forms_check{
        top: unset;
        max-height: unset;
        height: 7.5em;
        padding: 3.5em 2em 0;
        z-index: 30;
    }
    .bz_standard .bz_gener .bz_forms_check:not(.on) >  *:not(.bz_forms_check_download){
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check.on{
        max-height: calc(100vh - 6em);
        height: 46.8em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab{
        border: 0.1em solid #ddd;
        border-radius: 1em;
        overflow: hidden;
        background-color: #fff;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li{
        border-left: unset;
        border-bottom: unset;
        border-radius: unset;
        margin-left: 0;
        padding: 1.5em 0;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li:nth-child(3){
        border-right: unset;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.on{
        background: linear-gradient(120deg, #696d91, #a2adc1);
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.on::after{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li strong{
        color: #aeaeae;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li strong b{
        color: #aeaeae;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.on strong{
        color: #fff;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab li.on strong b{
        color: #fff;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_tab em{
        display: none;
    }

    .bz_standard .bz_gener .bz_forms_check .bz_check_list_box{
        padding: 0;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_top{
        position: relative;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul{
        max-width: 100%;
        gap: 0.5em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul li{
        height: 3em;
        border-radius: 3em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_top ul li span{
        line-height: 2.25em;
    }
    .bz_standard .bz_gener .bz_forms_check .all_edit{
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }
    .bz_standard .bz_gener .bz_forms_check .all_edit strong{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check .all_edit button{
        width: 10.9em;
        height: 3em;
    }
    .bz_standard .bz_gener .bz_forms_check .all_edit button img{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check .check_text br{
        display: none;
    }

    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul{
        padding-right: 0;
        padding-bottom: 10em;
        gap: 1em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul::-webkit-scrollbar{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li{
        padding: 1em 1em 1.5em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons{
        gap: 0.5em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button{
        width: 6em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button.no{
        width: 6.5em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_modify_buttons button.on::after{
        top: -50%;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .edit_restore_button{
        width: 6.5em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_error_text > div p{
        line-height: 1.28571em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_forms_check_list_top .bz_error_type .edit_need_text p em{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_basis_text{
        align-items: start;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_basis_text span{
        margin-top: -0.16663em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_basis_text p{    
        line-height: 1.3076em;
        margin-top: -0.1538em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_list ul li .bz_basis_text div{
        margin-top: 0.2em;
    }

    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_download{
        border-top: unset;
        height: 7.5em;
        border-top-right-radius: 1em;
        border-top-left-radius: 1em;
        box-shadow: 0.6em 0 1em rgb(0, 0, 0, 0.25);
        gap: 2em;
        padding: 0 2em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_download button{
        width: 15em;
        height: 4.5em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_download p{
        font-size: 1.4em;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_download button div{
        display: none;
    }
    .bz_standard .bz_gener .bz_forms_check .bz_forms_check_download button img{
        display: none;
    }
}


/* 20260814 */
.bz_list_standard .bz_list_chk{
	background:#cef9ff;
	height:3.5em;
	border-radius:0.5em;
	padding:0.6em 0 0.7em 1em;
	margin:0 2.8em 1.5em 2.8em;
}
.bz_list_standard .bz_list_chk_in{
	display:flex;
	align-items: center;
}
.bz_list_standard .bz_list_chk label{
	cursor: pointer;
}
.bz_list_standard .bz_list_chk input{
	position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
}
.bz_list_standard .bz_list_chk label span{
    display: inline-block;
    background-image: url("../images/i_std_chk.png");
    background-size: 100%;
    width: 2.2em;
    height: 2.2em;
}
.bz_list_standard .bz_list_chk label input:checked ~ span{
    background-image: url("../images/i_std_chk_on.png");
}
.bz_list_standard .bz_list_chk strong{
	font-size: 1.5em;
    letter-spacing: -0.05em;
    color: #51b3c0;
    font-weight: 700;
	line-height:1.1;
	margin-left:0.67em;
}
.bz_list_standard .bz_list_chk em{
	font-size: 1.4em;
    letter-spacing: -0.05em;
    color: #555;
    font-weight: 400;
	line-height:1.1;
	margin-left:0.71em;
	padding-left:0.72em;
	position:relative;
	display: none;
}
.bz_list_standard .bz_list_chk em:after{
	content:"";
	position:absolute;
	top:0.2em;
	left:0;
	width:1px;
	height:0.7em;
	background:#ddd;
}
.bz_list_standard .bz_list_chk p{
	font-size: 1.4em;
    letter-spacing: -0.05em;
    color: #555;
    font-weight: 400;
	line-height:1.1;
	margin-left:0.71em;
	padding-left:0.72em;
	position:relative;
}
.bz_list_standard .bz_list_chk p:after{
	content:"";
	position:absolute;
	top:0.2em;
	left:0;
	width:1px;
	height:0.7em;
	background:#ddd;
}
.bz_aside .bz_listbox.bz_listbox_standard{
	height:47.3em;
	top:22.6em;
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list{
	height:19.8em;
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_thumb{
	border-top-left-radius:1.4em;
	border-top-right-radius:1.4em;
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list.bz_on .bz_btn_in:after{
	background:conic-gradient(#6ce2ec, #05899c, #6ce2ec, #05899c, #6ce2ec);
	left:-34%;
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(1) .bz_list_thumb{
	background: url(../images/i_s01.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(1) .bz_on .bz_list_thumb{
	background: url(../images/i_s01_on.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(2) .bz_list_thumb{
	background: url(../images/i_s02.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(2) .bz_on .bz_list_thumb{
	background: url(../images/i_s02_on.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(3) .bz_list_thumb{
	background: url(../images/i_s03.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(3) .bz_on .bz_list_thumb{
	background: url(../images/i_s03_on.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(4) .bz_list_thumb{
	background: url(../images/i_s04.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(4) .bz_on .bz_list_thumb{
	background: url(../images/i_s04_on.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(5) .bz_list_thumb{
	background: url(../images/i_s05.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(5) .bz_on .bz_list_thumb{
	background: url(../images/i_s05_on.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(6) .bz_list_thumb{
	background: url(../images/i_s06.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_list_li:nth-child(6) .bz_on .bz_list_thumb{
	background: url(../images/i_s06_on.png) 50% 0.2em no-repeat;
    background-size: calc(100% - 1.4em);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list p{
	background:#dff3f6;
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list.bz_on p{
	background: linear-gradient(180deg, #05899c, #6ce2ec);
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list span{
	font-size:1.6em;
	top:0.75em;
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list.bz_on span{
	
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list span em{
	font-weight:bold;
	color:#252525;
}
.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list.bz_on span em{
	color:#fff;
}

@media (max-width:1500px) {
	.bz_aside .bz_list.bz_list_standard{
		margin-top:3em;
		margin-bottom:0;
	}
	.bz_aside .bz_listbox.bz_listbox_standard{
		height:49.3em;
		top:83.1em;
	}
}

@media (max-width:760px) {
	.bz_aside .bz_list_standard .bz_aside_tit span{
		letter-spacing:-0.075em;
	}
	.bz_list_standard .bz_list_chk{
		margin:0 2em 0 2em;
		border-radius:1em 1em 0 0;
		border:0.1em solid #ddd;
		border-bottom:none;
		height:4em;
		padding:0.9em 0 0.9em 1em;
	}
	.bz_list_standard .bz_list_chk em{
		display: block;
	}
	.bz_list_standard .bz_list_chk p{
		display: none;
	}
	.bz_aside .bz_list_standard .bz_list_selected{
		aspect-ratio: 32 / 24;
		border-top-left-radius:0;
		border-top-right-radius:0;
		border-top:none;
	}
	.bz_aside .bz_list_selected .bz_list_select_standard{width:14.5em;height:20.2em;border-radius:0.5em;box-shadow:0 0.3em 1em rgba(0,0,0,0.2);position:relative;overflow:hidden;}
	.bz_aside .bz_list_selected .bz_list_select_standard:before{content:"";background:#fff;position:absolute;inset:0.2em;border-radius:0.3em;pointer-events:none;z-index:2;}
	.bz_aside .bz_list_selected .bz_list_select_standard:after{content:"";background:conic-gradient(#6ce2ec, #05899c, #6ce2ec, #05899c, #6ce2ec);min-width:140%;min-height:140%;aspect-ratio:1/1;position:absolute;left:-48%;top:-20%;z-index:1;animation:rotates 3s linear infinite;pointer-events:none;}
	.bz_aside .bz_list_selected .bz_list_select_standard .bz_list_thumb{height:calc(100% - 4em);display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;position:relative;z-index:3;padding-top:0.3em;overflow:hidden;}
	.bz_aside .bz_list_selected .bz_list_select_standard .bz_list_thumb img{width:13.9em;border-radius:0.6em;}
	.bz_aside .bz_list_selected .bz_list_select_standard p{height:3.8em;}
	.bz_aside .bz_list_selected p{background: linear-gradient(180deg, #05899c, #6ce2ec);}
	.bz_aside .bz_list_selected p span{font-size:1.4em;top:0.82em;}
	.bz_aside .bz_list_selected p span em{font-weight:bold;}
	.bz_aside .bz_listbox.bz_listbox_standard{top:0;height:100%;}
	.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list{height:13.8em;}
	.bz_aside .bz_listbox_standard .bz_list_ul .bz_btn_list span{font-size:1.3em;top:0.48em;}
}
/* 20260814 */