@charset "utf-8";

.etc{
    padding: 307px 0 360px;
}

.etc.center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.title{
    font-size:24px;
    font-weight:600;
    color:#474b5a;
}

.consent_cont{
    text-align: center;
}

.etc .btn_group{
    justify-content: center;
    margin:50px 0;
}

.etc .btn_group .btn{
    width:105px;
}

.etc .btn_group button:last-of-type{
    margin-left: 10px;
}

.consent_box{
    width: 680px;
    padding:20px;
    background: #fff;
    margin:0 auto;
    text-align: left;
}
.consent_box > li:nth-of-type(1),
.consent_box > li:nth-of-type(2),
.consent_box > li:nth-of-type(3){
    list-style: disc;
    list-style-position: inside;
}
.consent_box > ul > li:nth-of-type(1),
.consent_box > ul > li:nth-of-type(2){
    list-style: decimal;
    list-style-position: inside;
    margin-left: 45px;
}
.consent_box li,
.consent_box span{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #6E7283;
}

.consent_box span:last-child{
    margin-top:10px;
}

.consent_box p{
    margin-bottom:10px;
}

/* 수신거부 완료 */
.etc.center .btn{
    width:105px;
}

.etc.center p{
    font-size:15px;
    line-height: 30px;
    font-weight:400;
    margin: 15px 0 37px;
    color:#6e7283;
}

/* 휴먼해제 */
.release_cont{
    text-align: center;
}

.release_cont .sub_tit{
    font-size:16px;
    font-weight:500;
    color:#474b5a;
    margin:20px 0 30px;
    line-height: 1.7;
}

.release_input{
    display:flex;
    align-items: center;
    justify-content: center;
}

.release_input:first-child{
    margin-bottom:10px;
}

.release_input input{
    width:485px;
    height:45px;
    border-radius: 2px;
    border:1px solid #d2d5e0;
    padding:0 13px;
    margin-right:10px;
}

.release_input .btn{
    width:105px;
}

.release_input.active input{
    background:#eee;
}

.release_input.active .btn{
    background:#c6c9d6;
}

.release_text{
    padding:20px 20px 20px 40px;
    background:#fff;
    text-align: left;
    width:600px;
    margin:20px auto 30px;
}

.release_text p{
    position: relative;
    font-size:15px;
    font-weight:400;
    color:#6e7283;
    line-height:1.6;
}

.release_text p::after{
    position: absolute;
    content: '';
    width:3px;
    height:3px;
    background:#6e7283;
    border-radius: 100%;
    left:-12px;
    top:17%;
}

.release_cont .btn_group .btn{
    width:295px;
}

.release_cont .btn_group .btn.active{
    background:#c6c9d6;
    color:#dfe2eb;
}
.m_br{
    display:none;
}

/* 서비스 에러 */
.service_error{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service_error .error_img{
    width: 78px;
    height: 78px;
    background: url("../img/icon/error_mark.png") center center / auto no-repeat;
}
.service_error .title{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 21px 0;
}
.etc.center .service_error p{
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #474B5A;
    margin: 0;
}
.etc .service_error .btn_group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 35px 0;
}
.service_error .btn_group .btn{
    width: 150px;
}
.etc.center .service_error p:last-of-type{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #6E7283;
}
.etc.center .service_error p:last-of-type > span{
    font-size: 15px;
    line-height: 25px;
    text-decoration: underline;
    color: #3F5DFF;
}

