﻿


.wrap>div{
    max-width: 900px;
}



/*검색창*/
.searchbox{
    width: 70%;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 3rem;
    column-gap: 1rem;
}
.search_board{
    box-sizing: border-box;
    width: 100%;
    height:100%;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #E2E7EE;
}
.searchon{
    position: unset;
    width: 40%;
    height: 52px;
    background: #000;
    color: #fff;
    border-radius: 15px;
    cursor:pointer;
}

.n_post{
    color: #000;
    margin-top: 2rem;
}

.n_post span{
    color: var(--main-color);
}

@media (max-width:768px) {

    .searchbox{
        width: 100%;
    }

    .searchon{
        width: 50%;
    }

}



.b_scro{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}



/*faq박스*/
.card_bottom{
    border-top: 1px solid #3A3A3A;
    margin: 1rem 0;
}

.empty_list{
    border-top: 1px solid #3A3A3A;
    margin-top: 1rem;
}


/*임시로 넣어둠*/
.card_content{
    padding: 1.5rem 0;
    border-bottom: 1px solid #E2E7EE;
    width: 100%;
    cursor: pointer;
}

.card_content:hover p{
    text-decoration: underline;
}

.card_content p{
    font-weight: 600;
    font-size: 1.13rem;
    margin-bottom: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_content span{
    color: #B2B6BD;
}


.noti{
    height: auto;
    max-height: 85px;
     border-bottom: 1px solid #E2E7EE;
}
.notiopen{
    max-height: 500px;
    transition: max-height .8s linear;
}
.noti h3 img{
    width:40px;
    margin-right:15px;
}
.n_box{
    padding: 1.8rem 1rem;
}
.n_box:hover{
    background: #f7f7f7;
}
.n_box>div:first-child, .n_pro>div:first-child{
    width: 30px;
}
.noti>div>div:first-child h3{
    color: var(--sub2-color);
    color: #000;
}
.n_box>div:last-child{
    position: relative;
    left: 0;
    margin-left: auto;
}

/*.n_box>.n_tit:first-of-type h3{
    display: none;
}*/

.n_tit p{
    font-size:1rem;
    line-height: 155%;
}
.n_tit p span{
    line-height: 155%;
    font-size: 1rem;
}
.n_tit>h3{
    font-size:1.1rem;
    padding-bottom:0;
}


.n_pro{
    width: 100%;
    min-height: 85px;
    height: auto;
    text-align: start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 25px;
    margin: 1rem 0;
    color: #353535;
    background: var(--bg-color);
    overflow-y: auto;
}

.n_pro .n_tit h3{
    color: var(--main-color) !important;
    height: 210px;
}

.n_pro>div:nth-child(2){
    width: calc(100% - 23px);
    max-height: 220px;
}
.n_pro>div:nth-child(2)>h3 {
    font-weight:lighter;
}
.morebtn{
    border-radius: 50px;
    border: 1px solid #58A9FF;
    background: #58A9FF;
    font-size:0.75rem;
    color:white;
    width:auto;
    height:auto;
    padding: 3px 10px;
    margin-left: 10px;
}




@media (max-width: 768px) {

    .opt_obj input[type="radio"] + span {
        margin-right: 0.2rem;
        height: 2.6rem;
        line-height: 2.6rem;
        padding: 0 1.1rem;
    }

    .noti {
        max-height: 70px;
    }
    .n_box{
        height: 70px;
        padding: 0 16px;
    }
    .n_tit > h3 {
        font-size: 1rem;
        line-height: 140%;
    }
    .n_pro {
        min-height: 70px;
    }

    .n_box>div:first-child, .n_pro>div:first-child {
        width: 30px;
    }

}
@media (max-width: 768px) {
    .n_box>div:first-child, .n_pro>div:first-child {
        width: 20px;
    }
}