/**
 * logincommon.css
 *  20250321
 * */

/* 로그인 tab */
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.member_wrap{
    padding: 40px 0;
}
.tabs {
    display: flex;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #000;
    border-radius: 12px 12px 0 0;
}
.tabs:after {
    display: block;
    content: '';
    clear: both;
}
.tabs > li {
    flex: 1;
    height: 70px;
}
.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    border: 1px solid #ddd;
    color: #666;
    height: 70px;
    text-align : center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
}
.tabs li.on a {
    background: #fff;
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
    color: #000;
    border-radius: 12px 12px 0 0;
}
.tab-cont {
    padding:20px 0;
}
.tab-cont.on {
    display: block;
}
.member_wrap .login_title{
    text-align: center;
    font-size: 35px;
    color: #000;
    font-family: 'NotoB'
}
.member_wrap .login_header{
    text-align: center;
    font-size: 20px;
    color: #000;

}
/*로그인 버튼*/
.cert-btn {
    width: 280px;
    height: 70px;
    display:flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    font-size: 17px;
    opacity: 1;
}
.cert-btn:hover {
    background-color: #f9f9f9;
}
.cert-btn.text-icon{
    flex-direction: column;
}
.cert-btn.img_icon{
    flex-direction:row;
}

.cert-btn.img_icon.active{
    outline: 3px dotted #333;
    outline-offset: 5px;
    opacity: 1;
}

.cert-btn.img_icon.inactive{
    opacity: 0.6;
}


.auth-agree .cert-btn{
    width: 110px;
    height: 40px;
}

.input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 650px;
    margin-bottom: 15px
}
.input-group label {
    font-weight:bold;
    width: 130px;
    white-space: nowrap;
}
.input-group input {
    padding: 5px;
    /*width: 100px;*/
}
.input-wrap{
    position :relative;
    display: flex;
    flex:1;
    align-items: center;
    gap:8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /*margin : 8px 0;*/
}
.input-wrap input {
    padding: 10px;
    height: 45px;
    box-sizing: border-box;
}
.input-wrap .short-input{
    width : 100px;
    text-align: center;
}
.input-wrap .long-input{
    flex:1;
}
.short-input {
    flex:1;
    min-width:0;

}
.long-input {
    flex: 1;
}
.login_input_tel{
    display: flex;
    justify-content: space-between;
}
.box_input_tel > select{
    background: url(../images/common/btn_select_arrow.png) right 15px center no-repeat;
    background-size: 16px 16px;
    padding: 0 20px;
}
/*보안키패드*/
.input-group .input-wrap .btn_keypad {
    position:absolute;
    right:30px;
    top:50%;
    transform: translateY(-50%);
    width:24px;
    height:32px;
    border-radius:13px;
    border:2px solid #bfbfbf;
}
.input-group .input-wrap .btn_keypad:after {
    display:block;
    position:absolute;
    top:5px;
    left:9px;
    width:2px;
    height:7px;
    border-radius:1px;
    background-color:#bfbfbf;
    content:'';
}
.icon-adjusted {
    background-position: 90% 11px !important;
}
/*개인정보수집동의*/
.auth-agree {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background-color: #f4f4f4;;
}
.auth-agree label {
    flex: 1;
    white-space: nowrap; /* 줄바꿈 방지 */
}

.strong{
    font-weight: 900;
}
.confirm-btn {
    width: 200px;
    height: 50px;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;


}
.confirm-btn:hover {
    background-color: #555;
}
.nice_description {

    font-size: 13px;
    color: #555;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing:border-box;
    flex-wrap:wrap;
    overflow-x:hidden;
}

/*로그인 내부*/


.auth-container{
    display: flex;
    /*width: 1200px;*/
    width: 100%;
    min-height: 500px;
    border: 1px solid #ccc;
    padding: 20px;
}


.auth-left{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*gap:15px;*/
    border-right: 1px solid #ccc;
}

.auth-left .loginBtnWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.auth-left .cert-btn{
    align-items: center;
}

.auth-right
{
    flex: 2;
    display: flex;
    flex-direction: column;
    /*padding-left: 100px;*/
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap:15px;
}
.auth-right .right-header
{
    font-size : 20px;
    font-weight: bold;

}
.auth-right p
{
    font-size : 18px;
    display: flex;
    align-items: center;
    justify-content: center;

}
/*pin 로그인*/
.pin-info-container {
    /*border: 1px solid #ccc;*/

    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: inherit;
    position: relative;
}

.pin-info-container {
    display:none;
}
.pin-info-container.show {
    display:flex;
}

.pin-description {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.6;
}

.pin-register-btn {
    padding: 12px 24px;
    background-color: #333;
    color: #FFF;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 24px;
}

.pin-register-btn:hover {
    background-color: #423f3fc4;
    /*background-color: #f5f5f5;*/
}

.pin-guide {
    /*display: block;*/
    /*margin-top: 20px;*/
    /*color: #333;*/
    background-color: #F0F0F0;
    padding: 16px;
    border-radius: 8px;
    margin-top: 24px;
    font-size: 14px;
    color: #666;
    text-align: left;
}


/*전자서명 인증 선택 모달*/
.modal_elesys { margin: 14px 0px 20px;}
.fund_elesys .head { text-align: left;}
.fund_elesys .head h2 {font-size: 18px; font-family: "NotoR"; position: relative;}
.fund_elesys .head .bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 10px;
    background: #fbe233;
    margin: 20px 5px 10px;
}
.radius-sm{
    border-radius: 6px;
}

.bizSelect select{
    color: #999;
    line-height: 36px;
    background: url(../images/common/btn_select_arrow.png) 92% center no-repeat !important;

}
.arrow_icon{
    background: url(../images/common/btn_select_arrow.png) 92% center no-repeat !important;

}
.browser_info{
    font-size: 17px;
    display: block;
    text-align: left;
    margin:4px 0 0 10px;
    color: #616161;
}
.browser_info:before{
    content: "";
    display: inline-block;
    background: url("../images/icon/icon_info.png") no-repeat;
    width: 17px;
    height: 17px;
    vertical-align: -4px;
    background-size: 70%;

}
