@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}

.dim-layer .pop-layer {
    display: block;
}

.pop-layer .pop-container {
    min-width: 560px;
    height: 660px;
    border-radius: 20px;
    background-color: #fff;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    background-color: #fff;
    z-index: 10;
}

.pop_head p{
    padding:25px;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: -0.04em;
}



/*close btn*/

.btnX_wrap{
    padding: 18px;
}

.btnX {
    width: 29px;
    height: 29px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: red;
    border: none;
    border-radius: 50px;
    background: #475756;
}

.btnX .icon {
    position: absolute;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnX svg {
    width: 15px;
    fill: #eee;
}

.btnX:hover {
    background: #3E4B4B;
}

.btnX:hover .text {
    color: transparent;
}

.btnX:focus {
    outline: none;
}

.btnX:active .icon svg {
    transform: scale(0.8);
}

.table_wrap{
    padding: 0 30px;
}
.pop_head{
    display: flex;
    justify-content: space-between;
    min-width: 560px;
    background-color: #6284FD;
    color: #fff;
    text-align: left;
    height: 65px;
    border-radius: 0px 0px 0 0;
}
.pt_wrap{
    width: 20%;
}
.pop_title{
    width: ;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 600;
    padding: 16px 0 0 0;
    color:#3d3d3d ;
}

.logo_grap{
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.pop_table{
    width: 100%;
    height: 295px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    letter-spacing: -0.045em;
    border-collapse: collapse;
    overflow-y: scroll;
    display: block;
    overflow: auto;
}

.th1{
    width:67px;
    height: 37px;
}
.th2{
    width:280px;
    height: 37px;
    border-left:solid 1px #eee;
    border-right:solid 1px #eee;
}
.th3{
    width:100px;
    padding:0 5px;
}
.th4{
    border-left:solid 1px #eee;
    border-right:solid 1px #eee;
    padding:0 5px;
}
.th5{
    width:50px;
    padding:0 5px;
}

.td1{
    width:67px;
    height: 37px;
}
.td2{
    width:280px;
    height: 37px;
    border-left:solid 1px #eee;
    border-right:solid 1px #eee;
}
.td3{
    width:100px;
    padding:0 5px;
}
.td4{
    border-left:solid 1px #eee;
    border-right:solid 1px #eee;
    padding:0 5px;
}
.td5{
    width:50px;
    padding:0 5px;
}

.cert_title{
    width: 545px;
    border-bottom:solid 1px #dfdfdf;
    background-color:#f6f8fa;
    color: #676E7A;
}
.cert_cont{
    border-top:solid 1px #dfdfdf;
    height: 37px;
    background-color: #fff;
    cursor: pointer;
}

.cert_cont:hover{
    background-color: #ECF0FF;
    border:solid 1px #ECF0FF;
}

.pw_wrap{
    width: 80%;
    margin: 0;
}

#signPw{
    width: 100%;
    height: 35px;
}
.pw_wrap p{
    text-align: center;
    padding: 10px;
    font-size: 13px;
    color: #676e7a;
}

tbody#tbody > tr:hover {
    background-color: #FFA49C !important;
    cursor: pointer;
}

.active-color {
    background-color: #FFA49C !important;
    cursor: pointer;
}

a.btn-layerClose {
    width:100px;
    height: 40px;
}

a.btn-layerConfirm {
    width:100px;
    height: 40px;
}

a.btn-layerClose {
    text-decoration:none
}

.pop-conts_wrap{
    display: flex;
    justify-content: center;
    padding: 45px 0;

}

.btn-default{
    width: 150px;
    height: 45px;
    margin-right: 20px;
    background-color: #EFEFEF;
    border: solid 1px #EFEFEF;
    border-radius: 12px;
    font-size: 20px;
    color: #8a8a8a;
    font-weight: 600;
}

.btn-layerConfirm{
    width: 150px;
    height: 45px;
    background-color: #2D5BFF;
    border: solid 1px #2D5BFF;
    border-radius: 12px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    float: right;
}