@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_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;
}

/* 맞춤알림설정 팝업 */
.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;
}