@charset "utf-8";

/*
  yobolove
  popup css Style
  Author : sohyeon
  date: 2025.9 ~

*/

.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.popup_bg .popup_box {
    background: #FFFFFF;
    width: 600px;
    max-height: calc(-4rem + 100vh);
    inset: auto;
    display: inline-block;
    overflow: auto;
    position: absolute;
    top: 2rem;
    left: -300px;
    margin-left: 50%;
}

.popup_bg .popup_box.h_fr {
    border-radius: 20px;
    height: auto;
    max-height: 570px;
    width: 430px;
    top: 6rem;
    left: -215px;
    margin-left: 50%;
}

.popup_bg .popup_box > .title {
    font-size: 18px !important;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.popup_bg .popup_box .btn_close {
    position: absolute;
    top: 15px;
    right: 20px;
}

/* 근무조건 필터 */
.popup_bg .popup_box .top {
    border-bottom: 1px solid #777;
    text-align: center;
    position: fixed;
    width: 600px;
    background: #fff;
    z-index: 1;
}

.popup_bg .popup_box .top .title {
    line-height: 60px;
    font-size: 21px;
}

.popup_bg .popup_box .top .btn_close {
    top: 15px;
    right: 30px;
}

.popup_bg .popup_box .btnBox_lineG1 {
    padding: 5px 15px;
    font-size: 18px;
}

.popup_bg .popup_box .box1 {
    padding: 0px 30px 30px;
}

.popup_bg .popup_box .box1 .title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.popup_bg .popup_box .box1 input {
    height: 52px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 20px;
    color: #666;
}

.popup_bg .popup_box .box1 button.icon_arrow3 {
    position: absolute;
    top: 21px;
    right: 20px;
}

.popup_bg .popup_box .box1 label {
    cursor: pointer;
}

.popup_bg .popup_box .box1 .icon_arrow2 {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(135deg);
}

.sel_list {
    background: #FFFFFF;
    position: absolute;
    z-index: 1;
    width: 90%;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%)
}

.sel_list li {
    position: relative;
}

.sel_list input {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 15px !important;
}

.sel_list label {
    display: block;
    padding: 10px 20px 10px 40px;
}

.sel_list input:checked + label {
    background: rgba(255, 86, 124, 0.08);
}

.popup_bg .popup_box .footer_btn {
    width: calc(100% - 60px);
    height: 50px;
    font-size: 20px;
    margin: 30px;
}

.popup_bg .popup_box .footer_btn2 {
    width: calc(50% - 5px);
    height: 50px;
    font-size: 20px;
}

.popup_bg .popup_box .text_btn {
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    color: #666;
}

.popup_bg .popup_box .text_btn:hover {
    background: #f1f1f1;
    border-radius: 10px;
}

/* 공고 상세보기 - 상세보기 페이지 보완되면 주석처리할 것 */
.popup_bg .popup_box .box2 {
    padding: 60px 20px 30px;
    text-align: left;
}

.popup_bg .popup_box .box2 .btnBox_bgP.pBtn {
    width: 550px;
    padding: 20px;
    font-size: 20px;
    margin: 20px 0 10px;
}

