﻿


.guide_text {
    width: 100%;
    padding: 0.93rem;
    margin-top: 1rem;
    background: #F8F8F8;
    border-radius: var(--border-15px);
    color: #8D8D8D;
    line-height: 150%;
    font-size: 0.87rem;
}

.c_check{
    margin-bottom: 0.5rem;
}
.guide_text>li{
    line-height: 150%;
}

.wrap>div>div {
    margin-bottom: 3rem;
}

.page_tit{
    margin-bottom: 0;
}

.wrap>div>p{
    font-size: 1.05rem;
    color: #808080;
    margin-top: .8rem;
    margin-bottom: 2rem;
    line-height: 140%;
    }

.btn_wrap>*{
    width: 49%;
    margin: 0;
}



/* 이메일 */
.email{
    line-height: 68px;
}
.email .opt_minibox{
    margin: 0;
    width: 50%;
}
.email>p{
    margin: 0 5px;
}
.email_back{
    display: flex;
    width: 50%;
}
.email .cont-select{
    width: 50%;
}
.email_back>input{
    width: calc(100% - 90px);
}
.n_ebtn{
    width: 80px;
    margin-right: 10px;
    text-align: center;
    color: #949CA2;
    white-space: nowrap;
    cursor: pointer;
    background: url(/common/img/masterpage/down.svg) no-repeat 100%;
    background-size: 15px;
        -webkit-appearance: none;
        font-size: 0.87rem;
}


@media (max-width:480px){

    .email_back{
        justify-content: space-between;
    }

    .email_back>input{
        width: calc(100% - 60px);
        text-indent: 0;
    }

    .n_ebtn{
        width: 60px;
        background-size: 11px;
        margin-right: 5px;
    }

}



/*동의*/
.guide_text ul{
    margin-left: 1.8rem;
}

.guide_text ul li{
    line-height: 180%;
    word-break: keep-all;
}


@media (max-width:400px){

    .chk_box{
        margin: 0.8rem 0 1rem;
        word-break: keep-all;
    }

}