@charset "utf-8";

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

*/

.info_list{width: 1200px; display: inline-block; margin-top: 65px; text-align: left;}
.info_list .rec_fliter{padding: 30px 0;}

.rec_listBox{}
.rec_listBox ul{display: flex; flex-wrap: wrap; justify-content: space-around;}
.rec_listBox ul li{background: #fff; width: 393px; border: 1px solid #EEEEEE; padding: 32px; margin-right: 10px; margin-bottom: 10px; cursor: pointer; box-sizing: border-box;}
.rec_listBox ul li.on{border: 3px solid #FF567C;}
.rec_listBox ul li:nth-child(3n){margin-right: 0;}
.rec_listBox ul li .btnBox_bgP{font-size: 13px; padding: 0 10px;}
.rec_listBox ul li .title{font-weight: 600; font-size: 20px; margin-bottom: 10px; width: 330px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.rec_listBox ul li .text{font-size: 18px; width: 330px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.rec_listBox ul li .list_icon_box{margin-top: 20px;}

.cpy_main{text-align: center;}
.cpy_main .topBnr{background: url("/images/cpy/cpy_lg.jpg") no-repeat; background-size: cover; background-position-y: center; width: 100%; height: 560px; position: relative;}
.cpy_main .topBnr .textBox{position: absolute; left: -470px; bottom: 150px; margin-left: 50%; text-align: left;}
.cpy_main .topBnr h2{font-size: 40px; font-weight: 500;}
.cpy_main .topBnr p{font-size: 40px; font-weight: bold; margin:30px 0;}
.cpy_main .topBnr .btnBox_bgP{font-size: 22px; padding: 15px 20px; margin-top: 20px;}
.cpy_main .KBBAemble{background: #0D1A45; padding: 30px 0; display: flex; align-items: center; justify-content: center;}
.cpy_main .KBBAemble .text{text-align: left; color: #FFFFFF; font-size: 24px; margin-left: 20px;}
.cpy_main .KBBAemble .text h3{font-size: 24px; font-weight: bold; line-height: 30px;}
.cpy_main .re_btn{background: #EE2A56; width: 1080px; display: inline-block; padding: 30px 0;}
.cpy_main .re_btn a{background: #6424eb; color: #FFFFFF; display: inline-block; padding: 30px 100px; font-size: 24px; font-weight: bold; border-radius: 5px;}

/* 채용공고 등록 */
.cpy_main1{padding: 70px 0 50px; background: #f9f9f9;}
.cpy_main1 h2{font-weight: 600; font-size: 27px; margin: 80px 0 20px;}
.cpy_main1 .title_line{font-weight: bold; margin: 40px 0 0; padding: 0 10px 10px; border-bottom: 3px solid #222; font-size: 21px;}
.cpy_main1 .title_box{background: #FFFFFF; padding: 30px 20px 0;}
.cpy_main1 .listBox{text-align: left; display: inline-block; width: 660px;}
.cpy_main1 .listBox .li_style{padding-bottom: 30px; display: flex; align-items: flex-start;}
.cpy_main1 .listBox h3{font-size: 18px; width: 170px; margin-top: 16px;}
.cpy_main1 .listBox .css_select input{}
.cpy_main1 .listBox input.textbox{border: 1px solid #ddd; border-radius: 5px; font-size: 20px; padding: 15px 20px 15px 10px; width:calc(100% - 30px); text-align: left; background: #fff;}
.cpy_main1 .listBox textarea{margin-top: 10px; border-radius: 5px; font-size: 20px; padding: 10px; width: calc(100% - 20px);}
.cpy_main1 .listBox .ab_box{position: relative;}
.cpy_main1 .listBox .ab_a{position: absolute; top:-10px; left: 10px; font-size: 14px; color: #777; padding: 0 5px; background: #fff; z-index: 1;}
.cpy_main1 .listBox .ab_b{text-align: right; padding-right: 50px; width: calc(100% - 60px);}
.cpy_main1 .listBox .ab_c{position: absolute; top: 15px; right: 15px; font-size: 20px;}
.cpy_main1 .listBox .ab_box .option li label{display: inline-block; width: 85%; margin-left: 5px;}
.cpy_main1 .btnBox_bgP.last_btn{width: 100%;padding: 15px 0; text-align: center; font-size: 20px;}
.cpy_main1 .sp_popupBox{position: absolute; top:-10px; right: 0;}
.cpy_main1 .sp_popupBox .btnBox_bgY{padding: 5px 10px; font-weight: bold;}
.cpy_main1 .sp_popupBox .btn_close{top: 20px; right: 20px;}
.cpy_main1 .sp_popupBox .sp_popup{position: absolute; top:55px; right: 10px; background: #FFF; width: 500px; border: 1px solid #ddd; padding: 30px; border-radius: 10px; z-index: 1;}
.cpy_main1 .sp_popupBox .sp_popup ul{margin-top: 40px;}
.cpy_main1 .sp_popupBox .sp_popup li{margin-bottom: 30px; }
.cpy_main1 .sp_popupBox .sp_popup li:last-child{margin-bottom: 0;}
.cpy_main1 .sp_popupBox .sp_popup li p{font-weight: bold; margin-bottom: 5px;}
.cpy_main1 .sp_popupBox .sp_popup li p span{background: #fff6c5; padding: 2px 5px;}
.cpy_main1 .choice_list .btn_Radio{display: flex; flex-wrap: wrap;}
.cpy_main1 .choice_list .btn_Radio li{display: inline-block; width: 305px; margin-bottom: 10px;}
.cpy_main1 .choice_list .btn_Radio li label{width: 100%; box-sizing: border-box;}
.cpy_main1 .choice_list .text1{color: #777; margin: 2px 0; font-size: 16px;}
.cpy_main1 .choice_list .text2{text-align: center; padding: 20px 0 0; margin-top: 20px; border-top: 2px solid #dddddd; font-weight: bold;}



/* 기업 내정보 */
.cpy_my{width: 1200px; margin-top: 66px; display: inline-block;}
.cpy_my .left{position: relative; width: 240px; height: calc(100vh - 80px); min-height: 680px; text-align: left; padding-top: 80px; background: rgb(247, 247, 247); border-right: 2px solid #eee;}
.cpy_my .left ul{margin-top: 30px;}
.cpy_my .left ul li a,.cpy_my .left ul li h2{color: #4A4A4A; font-size: 16px; padding: 10px 30px; display: block;}
.cpy_my .left ul li a:hover,.cpy_my .left ul li.on a{color: #FF567C; background: #fff; /*background: #fff1f1;*/}
.cpy_my .left ul li h2{font-size: 20px; font-weight: bold;}
.cpy_my .left .btnBox_bgP{width: 200px; line-height: 50px; text-align: center; font-size: 18px; margin: 0 20px;}
.cpy_my .left .btnBox_bgY{width: 200px; line-height: 44px; text-align: center; font-size: 16px; font-weight: bold; margin: 10px 20px 0;}
.cpy_my .left .footer{position: absolute; bottom: 0; width: 100%; text-align: center;}
.cpy_my .left .footer a{font-size: 16px; display: block}
.cpy_my .left .footer a.text{text-decoration: underline; color: #777; padding: 0 0 30px;}
.cpy_my .left .footer a.btn{color: #4A4A4A; background: #e9e9e9; padding: 15px 0; font-weight: bold;}
.cpy_my .left .footer a.btn:hover{background: #c3c3c3;}
.cpy_my .right{width: 878px; text-align: left; margin: 80px 0 0 80px;}
.cpy_my .right .gr_box{background: #f5f5f5; width: 510px; border-radius: 10px; padding: 30px; margin: 20px 0;}
.cpy_my .right .gr_box .btnBox_textP{width: 100%; line-height: 50px; text-align: center; font-weight: bold; font-size: 18px; margin-top: 20px;}
.cpy_my .right .icon_line{}
.cpy_my .right .icon_line li a{font-size: 20px; padding: 10px; width: 100%; text-align: left; display: block; color: #333;}
.cpy_my .right .icon_line li a:hover{background: #f5f5f5; }
/* 비밀번호 변경 */
.cpy_my .right .password_box{}
.password_box .title{font-size: 23px; font-weight: bold; margin-bottom: 20px;}
.password_box input{width: 360px; height: 50px; border-radius: 5px; font-size: 18px;}
.password_box .ab1{position: relative;}
.password_box .ab1 .ab_a{position: absolute; top: -9px; left: 10px; background: #fff; font-size: 16px; padding: 0 5px;}
.password_box .btnBox_bgP{width: 372px; line-height: 50px; margin-top: 50px; text-align: center; font-size: 20px;}
/* 기관정보 */
.cpy_my .right .modify_box h3{font-size: 22px; font-weight: bold;}
.cpy_my .right .modify_box h4{font-size: 18px; color: #333; margin: 30px 0 10px; letter-spacing: -1px;}
.cpy_my .right .modify_box .cpG_box{background: rgb(247, 247, 247); padding: 30px 20px; margin: 50px 0; border-radius: 10px;}
.cpy_my .right .modify_box .textbox{width: 190px; height: 50px; border-radius: 5px; font-size: 19px; padding-left: 10px; }
.cpy_my .right .modify_box .textbox.ok{background: #ddd;}
.cpy_my .right .modify_box .cp_ben{background: #555; line-height: 50px; color: #fff; margin-left: 5px; padding: 0 30px; font-size: 18px; border-radius: 5px;}
.cpy_my .right .modify_box .cp_ben:hover{background: #FF567C;}
.cpy_my .right .modify_box .add_box input{width: 239px;}
.cpy_my .right .modify_box .add_box input:nth-child(3n){margin-right: 0;}
.cpy_my .right .modify_box .add_box .add_btn{width:227px;}
.cpy_my .right .modify_box .footer_btn{text-align: center;}
.cpy_my .right .modify_box .footer_btn .btnBox_bgP{width: 100%; font-size: 20px; padding: 20px 0; margin-bottom: 50px;}
.cpy_my .right .modify_box #staffList .del_icon{position: unset; margin: 0;}
/*  등록한 채용공고 리스트 */
.cpy_my .right .line_list_box{margin-top: 20px;}
.cpy_my .right .line_list_box li{display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; padding: 30px 30px 20px; cursor: pointer;}
.cpy_my .right .line_list_box li:hover{background: #f6f6f6;}
.line_list_box .btnBox_lineG1,.line_list_box .btnBox_lineG3{font-size: 17px; padding: 8px 20px; margin: 10px 5px 10px 0;}
.cpy_my .right .line_list_box .non{text-align: center; font-size: 20px; padding: 50px 0; color: #999;}

/* 공고 상세보기 */
.rec_detail{padding: 60px 20px 30px; text-align: left;}
.rec_detail .btnBox_bgP.pBtn{width: 550px;padding: 20px; font-size: 20px; margin: 20px 0 10px;}
.rec_detail .btnBox_bgP.p_icon{font-size: 13px; padding: 2px 10px; font-weight: bold;}
.rec_detail .title{font-size: 20px; font-weight: bold; margin-bottom: 10px;}
.rec_detail .text{ margin-bottom: 10px;}
.rec_detail .p1{color: #898989; margin-top: 20px;}
.rec_detail .p2{margin-bottom: 20px;}
.rec_detail .btnBox_lineG2{display: block; text-align: center; margin: 20px 0;}
.rec_detail .btnBox_lineG2:before{content: none;}

/* 커스텀 셀렉트박스 스타일 */
.rec_custom_select{position: relative; width: 200px; margin: 10px 0;}
.rec_custom_select .select_display{background: #fff; border: 1px solid #ddd; border-radius: 5px; padding: 10px 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 16px;}
.rec_custom_select .select_display:hover{border-color: #FF567C;}
.rec_custom_select .select_display::after{content: '▼'; font-size: 12px; color: #666; transition: transform 0.3s ease;}
.rec_custom_select.active .select_display::after{transform: rotate(180deg);}
.rec_custom_select .select_options{position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #ddd; border-top: none; border-radius: 0 0 5px 5px; max-height: 200px; overflow-y: auto; z-index: 100; display: none;}
.rec_custom_select.active .select_options{display: block;}
.rec_custom_select .select_option{padding: 10px 15px; cursor: pointer; font-size: 16px; border-bottom: 1px solid #f0f0f0;}
.rec_custom_select .select_option:last-child{border-bottom: none;}
.rec_custom_select .select_option:hover{background: #f8f8f8; color: #FF567C;}
.rec_custom_select .select_option.selected{background: #fff1f1; color: #FF567C; font-weight: 600;}

/* 셀렉트박스 반응형 */
@media (max-width: 768px) {
    .rec_custom_select{width: 100%;}
    .rec_custom_select .select_display{padding: 12px 15px; font-size: 14px;}
    .rec_custom_select .select_option{padding: 12px 15px; font-size: 14px;}
}
/* 회원탈퇴 */
.cpy_my .right .check_box li{padding: 20px; justify-content: flex-start; align-items: center;}
.cpy_my .right .textbox{width: 310px; height: 50px; border-radius: 5px; font-size: 18px;}

/* 공지사항,약관 */
.ctm_box{padding-top: 66px; text-align: center;}
.ctm_box .notice_section{display: inline-block; width: 1200px;}
.ctm_box h2{margin: 60px 0 30px; font-size: 24px;}
.ctm_box .search_box{border-top: 2px solid #333; border-bottom: 1px solid #333; margin: 0 0 20px; padding: 15px 20px 13px;}
.ctm_box .search_box select{font-size: 17px; width: 100px; height: 36px;}
.ctm_box .search_box input{font-size: 17px; width: 170px; height: 34px; margin-right: 5px;}
.ctm_box .search_box button{width: 60px; line-height: 34px; position: relative; top:-3px;}
.ctm_box .search_box .btnBox_lineG3{background: #c7c7c7; border-color: #c7c7c7;}
.ctm_box .notice_list th{font-size: 16px; background: #eee; padding: 10px 0; color: #666;}
.ctm_box .notice_list td{font-size: 16px; padding: 10px;}
.ctm_box .notice_list tbody{min-height: 500px;}
.ctm_box .notice_list tbody tr{border-bottom: 1px solid #ddd;}
.ctm_box .notice_list tbody tr td .title{}
.ctm_box .notice_list tbody tr td.box{background: #f8f8f8; padding: 30px; text-align: left; position: relative;}
.ctm_box .notice_list tbody tr td.box h4{font-size: 21px; font-weight: bold; margin: 20px 0 30px;}
.ctm_box .notice_list tbody tr td.box .text{font-size: 15px; color: #555;}
.ctm_box .notice_list tbody tr td.box .btn_close{top: 20px; right: 20px;}
/* 약관 */
.ctm_box .clause_section{display: inline-block; width: 1200px; margin-bottom: 100px;}
.ctm_box .clause_section .top{border-bottom: 2px solid #eee; padding: 80px 0 10px; margin-bottom: 20px;}
.ctm_box .clause_section h2{font-weight: bold; margin: 0;}
.ctm_box .clause_section .selBox{width: 160px; height: 40px; text-align: left; font-size: 17px; border-radius: 5px; letter-spacing: 0;}

.ctm_box .clause_section .privacy-clauses{text-align: left;}
.ctm_box .clause_section .privacy-clauses .title{font-weight: bold; font-size: 17px; margin-bottom: 20px; color: #777; background: #eee; padding: 10px;}
.ctm_box .clause_section .privacy-clauses .clause{margin-bottom: 30px;}
.ctm_box .clause_section .privacy-clauses .clause h3{font-weight: bold; font-size: 18px; margin-bottom: 10px;}
.privacy-clauses .clause div,.privacy-clauses .clause p{font-size: 15px;}
.ctm_box .clause_section .privacy-clauses .clause ol{margin: 20px;}
.ctm_box .clause_section .privacy-clauses .clause ul{margin: 10px 20px;}
.ctm_box .clause_section .privacy-clauses .clause li{margin-bottom: 10px; font-size: 15px; }
.ctm_box .clause_section .privacy-clauses .clause .table-wrap{margin-top: 10px; text-align: center}
.ctm_box .clause_section .privacy-clauses .clause .table-wrap th{font-weight: bold;; border: 1px solid #ddd; height: 40px; font-size: 15px; background: #f7f7f7;}
.ctm_box .clause_section .privacy-clauses .clause .table-wrap td{border: 1px solid #ddd; padding: 10px; font-size: 15px;}
.ctm_box .clause_section .privacy-clauses .clause .listBox{border: 1px solid #f0f0f0; padding: 20px; background: #fcfcfd; display: flex; flex-wrap: wrap; justify-content: space-between;}
.ctm_box .clause_section .privacy-clauses .clause .listBox li{width: 50%; margin: 5px 0;}
.ctm_box .clause_section .privacy-clauses .clause .listBox a{font-size: 14px; color: #333;}
.ctm_box .clause_section .privacy-clauses .clause .listBox a:hover{color: #2767cd;}


    /* 상품페이지 */
.product_main{padding: 66px 0 20px;}
.product_main .box1{display: inline-block; width: 1200px; padding: 30px 0 60px; text-align: left;}
.product_main .box1 h2{font-size: 22px; font-weight: bold;}
.product_main .box1 .btnBox_bgP{width: 100%; font-size: 22px; text-align: center; line-height: 50px; margin-top: 30px;}
.product_main .box1 .product_list{margin-top: 30px;}
.product_main .box1 .product_list label{width : calc(187px - 40px); margin-bottom: 5px; padding: 20px; line-height: normal;}
.product_main .box1 .product_list label:before{content: none;}
.product_main .box1 .payBox{background: #333; color: #fff; border-radius: 5px; padding: 20px; margin-top: 10px; display: flex; justify-content: space-between;}
.product_main .box2{background: #f9f9f9; padding: 30px;}
.product_main .box2>.Display_ib{width: 1200px; text-align: left;}
.product_main .box2 h3{font-weight: bold; font-size: 20px; margin: 30px 0 20px;}
.product_main .agrList{padding: 0 10px 10px;}
.product_main .agrList li{font-size: 16px; margin-bottom: 5px; color: #666;}
.product_main .agrList li b{color: #454545;}

/* 결제페이지 */
.pay_main{padding: 66px 0 0; background: #f9f9f9;}
.pay_main .pay_section{display: inline-block; width: 1160px; background: #fff; padding: 20px; text-align: left;}
.pay_main .top{border-bottom: 3px solid #434343; padding: 30px 0 20px;}
.pay_main .left{width: 740px; margin-right: 20px;}
.pay_main .left .btn_Radio label{width: 140px; line-height: 60px; font-size: 17px;}
.pay_main .left .btn_Radio label:before{content: none;}
.pay_main .left .btn_Radio label span{line-height: 18px; display: inline-block; position: relative; top: 9px;}
.pay_main .left .paylist{}
.pay_main .left .paylist .list1{background: #EEE; margin: 30px 0; padding: 20px;}
.pay_main .left .list1 .pay_radioBox label{width: 146px; height: 64px; line-height: 25px; border-radius: 5px; display: inline-block; background: #fff; border: 3px solid #fff; text-align: center; margin-right: 10px; cursor: pointer;}
.pay_main .left .list1 .pay_radioBox input{position: absolute; width: 0; height: 0; opacity: 0;}
.pay_main .left .list1 .pay_radioBox input:checked+label{border-color: #333;}
.pay_main .left .list2 h4{ font-size: 15px; font-weight: bold; margin-right: 10px;}
.pay_main .left .list2 .inputBoxStyle{height: 44px; border: 1px solid #B8B8B8; border-radius: 10px; display: inline-block; box-sizing: border-box;}
.pay_main .left .list2 .appRadio span{margin: 20px 20px 20px 0; font-size: 17px; display: inline-block;}
.pay_main .left .grListBox li{padding: 3px 0;}
.pay_main .right{}
.payBox_fixed{width: 380px;}
.payBox_fixed .payBox{border: 2px solid #FF567C; border-radius: 15px; padding: 20px 20px 35px; margin-top: 80px; width: calc(380px - 40px); background: #fff;}
.payBox_fixed .payBox .bill_listBox{}
.payBox_fixed .payBox .bill_listBox .bill_li{display: flex; justify-content: space-between; align-items: center; height: 38px;}
.payBox_fixed .payBox .bill_listBox .bill_li.sum{border-top: 3px dotted #FF567C; align-items: flex-end; margin: 10px 0 35px;}
.payBox_fixed .payBox .btnBox_bgP{width: 100%; line-height: 50px; margin-top: 20px; text-align: center; font-size: 20px;}
/* 결제완료 */
.pay_main .publicWrap{display: inline-block; width: 1000px; background: #FFFFFF; padding: 20px; margin: 30px 0; border-radius: 20px; }
.patLastBox{position: relative; background: #F8F8F8; padding: 30px 60px; text-align: left; border-top: 2px solid #FF567C;}
.patLastBox li{font-size: 16px; line-height: 35px;}
.patLastBox .title li{color: #747485; width: 120px;}
.patLastBox .text li{color: #000000; font-weight: bold;}


/* event_text */
.event_main{text-align: center; padding-top: 66px; }
.event_main img{display: block;}
.event_main section{width: 100%; line-height: 0;}
.event_main .sc1{background: #C9F3FF;}
.event_main .sc2{background: #222222;}
.event_main .sc3{background: linear-gradient(0deg, #E918DC 0%, #FD8794 100%);}
.event_main .sc4{background: #f9f9f9;}
.event_main .sc5{background: #f1f1f1;}
.event_main .sc6{background: #222222;}
.event_main section .bg_box{width: 1200px; display: inline-block;}