/* 공지 팝업 */
.modal_bg.notice_modal {
    width: 400px;
    height: fit-content;
    padding: 40px 25px 30px 25px;
    background: #FAFBFF;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #D2D5E0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.modal_bg.notice_modal .notice_modal_container {
    width: 100%;
}
.modal_bg.notice_modal .text_wrapper {
    min-height: 45px;
    max-height: 200px;
    overflow-y: auto;
    word-break:break-all; /* 2023-10-31 */
}
.modal_bg.notice_modal .direct_link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_bg.notice_modal h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1D1F28;
    margin-bottom: 10px;
    word-break:break-all; /* 2023-10-31 */
}
.modal_bg.notice_modal p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #1D1F28;
    margin-bottom: 5px;
    text-align: center;
    word-break:break-all; /* 2023-10-31 */
}
.modal_bg.notice_modal a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #3F5DFF;
}
.modal_bg.notice_modal .notice_modal_btn_box {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.modal_bg.notice_modal .notice_modal_btn_box .btn {
    width: 150px;
}


@media screen and (max-width:1201px) {
    .etc{
        padding:230px 0 360px;
    }

    .etc.center{
        padding:420px 0;
    }

    .title{
        font-size:24px;
    }

    .etc .btn_group{
        margin:50px 0;
    }

    .etc .btn_group .btn{
        width:105px;
    }


    .consent_box{
        width:600px;
        padding:20px;
    }

    .consent_box p,
    .consent_box span{
        font-size:15px;
    }

    .consent_box span{
        padding-left:15px;
    }

    .consent_box span:last-child{
        margin-top:10px;
    }

    .consent_box p{
        margin-bottom:10px;
    }

    /* 수신거부 완료 */
    .etc.center .btn{
        width:105px;
    }

    .etc.center p{
        font-size:15px;
        margin:20px 0 50px;
    }

    /* 휴먼해제 */
    .release_cont .sub_tit{
        font-size:16px;
        margin:20px 0 30px;
    }

    .release_input:first-child{
        margin-bottom:10px;
    }

    .release_input input{
        width:485px;
        height:45px;
        border-radius: 2px;
        padding:0 13px;
        margin-right:10px;
    }

    .release_input .btn{
        width:105px;
    }

    .release_text{
        padding:20px 20px 20px 40px;
        width:600px;
        margin:20px auto 30px;
    }

    .release_text p{
        font-size:15px;
        font-weight:400;
    }

    .release_text p::after{
        width:3px;
        height:3px;
        left:-12px;
    }

    .release_cont .btn_group .btn{
        width:295px;
    }
}



@media screen and (max-width:1065px) {
    .m_br{
        display:block;
    }
    .etc{
        background:#f5f5f5;
        padding:230px 0 360px;
    }

    .etc.center{
        padding:250px 0;
    }

    .title{
        font-size:20px;
        font-weight:600;
        color:#474b5a;
        line-height: 1.4;
    }

    .consent_cont{
        text-align: center;
    }

    .etc .btn_group{
        justify-content: center;
        margin:40px 0 20px;
    }

    .etc .btn_group .btn{
        width:189px;
    }

    .consent_box{
        width:100%;
        /* height:220px; */
        padding:20px;
        background: #fff;
        margin:0 auto;
        text-align: left;
    }

    .consent_box p,
    .consent_box span{
        font-size:15px;
        font-weight:500;
        color:#6e7283;
        line-height:1.6;
    }

    .consent_box span{
        padding-left:15px;
        display: block;
        line-height:1.6;
    }

    .consent_box span:last-child{
        margin-top:10px;
    }

    .consent_box p{
        margin-bottom:0;
    }

    .consent_box p:last-child{
        margin-bottom: 10px;
    }

    /* 수신거부 완료 */
    .etc.center .btn{
        width:135px;
    }

    .etc.center p{
        font-size:15px;
        font-weight:400;
        margin:10px 0 45px;
        color:#6e7283;
    }

    /* 휴먼해제 */
    .release_cont{
        text-align: center;
    }

    .release_cont .sub_tit{
        font-size:16px;
        font-weight:500;
        color:#474b5a;
        margin:20px 0 30px;
        line-height: 1.7;
    }

    .release_input{
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .release_input:first-child{
        margin-bottom:10px;
    }

    .release_input input{
        width:485px;
        height:45px;
        border-radius: 2px;
        border:1px solid #d2d5e0;
        padding:0 13px;
        margin-right:10px;
    }

    .release_input .btn{
        width:105px;
    }

    .release_input.active input{
        background:#eee;
    }

    .release_input.active .btn{
        background:#c6c9d6;
    }

    .release_text{
        padding:20px 20px 20px 40px;
        background:#fff;
        text-align: left;
        width:600px;
        margin:20px auto 30px;
    }

    .release_text p{
        position: relative;
        font-size:15px;
        font-weight:400;
        color:#6e7283;
        line-height:1.6;
    }

    .release_text p::after{
        position: absolute;
        content: '';
        width:3px;
        height:3px;
        background:#6e7283;
        border-radius: 100%;
        left:-12px;
        top:17%;
    }

    .release_cont .btn_group .btn{
        width:295px;
    }

    .release_cont .btn_group .btn.active{
        background:#c6c9d6;
        color:#dfe2eb;
    }
}