/*
간편인증, 공동인증, 금융인증
로그인common.css
20250408
*/

p.txt.lsp_m1.small_txt {
    font-size: 14px;
    font-family: none;
}


.login_icon1{/*네이버*/
    background: url('../img/icon/login_icon1.png') no-repeat center;
    width: 30px;
    height: 37px;
    background-size: 60%;
    vertical-align: -8px;
}
.login_icon2{/*토스*/
    background: url('../img/icon/login_icon2.png') no-repeat center;
    width: 40px;
    height: 38px;
    background-size: 60%;
    vertical-align: -13px;
}
.login_icon3{/*카카오*/
    background: url('../img/icon/login_icon3.png') no-repeat center;
    width: 36px;
    height: 27px;
    background-size: 60%;
    vertical-align: -8px;
}
.login_icon4{/*공동인증서*/
    background: url('../img/icon/login_icon4.png') no-repeat center;
    width: 33px;
    height: 28px;
    background-size: 70%;
    vertical-align: -8px;
}
.login_icon5{/*휴대폰인증*/
    background: url('../img/icon/login_icon5.png') no-repeat center;
    width: 29px;
    height: 36px;
    background-size: 70%;
    vertical-align: -11px;
}
.login_icon6{/*금융인증서*/
    background: url('../img/icon/login_icon6.png') no-repeat center;
    width: 37px;
    height: 33px;
    background-size: 70%;
    vertical-align: -11px;
}
.login_icon7{/*pin 자물쇠*/
    background: url("../img/icon/login_icon7.png") no-repeat center;
    width: 27px;
    height: 33px;
    background-size: 70%;
    vertical-align: -8px;
}

.login_line{
    opacity:0.2;
    margin:0 10px 0 0;
}


.login_area_bg {padding:0 25px; }
.login_area_bg .login_wrap {padding:50px 0; text-align:center;}

.elesign_simple_box{
    /* min-width: 400px; */
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 30px 15px 15px;
    margin-top: 30px;
}
.elesign_label {
    position:absolute;
    top: -12px;
    left:50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.login_btn_option{
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing:border-box;
    word-break: keep-all;
    border-radius: 4px;

}

.login_btn_row{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    gap:10px;
    margin: 10px 0;
    flex-wrap:nowrap;

}

.login_btn_row .btn_l{
    flex: 1 1 auto;
    text-align: center;
    border-radius:8px;
    white-space: nowrap;
    height:100px;
    min-width:90px;
    box-sizing:border-box;
}

.btn_l.logincontBtn{
    width:70%;
}
.btn_l .login_text{
    margin-top:-5px;
}
.modal_header.bottom_border {
    border-bottom: 1px solid #000;
}



/*사업자모달 드롭다운 _ start*/
.custom-select {
      width: 100%;
      position: relative;
      cursor: pointer;
  }

.select-box {
    background-color: #fff;
    padding: 12px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
}

.select-box .selected {
    flex: 1;
}

.select-box::after {
    content: "▼";
    font-size: 12px;
    margin-left: 8px;
}

.options-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1500;
    max-height: 150px;
    overflow-y: auto;
    display: none; /* 초기 상태에서 숨김 설정 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.option {
    padding: 12px;
    cursor: pointer;
    z-index: 1501;
    user-select: none;
}

.option:hover {
    background-color: #f0f0f0;
}

/* 모달 내에서 드롭다운이 올바르게 표시되도록 추가 */
.modal_box .options-container {
    overflow-y: auto !important;
    visibility: visible !important;
}
/*사업자모달 드롭다운 _ end*/

.modal_inner_login {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
}
.modal_cont_login{
    flex:1;
    padding:0 25px;
    overflow-y:auto;

}

.no_flex{
    flex:none;
}