.popup_bg .popup_box .box2 .btnBox_bgW.pBtn{width: 550px; padding: 20px 0; font-size: 20px; margin: 20px 0 10px; text-align: center;}
.popup_bg .popup_box .box2 .btnBox_bgW.pBtn:hover{background: #fff;}

.popup_bg .popup_box .box2 .btnBox_bgP.p_icon {
    font-size: 13px;
    padding: 2px 10px;
    font-weight: bold;
}

.popup_bg .popup_box .box2 .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup_bg .popup_box .box2 .text {
    margin-bottom: 10px;
}

.popup_bg .popup_box .box2 .p1 {
    color: #898989;
    margin-top: 20px;
}

.popup_bg .popup_box .box2 .p2 {
    margin-bottom: 20px;
}

.popup_bg .popup_box .box2 .btnBox_lineG2 {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.popup_bg .popup_box .box2 .btnBox_lineG2:before {
    content: none;
}

/* 공고등록 팝업 */
.popup_bg .popup_box .box3 {
    padding: 30px 30px 0;
}

.popup_bg .popup_box .box3 h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.popup_bg .popup_box .box3 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.popup_bg .popup_box .box3 text {
    font-size: 18px;
}

.popup_bg .popup_box .box3 .appRadio {
    display: block;
    margin: 20px 10px;
}

.popup_bg .popup_box .box3 .appCheckbox {
    display: inline-block;
    padding: 20px 10px;
}

/* 날짜, 시간 입력 팝업 */
.popup_bg .popup_box .day_box {
    padding: 30px 30px 0;
}

.popup_bg .popup_box .day_box h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

/* 구인 담당자 서명, 휴대폰인증 */
.popup_bg .popup_box canvas {
    border: 1px solid #cbcbcb;
    width: 90%;
    height: 300px;
    display: inline-block;
    border-radius: 5px;
}

.popup_bg .popup_box.h_fr .inputDs {
    border-radius: 5px;
    height: 46px;
    padding: 0 10px;
    font-size: 18px;
}

.popup_bg .popup_box .input_time {
    position: relative;
}

.popup_bg .popup_box .input_time input {
    width: calc(100% - 20px);
}

.popup_bg .popup_box .input_time .time {
    position: absolute;
    top: 12px;
    right: 10px;
}

/* 근무 시간 선택 피커 */
.tp_box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    width: 360px;
}

.tp_title {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.tp_title:first-child {
    margin-top: 0;
}

.tp_wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.tp_col {
    flex: 1;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
}

.tp_item {
    padding: 14px 0;
    text-align: center;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
}

.tp_item.tp_selected {
    background: rgba(255, 86, 124, 0.12);
    color: #FF567C;
    font-weight: bold;
}

.tp_btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.tp_cancel {
    flex: 1;
    height: 50px;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.tp_confirm {
    flex: 1;
    height: 50px;
    font-size: 18px;
    background: #FF567C;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

/* 공지 팝업 모달 */
.popup_bg .popup_box.notice_modal {
    border-radius: 16px;
    width: 420px;
    max-height: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.28);
}

.notice_popup_header {
    background: linear-gradient(135deg, #FF567C, #ff8fa3);
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice_popup_title {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.3px;
}

.notice_close_x {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.15s;
}

.notice_close_x:hover {
    color: #fff;
}

.notice_popup_body {
    padding: 28px 28px 20px;
    line-height: 1.7;
}

.notice_popup_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px 22px;
    border-top: 1px solid #f0f0f0;
}

.notice_hide_today {
    background: none;
    border: none;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    transition: color 0.15s;
}

.notice_hide_today:hover {
    color: #555;
}

.notice_confirm_btn {
    padding: 11px 30px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    line-height: 1 !important;
}

/* 맞춤알림설정 팝업 */
.notify_popup {
}

.notify_popup .btn_Radio label {
    width: 370px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
}

.notify_popup .footer_btn {
    display: block;
    width: 100%;
    margin: 30px 0;
    font-size: 20px;
    line-height: 50px;
}

/* ============================================
   미로그인 블라인드 처리 (채용공고 상세 팝업)
   ============================================ */
.blind_area {
    position: relative;
}

/* 미로그인 시 — 안쪽 내용은 흐림 + 클릭 막기 */
.blind_area.is_blind > *:not(.blind_overlay) {
    filter: blur(6px);
    -webkit-filter: blur(6px);
    user-select: none;
    pointer-events: none;
}

/* 오버레이는 기본 숨김 */
.blind_area .blind_overlay {
    display: none;
}

/* 미로그인 시에만 오버레이 표시 */
.blind_area.is_blind .blind_overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    gap: 16px;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

/* 메시지+버튼을 감싸는 팝업 카드 */
.blind_area .blind_card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 44px 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 360px;
    width: 90%;
}

.blind_area .blind_msg {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.blind_area .blind_loginBtn {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}