/* ì •ë³´ì¡°íšŒ ì „ì²´ */
.content_whole.info_search{padding: 54px 0 0;}
.info_srch_nav{
    width: calc(100% + 32px);
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    margin: 0 -16px;
    border-bottom: 1px solid var(--bgBlue);
}
.info_srch_nav.nav_fixed{
    position: fixed;
    width: calc(100vw + 32px);
    max-width: 480px;
    background-color: var(--white);
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    margin: 0 auto;
}
.info_srch_nav .display_flex{
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 16px;
}
.info_srch_nav .display_flex::-webkit-scrollbar{
    display: none;
}
.info_srch_nav .slider2{
    min-width: 72px;
    width: calc(33% - 8px);
    left: 16px;
}
.info_srch_nav li,
.info_srch_nav li a{
    width: 33.3333%;
    height: 48px;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: -0.75px;
    color: var(--textGrey);
    text-align: center;
    border-bottom: 2px solid transparent;
}
.info_srch__nav li.nav_active{
    border-bottom: 2px solid var(--mainBlue);
}
.info_srch_nav li.nav_active a{
    color: var(--mainBlue);
}
.info_srch_nav .display_flex li:nth-child(1),
.info_srch_nav .display_flex li:nth-child(4){
    min-width: 72px;
    /*min-width: 25%;*/
}
.info_srch_nav .display_flex li:nth-child(2),
.info_srch_nav .display_flex li:nth-child(3){
    min-width: 92px;
    /*min-width: 25%;*/
}
.info_srch_section{
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 20px 0 65px;
    display: none;
}
.info_srch_section.info_srch_section1{display: block;}
.info_title_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.info_title_wrap h4{
    font-size: 20px;
    font-weight: 500;
    color: var(--defaultText);
}

.search_criteria2{
    padding: 0 16px;
    margin-bottom: 24px;
}
.srch_select_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--borderGrey);
}
.srch_select_list li:last-child{border-bottom: 0;}
.srch_select_list li p{
    width: calc(100% - 40px);
    font-size: 15px;
    color: var(--defaultText);
    line-height: 19px;
}


/* í’ˆëª©ê²€ìƒ‰ ê²€ìƒ‰ì¡°ê±´ í•„í„° */
.info_srch_filter_wrap{
    width: 100%;
    height: auto;
    margin-top: 25px;
}
.info_srch_row1:first-child{border-top: 1px solid var(--borderGrey);}
.info_srch_row_title *{cursor: pointer;}
.info_srch_row_title{
    width: 100%;
    height: auto;
    padding: 16px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid var(--borderGrey);
}
.info_srch_row_title p{
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: var(--defaultText);
}
.info_srch_row_title span{
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: url(/smc/scm/images/arrow_bg_dw.svg) no-repeat;
}
.info_srch_row_content_wrap{
    padding: 20px 0;
    border-bottom: 1px solid var(--borderGrey);
}
.info_srch_row_title.info_srch_on span{transform: rotate(180deg);}

.content_wrap1, .content_wrap2, .content_wrap3,
.content_wrap4, .content_wrap5, .content_wrap6{display: none;}

.info_srch_row_content_wrap .tab-content{margin-top: 10px;}
.row_tab1.current, .row_tab3_btn_whole{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.info_srch_row_content_wrap .row_btn_wrap *{
    cursor: pointer;
}
.info_srch_row_content_wrap .row_btn_wrap{
    width: calc(50% - 5px);
}
.info_srch_row_content_wrap .category_btn{
    position: relative;
    width: 100%;
    min-width: auto;
    height: 100%;
    padding: 10px;

    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.75px;
    text-align: center;

    color: var(--disabledText);
    border: 1px solid var(--borderGrey);
    border-radius: 50px;
    margin: 0 10px 0 0;
}
.info_srch_row_content_wrap .category_btn.active{
    color: var(--mainBlue);
    border: 1px solid transparent;
    background-color: var(--bgBlue);
}
.info_srch_row_content_wrap .search_wrap{padding: 0;}
.info_srch_row_content_wrap .search_wrap .search_btn{right:16px;}
.search_wrap + .txt{
    font-size: 12px;
    color: var(--red);
    padding: 0 16px;
    margin-top: 10px;
}
.info_srch_filter_wrap .bt_btn{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
/* .under_pop{max-height: calc(100vh - 10%);} */
/* .under_pop .pop_cont{padding: 0;} */
.under_pop .pop_cont .radio_list,
.under_pop .pop_cont .checkbox4{overflow-y: auto;}
.under_pop .pop_cont .category_noti{
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    padding: 15px 0;
    color: var(--defaultText);
}
.under_pop .pop_cont .radio_list p{
    width: calc(100% - 40px);
}
.under_pop .checkbox4 input[type='checkbox'] + .checkbox_label{
    height: auto;
    padding: 15px 16px;
    line-height: 0;
}
.under_pop .checkbox4 label p{
    width: calc(100% - 40px);
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: var(--defaultText);
}

.pop_whole#prerequisites_com .pop_box p{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.9px;
    text-align: center;
    color: var(--defaultText);
    margin-bottom: 30px;
}
.pop_box .pop_btn .btn_ok{
    width: 100%;
    height: 56px;
    background-color: var(--mainBlue);
    border: 1px solid var(--mainBlue);
    font-size: 16px;
    line-height: 56px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
}

.unquestioned_pop h4{margin-bottom: 0;}
.unquestioned_pop .pop_cont .pop_title{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 15px 16px;
}
.unquestioned_pop .pop_cont .radio_list{overflow: initial;}
.unquestioned_pop .recent_open{
    padding: 15px 16px;
}
.unquestioned_pop .recent_open .year_list{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 15px;
}
.recent_open .year_list input[type='radio'] + label{
    border-radius: 50px;
    padding: 10px 16px;
    border: 1px solid var(--borderGrey);
    color: var(--disabledText);
    background-color: transparent;
    display: block;
    text-align: center;
    height: auto;
}
.recent_open .year_list input[type='radio']:checked + label{
    border: 1px solid #f0f4ff;
    background-color: #f0f4ff;
    color: var(--mainBlue);
}

.unquestioned_pop .recent_open .recent_category_list{
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid var(--borderGrey);
}