/* splash */
.splash{
    width: 100%; height: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.splash img{
    width: 100%;
}

/* 등록 기기 확인 */
.registration_device{
    text-align: center;
    padding: 60px 16px 100px;
}
.registration_device .checkbox1{
    margin-bottom: 15px;
}

/* login */
.login{
    padding: 60px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.login .input{
    margin-bottom: 15px;
    text-indent: 30px;
}
.input.id{
    background: url(../images/user_id.svg) no-repeat 15px 50%;
    background-size: 24px;
}
.input.password{
    background: url(../images/user_password.svg) no-repeat 15px 50%;
    background-size: 24px;
}
.join_wrap{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join_wrap a{color: var(--textGrey);}
.join_wrap span{
    color: var(--textGrey);
    margin: 0 10px;
}
.corporate_info{
    margin-top: 15px;
    display: none;
}
.id_wrap{position: relative;}
.login .checkbox2{width: 100%;}
.sns_login{margin-top: 80px; width: 100%;}
.sns_login > div:first-child{
    width: 100%;
    display: flex;
    align-items: center;
}
.sns_login > div p{
    font-size: 13px;
    color: var(--textGrey);
    margin: 0 20px;
}
.sns_login .line{
    display: block;
    height: 1px;
    flex: 1;
    background-color: var(--disabledText);
}
.sns_login .btn_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.sns_login .btn_wrap > div{
    position: relative;
}
.sns_login .btn_wrap button{width: 42px; height: 42px;}
.login .recent_login{
    position: absolute;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
    background-color: #f0f4ff;
    font-size: 13px;
    font-weight: 500;
    color: var(--mainBlue);
    display: none;
}
.id_wrap .recent_login{
    right: 10px; top: 50%;
    transform: translateY(calc(-50% - 7.5px));
}
.sns_login .recent_login{
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
}

/* 회원가입 */
.joinus{padding: 30px 16px;}
.scroll.joinus{padding: 30px 16px 100px;}
.terms_list{margin-top: 20px;}
.terms_list li{
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.terms_list .checkbox2{width: 80%;}
.termas_txt{
    width: 100%;
}
.termas_txt pre{
    overflow: auto;
    white-space: pre-wrap;
}
.authcode{position: relative; flex: 1;}
.authcode_time{
    position: absolute;
    right: 16px; top: 50%;
    transform: translateY(-50%);
    color: var(--red);
}
.joinus_result{text-align: center;}
.joinus_result > img{
    width: 115px;
    margin-top: 70px;
}
.joinus_result .subscription{
    font-size: 13px;
    color: var(--mainBlue);
}

/* 첫 로그인 */
.first_login .cont_ttl2 span{
    font-size: inherit;
    font-weight: inherit;
    color: var(--mainBlue);
}
.first_login .btn_wrap button{
    height: 100px; width: 100%;
    border-radius: 10px;
    display: block;
}
.first_login .btn_wrap button:last-child{
    background-color: var(--darkBlue);
    margin-top: 20px;
}
.first_login .btn_wrap button p{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.first_login .btn_wrap button span{
    color: #ffffff;
    opacity: 0.6;
}

/* 아이디 찾기 */
.find_id > p{
    border-radius: 10px;
    padding: 15px 0;
    background-color: var(--bgBlue);
    text-align: center;
}
.find_id .btn_wrap button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--borderGrey);
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    padding: 20px 15px;
}
.find_id .btn_wrap button:last-child{margin-bottom: 0;}
.find_id .btn_wrap button img{
    max-width: 18px;
}
.find_id .btn_wrap button p{
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
.find_id .btn_wrap button span{
    display: block;
    margin-top: 10px;
    color: var(--textGrey);
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
}
.find_type > p{
    text-align: center;
    line-height: 1.6;
}
.id_none .bt_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.id_none .bt_btn button{
    width: calc(50% - 5px);
}
.pw_reset > p{
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4;
    color: var(--textGrey);
    text-align: center;
}
.findid_result .id_list{
    background-color: var(--bgBlue);
    border-radius: 10px;
    padding: 15px;
}
.findid_result .id_list li{
    font-size: 16px;
    margin-bottom: 20px;
}
.findid_result .id_list li:last-child{margin-bottom: 0;}

/* 검색 */
.info_search{padding: 10px 0 40px;}
.info_search .search_wrap{padding: 0 16px;}
.info_search .search_btn{right: 32px;}
.bnn_wrap{
    padding: 0 16px 20px; margin-top: 10px;
    position: relative;
}
.bnn{
    height: 120px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.bnn img{
    min-height: 100%;
    min-width: 100%;
    height: auto;
}
.swiper-pagination{
    left: 50%; bottom: 0;
    transform: translateX(-50%);
}
.swiper-pagination-bullet{
    background-color: var(--disabledText);
    width: 7px; height: 7px;
}
.swiper-pagination-bullet-active{
    background-color: var(--mainBlue);
}
.info_search .tabnav li{
    width: 50%;
}
.info_search .tabnav li.current{color: var(--mainBlue);}
.info_search .tab-content{
    padding: 10px 0 0;
}
.info_search .tab-content2{
    padding: 10px 0 0;
}
.info_search .list_cunt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 25px;
}
.info_search .list_cunt p{
    font-size: 14px;
    color: var(--textDarkGrey);
}
.info_search .list_cunt p span{
    color: inherit;
    font-size: inherit;
    font-weight: bold;
}
.info_search .list_cunt p span:last-of-type{color: var(--mainBlue);}
.info_search .search_list{
    margin-top: 5px;
    padding: 10px 16px 30px;
}
.search_list .card{margin-bottom: 15px;}
.company_info{
    margin-top: 5px;
    position: relative;
}
.company_info .pick_btn{
    right: 0; top: 0;
}
.company_info p{
    font-size: 13px;
    color: var(--textDarkGrey);
    margin-bottom: 5px;
}
.company_info p:last-child{margin-bottom: 0;}
.company_info .name{
    font-size: 16px;
    font-weight: 700;
    /* margin-bottom: 10px; */
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company_info p.disclosure{
    display: flex;
    align-items: center;
}
.company_info p.disclosure img{
    width: 24px;
    margin-right: 10px;
}
.company_history{
    display: flex;
    gap: 4px;
}
.company_history p{
    font-size: 11px;
    color: var(--textDarkGrey);
    line-height: 25px;
    display: flex;
    gap: 2px;
}
.company_history p::after{
    content: '|';
    color: var(--textDarkGrey);
    margin-left: 4px;
}
.company_history p:last-child:after{content: '';}
.company_history p.patent::before,
.company_history p.certification::before{
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/smc/scm/images/thumb_up.svg) no-repeat;
}
.company_history p.corporate_certification::before{
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/smc/scm/images/badge.svg) no-repeat;
}
.brief_view_close{
    position: absolute;
    top: 16px; right: 16px;
}
.brief_view{
    position: fixed;
    background-color: var(--popbg);
    right: -100%; top: 0;
    left: auto;
    transform: translate(0,0);
    width: 75%; max-width: 300px;
    z-index: 11;
    height: 100vh;
    border-radius: 0;
    padding-top: 20px;
    overflow-y: auto;
    box-shadow: -3px 0 20px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
}
.brief_view.open{
    right: 0;
}
.brief_view .pop_close{position: fixed;}
.brief_view section{
    border-bottom: 10px solid var(--bgBlue);
    padding: 15px 16px;
}
.brief_view section:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
.brief_view .company_info p:not(.name){
    color: var(--textGrey);
}
.brief_view .company_info p.closed{color: var(--red);}
.brief_view .btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.brief_view .btn_wrap button{
    font-size: 14px;
    width: 56%;
    padding: 0 5px;
}
.brief_view .btn_wrap button:first-child{
    margin-right: 10px;
    width: 44%;
}
.brief_view .total_status{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brief_view .total_status > div{
    width: calc(50% - 5px);
    border: 1px solid var(--borderGrey);
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.brief_view .total_status > div:nth-child(3),
.brief_view .total_status > div:nth-child(4){
    margin-bottom: 0;
}
.brief_view .total_status .val{
    font-size: 24px;
    font-weight: 700;
    color: var(--mainBlue);
}
.brief_view .total_status .label{
    color: var(--textDarkGrey);
    font-size: 13px;
    margin-top: 10px;
}
.brief_view h4{margin-bottom: 15px;}
.brief_view .section2 .closing_date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--borderGrey);

}
.brief_view .section2 .closing_date p:last-child{
    font-weight: 500;
    color: var(--mainBlue);
}
.brief_view .section2 li p{
    font-weight: 500;
}
.brief_view .section2 p:first-child{
    color: var(--textGrey);
    font-weight: 400;
}
.brief_view .section2 > span{
    display: block;
    margin: 10px 0;
    font-size: 13px;
    color: var(--textGrey);
    text-align: right;
}
.brief_view .section2 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.brief_view .section2 li:nth-child(3){border-bottom: 1px solid var(--borderGrey); padding-bottom: 15px;}
.brief_view .section2 li:last-child{margin-bottom: 0;}
.brief_view progress{
    background-color: var(--white);
    border: 0;
    height: 8px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
progress::-webkit-progress-bar {
    background-color: var(--white);
}
progress::-webkit-progress-value {
    background-color: var(--mainBlue);
    border-radius: 5px;
}
.last_year::-webkit-progress-value {
    background-color: var(--disabledText);
}
.brief_view .progress_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brief_view .progress_wrap .current_progress{
    margin-left: 5px;
    color: var(--textDarkGrey);
}
.brief_view .increase_wrap{
    display: flex;
    align-items: center;
}
.brief_view .increase_wrap p{
    font-size: 16px;
    color: var(--textDarkGrey);
}
.brief_view .increase_wrap .increase{
    color: var(--mainBlue);
    font-weight: 700;
    padding-right: 15px;
    margin-left: 5px;
    background: url(../images/increase.svg) no-repeat 100% 40%;
    background-size: 10px;
}
.brief_view .increase_wrap .decrease{
    color: var(--red);
    font-weight: 700;
    padding-right: 15px;
    margin-left: 5px;
    background: url(../images/decrease.svg) no-repeat 100% 40%;
    background-size: 10px;
}
.brief_view .compare > span{
    display: block;
    font-size: 13px;
    color: var(--textGrey);
    margin-top: 10px;
}
.brief_view .section5 h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brief_view .section5 h4 span{
    font-size: 13px;
    color: var(--textGrey);
}
.brief_view .section5 .news{
    display: flex;
    align-items: center;
}
.brief_view .section5 .news div{
    position: relative;
    width: 33.333%;
    padding: 0 5px;
    text-align: center;
}
.brief_view .section5 .news div:first-child{padding-left: 0;}
.brief_view .section5 .news div:last-child{padding-right: 0;}
.brief_view .section5 .news div::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px; height: 40px;
    background-color: var(--borderGrey);
    right: 0; top: 50%;
    transform: translateY(-50%);
}
.brief_view .section5 .news div:last-child:after{display: none;}
.brief_view .section5 .news div img{
    max-width: 34px;
    margin-bottom: 10px;
}
.brief_view .section5 .news div p span{font-weight: 700; margin-left: 10px;}
.brief_view .section6 li{
    border-radius: 10px;
    background-color: var(--bgBlue);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brief_view .section6 li:last-child{margin-bottom: 0;}
.brief_view .section6 li p:first-child{
    color: var(--textDarkGrey);
}
.brief_view .section6 li p:last-child{
    font-weight: 700;
}
.brief_view .gra_btn{
    left: auto;
    transform: translateX(0);
    right: 0; bottom: 0;
}
.brief_view .company_info .name{
    max-width: calc(100% - 40px);
}

.brief_view .company_info .company_name{
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
/* filter pop */
.filter h4{margin-bottom: 15px;}
.filter .select_werap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter .size .checkbox3{
    width: calc(50% - 5px);
}
.filter .size .checkbox3:nth-of-type(even){
    margin-right: 0;
}
.filter .checkbox3{
    margin-bottom: 15px;
    margin-right: 10px;
}

.filter .size .checkbox3 input[type='checkbox'] + .checkbox_label{
    width: 100%;
    display: block;
    text-align: center;
}
.filter .area .checkbox3{
    width: calc(25% - 7.5px);
}
.filter .area .checkbox3:nth-of-type(4n){margin-right: 0;}

/* 명함첩 */
.my_bizcard{padding: 10px 0 80px;}
.my_bizcard .bnn_wrap{
    padding: 0 0 20px;
    margin: 0;
    margin-bottom: 10px;
}
.my_bizcard .top_area{padding: 0 16px; margin-bottom: 10px;}
.add_my_bizcard{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bgGrey);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.add_my_bizcard > div{
    display: flex;
    align-items: center;
}
.add_my_bizcard > div p{text-align: left;}
.add_my_bizcard > div > img{
    max-width: 60px; margin-right: 15px;
}
.add_my_bizcard > img{max-width: 18px;}
.my_bizcard .total_cunt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 16px;
}
.my_bizcard .total_cunt p{
    color: var(--textDarkGrey);
}
.my_bizcard .select_order{text-align: right;}
.my_bizcard .list{padding: 0 16px;}
.my_bizcard .list .card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.my_bizcard .list .card .group_name{
    margin-bottom: 5px;
    text-align: right;
}
.my_bizcard .list .card .img{
    width: 125px;
    border: 1px solid var(--borderGrey);
}
.my_bizcard .card .info_wrap{
    display: flex;
    align-items: center;
}
.my_bizcard .card .info_wrap .checkbox2{display: none;}
.my_bizcard .card p{
    font-size: 13px;
    color: var(--textDarkGrey);
}
.my_bizcard .card .date{
    font-size: 12px;
    color: var(--textGrey);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.my_bizcard .card .name{
    color: var(--defaultText);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.my_bizcard .card .matching{
    color: var(--mainBlue);
    font-weight: 500;
    display: flex;
    align-items: center;
}
.my_bizcard .card .matching span{
    display: block;
    height: 20px; padding: 0 10px;
    background-color: var(--mainBlue);
    color: var(--white);
    font-size: 12px;
    border-radius: 15px;
    margin-left: 5px;
    line-height: 20px;
}
.edit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--borderGrey);
    border-bottom: 1px solid var(--borderGrey);
    padding: 5px 15px;
    margin-bottom: 15px;
}
.edit .edit_btn{
    display: flex;
    align-items: center;
    color: var(--textGrey);
    font-size: 15px;
}
.edit .edit_btn img{
    width: 24px; margin-right: 5px;
}
.edit > div{
    display: flex;
    align-items: center;
}
.edit > div button{
    height: 36px; width: 36px;
    border-radius: 50%;
    margin-left: 8px;
    padding: 6px;
}
.edit_detail{
    border-top: 1px solid var(--borderGrey);
    margin-bottom: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    background-color: var(--white);
    display: none;
}
.edit_detail > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
}
.edit_detail .btn_bar{
    background-color: var(--mainBlue);
}
.edit_detail .btn_bar span{
    display: block;
    font-size: 12px;
    margin-top: 3px;
    text-align: center;
    color: #ffffff;
}
.edit_detail .btn_bar img{width: 24px;}
.edit_detail .btn_bar button{
    width: 25%;
}
.edit_detail .btn_bar button:last-child{
    width: 36px; height: 36px;
}
.pop.bizcard_menu{
    position: absolute;
    right: 16px; top: 100%;
    left: auto; height: auto;
    transform: translate(0,0);
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
    border-radius: 10px;
    background-color: var(--popbg);
    z-index: 9;
    min-width: 194px;
    display: none;
}
.bizcard_menu li{margin-bottom: 10px;}
.bizcard_menu li:last-child{margin-bottom: 0;}
.bizcard_menu li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bizcard_menu li a > img{width: 12px;}
.under_pop .top_area{padding: 0 16px; margin-bottom: 15px;}
.under_pop.selectgroup_pop .pop_cont{
    padding: 0;
    overflow-y: inherit;
}
.under_pop.selectgroup_pop .radio_list{
    flex: 1;
    overflow-y: auto;
}
.under_pop .select_list{
    padding-bottom: 100px;
    overflow-y: auto;
    flex: 1;
}
.add_bizcard_pop .pop_cont{
    padding: 0;
    overflow-y: inherit;
}
.add_bizcard_pop h4{margin-bottom: 5px;}
.add_bizcard_pop > p{
    color: var(--textDarkGrey);
}
.add_bizcard_pop .radio_wrap{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.add_bizcard_pop .radio_wrap label{
    width: 50%;
}
.send_sms_pop h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.send_sms_pop .mail{
    background-color: var(--bgBlue);
    font-size: 20px;
    font-weight: 700;
    color: var(--mainBlue);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.send_sms_pop p{
    color: var(--textGrey);
    font-size: 13px;
    text-align: center;
}

.send_file_pop h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.send_file_pop .mail1{
    background-color: var(--bgBlue);
    font-size: 20px;
    font-weight: 700;
    color: var(--mainBlue);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.send_file_pop p{
    color: var(--textGrey);
    font-size: 13px;
    text-align: center;
}


/* 명함등록 */
.add_bizcard{
    display: flex;
    flex-direction: column;
}
.camera_area{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    min-height: calc(100vh - 144px);
    background-color: #1F2933;
    overflow: hidden;
}
.camera{
    height: 90px;
    background-color: var(--mainBlue);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.camera button{
    height: 60px; width: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.camera button img{max-width: 24px;}
.img_area{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    min-height: calc(100vh - 160px);
    background-color: var(--bgBlue);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 16px;
}
.add_bizcard .bt_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto 0;
}
.add_bizcard .bt_btn button{
    width: calc(50% - 5px);
}
.camera_wrap .bt_btn{padding: 0 16px;}
.add_bizcard .add_back{margin-top: 5px;}
/* 명함 상세 */
.bizcard_detail_btn{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.bizcard_detail .card_img{
    height: 160px;
    padding: 10px 16px;
    background-color: var(--bgBlue);
    text-align: center;
    position: relative;
}
.bizcard_detail{padding: 0 0 30px;}
.bizcard_detail .card_img img{width: auto; height: 100%;}
.bizcard_detail .basic_info{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 16px;
}
.bizcard_detail .profile_img{
    width: 40px; height: 40px;
    min-width: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.bizcard_detail .basic_info .info{flex: 1;}
.bizcard_detail .name{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.bizcard_detail .team{
    color: var(--textDarkGrey);
    font-size: 13px;
    margin-bottom: 5px;
}
.bizcard_detail .company{
    color: var(--mainBlue);
    font-size: 13px;
    margin-bottom: 5px;
}
.list .connect_btn {
    font-size: 12px;
    height: auto;
    line-height: 15px;
    font-weight: 500;
    color: var(--mainBlue);
    background-color: #f0f4ff;
    padding: 4px 7px 1px 7px;
    border-radius: 15px;
}

.connect_btn{
    height: 26px;
    line-height: 26px;
    font-weight: 500;
    color: var(--mainBlue);
    background-color: var(--bgBlue);
    padding: 0 10px;
    border-radius: 15px;
}
.bizcard_detail .connect_btn{
    position: absolute;
    right: 16px; top: 10px;
}
.bizcard_detail .connect_request_btn{
    color: var(--textDarkGrey);
    background-color: var(--borderGrey);
}
.bizcard_detail .basic_info .btn_wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bizcard_detail .basic_info .btn_wrap button{
    padding: 0 5px;
    height: 24px;
    color: var(--white);
    border-radius: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: max-content;
    font-size: 13px;
}
.request_btn{
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.request_btn button{
    height: 36px;
    border-radius: 100px;
    background-color: var(--mainBlue);
    color: #ffffff;
    width: calc(50% - 5px);
}
.request_btn button:first-child{
    border: 1px solid var(--mainBlue);
    color: var(--mainBlue);
    background-color: #ffffff;
    margin-right: 10px;
}
.bizcard_detail .detail_info{
    padding: 20px 16px 0;
}
.bizcard_detail .info_label{
    color: var(--textGrey);
    font-size: 12px;
    margin-bottom: 10px;
}
.bizcard_detail .val{
    border-bottom: 1px solid var(--borderGrey);
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 31px;
}
.bizcard_detail .val > div button{margin-left: 10px;}
.bizcard_detail .info_label.address{
    display: flex;
    align-items: center;
    position: relative;
}
.bizcard_detail .val.address{
    display: block;
}
.bizcard_detail .val.address p{margin-bottom: 5px;}
.bizcard_detail .val.address .map_btn{
    color: var(--mainBlue);
    display: flex;
    align-items: center;
}
.bizcard_detail .val.address .map_btn img{
    max-width: 10px; margin-left: 5px;
    transform: rotate(0);
}
.bizcard_detail .val.address button.open img{transform: rotate(180deg);}
.bizcard_detail .info_label.memo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bizcard_detail .val.memo{
    border-bottom: 0;
    display: block;
}
.bizcard_detail .val.memo p{
    height: 80px;
    overflow-y: auto;
    background-color: var(--bgBlue);
    border-radius: 10px;
    padding: 10px;
}
.map_wrap{
    margin: 10px 0;
    display: none;
}
.map_wrap .map{
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
}
.map_wrap .btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.map_wrap .btn_wrap button{
    background-color: #f0f4ff;
    color: var(--darkBlue);
    height: 36px;
    border-radius: 10px;
    width: calc(33% - 7px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
}
.map_wrap .btn_wrap button img{width: 24px; margin-right: 10px;}
.bizcard_detail > .bt_btn{padding: 0 16px;}
.connect_pop h4{text-align: center;}
.memo_pop{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    background-color: var(--popbg);
    box-shadow: 0 0 20px rgba(0,0,0,0.16);
    z-index: 116;
    width: calc(100% - 32px);
    max-width: 448px;
    padding: 20px 15px;
}
.memo_pop textarea{
    height: 165px;
    margin: 10px 0 20px;
}

.memo_pop h4{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.memo_pop .btn_wrap{
    display: flex;
    align-items: center;
}
.memo_pop .btn_wrap button{width: calc(50% - 5px);}
.memo_pop .btn_wrap button:first-child{
    margin-right: 10px;
    position: inherit;
}
.memo_pop textarea{
    height: 165px;
    margin: 10px 0 20px;
}
.add_goroup{
    padding: 0 16px;
    margin-top: 10px;
}
.add_goroup > div{
    display: flex;
}
.add_goroup button{
    color: #ffffff;
    background-color: var(--mainBlue);
    height: 46px;
    border-radius: 10px;
    margin-left: 10px;
    width: 120px;
}
.add_goroup .input_error{width: 100%; margin-top: 5px;}

.sameperson_pop, .affiliation_pop{padding: 0;}
.sameperson_pop h4, .affiliation_pop h4{padding: 0 16px;}
.sameperson_pop .pop_cont,
.affiliation_pop .pop_cont
{padding: 0;}
.sameperson_pop .list_wrap,
.affiliation_pop .list_wrap{
    padding: 10px 16px 100px;
    overflow-y: auto;
    flex: 1;
}
.sameperson_pop .list,
.affiliation_pop .list{padding: 0;}
/* 연락처 수정 */
.bizcard_detail .input_wrap{
    padding: 0 16px;
}
.card_img .change_img_btn{
    position: absolute;
    right: 16px; top: 10px;
    height: 34px; width: 34px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
}
.profile_img_wrap{
    padding: 15px 16px 20px;
    position: relative;
}
.profile_img_wrap .profile_img{
    height: 70px; width: 70px;
    margin: 0 auto;
}
.profile_img_wrap .camera_btn{
    position: absolute;
    left: calc(50% + 27px); bottom: 18px;
    transform: translateX(-50%);
    width: 30px; height: 30px;
    border-radius: 50%;
    background-color: var(--mainBlue);
    padding: 0 5px;
}
/* 명함 이미지 */
.bizcard_img .bt_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto 0;
}
.bizcard_img .bt_btn button{
    width: calc(50% - 5px);
}
.bizcard_img .img_area{
    min-height: calc(100vh - 135px);
}
/* 퍼블 22-12-19 이후 내용 */
.content_whole.list_whole{
    padding-bottom: 65px;
}
.content.list_whole{
    padding-bottom: 65px;
}
body::-webkit-scrollbar{
    display: none;
}
@media (max-height: 310px){
    .content.registration_device .bt_btn{
        margin-top: 30px;
    }
}

@media (max-height: 350px){
    .content_whole.content.joinus_result .bt_btn{
        margin-top: 30px;
    }
}

@media (max-height: 360px){
    .content_whole.content.id_none .bt_btn{
        margin-top: 30px;
    }
}
@media (max-height: 370px){
    .content_whole.content.findid_result .bt_btn{
        margin-top: 30px;
    }
}
@media (max-height: 390px){
    .content_whole.content.pw_reset .bt_btn{
        margin-top: 30px;
    }
}
@media (max-height: 420px){
    .content.add_bizcard.add_bizcard3 .bt_btn{
        margin-top: 30px;
    }
}
@media (max-height: 490px){
    .content.registration_device.registration_device2 .bt_btn{
        margin-top: 30px;
    }
}
@media (max-height: 534px){
    .content_whole.content.find_type.find_type2 .bt_btn{
        margin-top: 30px;
    }
    .content_whole.content.find_type.find_type3 .bt_btn{
        margin-top: 30px;
    }
}
@media (max-height: 580px){
    .content_whole.content.check_signup .bt_btn{
        margin-top: 30px;
    }
}
@media (max-height: 620px){
    .content_whole.content.find_type .bt_btn{
        margin-top: 30px;
    }
}

.search_list .card *{
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conPop .schBox{overflow:hidden;padding:22px 0px 22px 40px;background:red;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}


