﻿


.wrap_bottom>h3 {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 1.8rem;
}

.card_bottom{
    margin-top: 20px;
}

.noti{
   width: 100%;
    position: relative;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
}

.noti h3{
    margin-bottom:0;
}

.noti h3 img{
    width:40px;
    margin-right:15px;

}


.n_box{
    width: 100%;
    height: auto;
    min-height: 125px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 32px 25px;
    cursor: auto;
}

.n_box>div:first-child{
   flex-direction:column;
   align-items:flex-start;
}


.n_tit{
    display:flex;
    align-items:center;
}



.n_box>div:last-child:hover{
    cursor:pointer;
}

.n_tit>h3{
    font-size: 1.44rem;
    margin-top: 8px;
    font-weight: 700;
}

.n_tit>p{
    font-size:1rem;
    color:#818181;
    margin-top:5px;
        line-height: 22px;
}
.n_tit h6{
    display: flex;
}
.n_tit h6 .tag {
    font-size: 0.87rem;
    padding: 5px 10px;
    margin-right: 4px;
    border-radius: 5px;
    vertical-align: 2px;
    background: var(--sub-color);
    color: #fff;
    white-space: nowrap;
}

.n_pro{
    width: 100%;
    min-height: 100px;
    max-height: none;
    height: auto;
    background: #f9f9f9;
    margin: auto;
    color: #8C8C8C;
    text-align: start;
    padding: 25px;
    display:flex;
    justify-content:space-between;
    font-size: 1rem;
}
.detail_list ul{
    line-height: 25px;
    margin-right: 1.3rem;
}


.price_box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.price_box p{
    font-weight: 800;
    color: var(--orange-color);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    text-align: end;
}
.price_box button{
    width: 180px;
    height: 56px;
    background: var(--sub-color);
    color: #fff;
}


/*나의번호*/
.my_num{
    height:auto;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dedede;
    text-align: center;
    border-radius: var(--border-15px);
    width:auto;
    max-width:280px;
    height: 50px;
    position:relative;
    background: var(--bg2-color);
    border: 1px solid var(--sub-color);
    color: var(--sub-color);

}


.my_num:hover{
cursor:pointer;

}

.my_phone{
font-weight: bold;
font-size: 16px;
}
.my_phone span{
color: var(--primary-color);
margin:0 5px;
}

.my_num p{
    display:inline-block;
    color:var(--primary-color);
    font-weight:bold;
    margin-left:10px;
}


/*전화번호목록 모달*/
.planbox{
    width:615px;
    min-height: 50px;
    height: auto;
    border-radius: var(--border-30px);;
    background: #FFF;
    box-shadow: 0px 4px 8px 5px rgba(180, 180, 180, 0.2);
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform :translate(-50%,-50%);
    -moz-transform   :translate(-50%,-50%);  
    -ms-transform    :translate(-50%,-50%);   
    -o-transform    :translate(-50%,-50%);
    opacity:0;
    z-index:-1;
    text-align: center;
}


.planbox img{
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}



.planbox>p{
    text-align: center !important;
    margin: unset;
    width: auto;
    font-weight: bold;
    color: #2d2d2d;
    font-size: 20px;
    margin-top: 11px;
    display:inline;
}

   .planbox img {
    display: inline;
   width:20px;
   margin-left: 6px;
}
.planbox button {
    padding: 0px 10px !important;
    border-radius: 20px;
    background: var(--sub-color);
    color: #fff;
    width: 80%;
    height: 54px;
}

.block{
    opacity:1;
    z-index:3;
}


.p_num{
    width: 380px;
    min-height: 50px;
    height: auto;
    padding: 1rem 2rem;
}

.p_num h5{
    font-size:0.87rem;
    margin-top:5px;
    color:gray;
}

.pmo{
    height:auto;
    width:100%;
    padding: 1rem 0px;
}
.my_pbox{
    width: 80%;
    height: 54px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 0.5rem;
}

.my_pbox:hover{
    cursor:pointer;
}
.use{
    border: 2px solid #dbdbdb;
    box-shadow:unset;
    background: var(--bg2-color);
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
}
.my_pbox .telecom{
    background: var(--sub-color);
    border-radius: 20px;
    width: auto;
    color: #fff;
    height: auto;
    padding: 3px 0.8rem;

}

.my_pbox p{
    margin:0 10px;
    position:relative;
}


@media(max-width:1200px){

    .planbox{
        width:90%;
    }
}

@media(max-width:768px) {
        .n_pro {
    flex-direction: column;
        padding: 20px;
    }
.n_tit>h3 {
    font-size: 16px;
}

.my_phone {
width: 250px;
}
.my_num {
height: auto;
}

.my_num p {
font-size: 14px;
margin-left: 4px;
}


.planbox {
    border-radius: 44px;
}

   .planbox {
    width: 100%;
    height: 400px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: fixed;
    bottom: -650px;
    top: unset;
    left: 0;
    transform: unset;
     -webkit-transform : unset;
    -moz-transform    : unset; 
    -ms-transform    : unset;   
    -o-transform    : unset;
    z-index:2;
    transition: all 0.3s ease;
    opacity:1;
}


   .block{
    opacity:1;
    z-index:3;
    position: fixed;
    bottom: 0 !important;
    top: unset;
    left: 0;
    transition: all 0.3s ease;
}
    .p_num {
          min-height: 400px;
    }
   .pmo{
    height:240px;
    min-height:0px;
    overflow: scroll;
    overflow-x: hidden;
    display: block;
}
   .p_num button{
       margin-top:15px;
   }

   .p_num button{
       margin-top:15px;
   }
    .my_pbox {
        width: 97%;
    }
    .planbox img {
    width: 21px;
    margin-right: 10px;
}


}
