/* 마이페이지 */

main.header { overflow: hidden; padding-bottom: 0;}

.my_container { max-width: 1054px; margin: 0 auto; padding: 4rem 15px;}


/* .my_wrap {padding-top: 5rem;} */
.mypage_box .title_wrap { display: flex;justify-content: space-between; align-items:center; margin-bottom: 1.5rem;}	
.mypage_box .title_wrap h2 {font-size: 1.4rem;font-weight: 600;}
.mypage_box .title_wrap .allview_btn { padding: .5rem 1.5rem; background: #2da2c8; color: #fff;border-radius: 8px; text-align: center;}

.mypage_box .profile_wrap { display: flex; justify-content: space-between; align-items: center;}
.mypage_box .profile_wrap .left { display: flex; align-items: center; gap: 3rem;}
.mypage_box .profile_wrap .left .img_wrap { width: 150px; height:150px; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: relative; background: #fff; overflow: hidden; border: 1px solid #ddd;}
.mypage_box .profile_wrap .left .img_wrap.no_profile { border: none;}
.mypage_box .profile_wrap .left .img_wrap .profile_img { width: 100%;}
.mypage_box .profile_wrap .left .img_wrap .no_img { width: 100%;}
.mypage_box .profile_wrap .left .column_box {display: flex; flex-direction: column; gap: 1.5rem;}
.mypage_box .profile_wrap .left .name { font-size: 1.6rem; }
.mypage_box .profile_wrap .right { display: flex; flex-direction: column; gap: 1rem;}
.mypage_box .profile_wrap .right > * { display: flex; align-items: center; gap: .5rem; padding: .5rem; width: 150px; text-align: center; border-radius: 7px; background: #2da2c8; color: #fff;}
.mypage_box .profile_wrap .right > * img { width: 20px; filter: brightness(100);}
.mypage_box .profile_wrap .right button { background: #6ac2bd;}
.mypage_box .profile_wrap .edit_resume { text-align: center; width: 115px; padding: .5rem 1rem; background: #f3f3f4; border-radius: 8px; transition: 0.2s;}

.bg_container { background: var(--color_bg); padding: 5rem 0 15rem; /* margin-top: 5rem; */}
.bg_container .title_wrap { padding-bottom: 1.5rem; border-bottom: 1px solid #cbcbcb;}
.mypage_box .apply_wrap { }
.mypage_box .swiper_wrap { overflow: hidden;}
.mypage_box .swiper_wrap .swiper { position: relative; overflow: unset; padding: 0 3px;}
.mypage_box .swiper_wrap .swiper:before { content:''; height: calc(100% - 10px); width: 15px; border-radius: 10px; position: absolute; left: 0; bottom: 0; top: 0;background: linear-gradient(180deg, #68c1bc, #2cadd5, #5a4699);border-right: 15px solid #f7f7f7;}
.mypage_box .swiper_wrap .swiper:after { content:''; height: calc(100% - 10px); width: 15px; border-radius: 10px; position: absolute; right: 0; bottom: 0; top: 0;background: linear-gradient(180deg, #68c1bc, #2cadd5, #5a4699);border-left: 15px solid #f7f7f7;}
.mypage_box .swiper_wrap .swiper.no_bookmark:before,
.mypage_box .swiper_wrap .swiper.no_bookmark:after { content: unset; }
.mypage_box .swiper_wrap .swiper-wrapper { height: 13rem; padding-bottom: 10px; }
.mypage_box .swiper_wrap .swiper-slide { height: 150px; padding: 1.5rem; border-radius: 10px; background: #fff; transform: unset;}
.mypage_box .swiper_wrap .swiper-pagination { color: #898989;top: -70px; bottom: unset; left: 180px; right: unset; text-align: unset; width: fit-content;}
.mypage_box .swiper_wrap .swiper-pagination .swiper-pagination-current { color: red;} 
.mypage_box .swiper_wrap .swiper-pagination .swiper-pagination-total { color: inherit;}

.bookmark_wrap .my_container,
.apply_wrap .my_container { padding: 2rem 15px;}

.bookmark_wrap .swiper_wrap .swiper-pagination { left: 115px;}

.mypage_box .swiper_wrap .swiper-slide { display: flex; align-items: center; flex-direction: column; background: #fff; border-radius: 8px; height: 100%; padding: 1.3rem; transition: ease-in-out .3s; margin-right: 30px; width: calc(25% - 23px);}
.mypage_box .swiper_wrap .swiper-slide:hover{ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.mypage_box .swiper_wrap .swiper-slide.another {justify-content: flex-start;}
.mypage_box .swiper_wrap .swiper-slide img { display: block; height: 2rem; margin-bottom: 1rem;}
.mypage_box .swiper_wrap .swiper-slide .no-image { height: 2rem;width: 100%; margin-bottom: 1rem;}
.mypage_box .swiper_wrap .swiper-slide .no-image img { display: block; width: 100%; height: 100%; object-fit: cover;}
.mypage_box .swiper_wrap .swiper-slide.another { justify-content: center; align-items: center; gap: 1rem; text-align: center;}
.mypage_box .swiper_wrap .swiper-slide.another a { display: block; font-weight: 600; background: #dbdbdb; padding: .5rem 1rem; border-radius: 20px;}
.mypage_box .swiper_wrap .swiper-slide h4 { white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; line-height: 1.1; -webkit-box-orient: vertical; overflow: hidden; word-break: break-all; text-align: left; width: 100%; height: calc(1rem + 2px); margin-bottom: 1rem; font-weight: 600;}
.mypage_box .swiper_wrap .swiper-slide h3 { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; line-height: 1.1; -webkit-box-orient: vertical; overflow: hidden; word-break: break-all; text-align: left; width: 100%; height: calc(2rem + 2px); margin-bottom: 1rem;}
.mypage_box .swiper_wrap .swiper-slide p {     color: #b7b7b7; white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; line-height: 1.1; -webkit-box-orient: vertical; overflow: hidden; word-break: break-all; text-align: left; width: 100%; height: calc(1rem + 3px);}
.mypage_box .swiper_wrap .swiper-slide p.pay span { margin-right: .3rem; font-weight: 600;}
.mypage_box .swiper_wrap .swiper-slide.another span { line-height: 1.3;}
.mypage_box .swiper_wrap .no_slide { font-size: 1.2rem;width: 100%; text-align: left; line-height: 1.3; white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; word-break: break-all;}

/* view_resume : 이력서 보기 */
.view_resume_box .edit_btn { display: block; padding: 1.5rem; margin: 3rem auto; border-radius: 10px; text-align: center; font-size: 1.2rem; color: #fff; letter-spacing: 0.1rem; background: var(--color_blue);}

.view_resume_box .profile_wrap { display: flex; justify-content: space-between; align-items: stretch; margin-bottom: 3rem;}
.view_resume_box .profile_wrap .left { display: flex; flex-direction: column; justify-content: space-between;}
.view_resume_box .profile_wrap .left p { color: #9c9c9d;}
.view_resume_box .profile_wrap .left p span { font-weight: 500;}
.view_resume_box .profile_wrap .right {text-align: center;}
.view_resume_box .profile_wrap .right .img_wrap { width: 150px; height:150px; border: 1px solid #ddd;display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; overflow: hidden;}
.view_resume_box .profile_wrap .right .img_wrap img {width: 100%;}
.view_resume_box .profile_wrap .right .edit_img_btn { display: block; text-align: center; margin: 0 auto;  width: 135px; padding: .5rem 1rem; position: relative; background: #fff; border-radius: 8px; transition: 0.2s;}
.view_resume_box .profile_wrap .right .edit_img_btn:before { content: ''; width: calc(100% + 2px); height: calc(100% + 2px); position: absolute; top: -1px; left: -1px; background: linear-gradient(90deg, #66c9c1, #6f509f); z-index: -1;border-radius: 10px;}

.view_resume_box .input_wrap { margin-bottom: 5rem;}
.view_resume_box .input_wrap .title_wrap { display: flex; justify-content: center; align-items: center; padding: 1.5rem ; border-top: 1px solid #979798; border-bottom: 1px solid #979798; background: #f9f9f9;}
.view_resume_box .input_wrap .title_wrap h2 { font-weight: 800; font-size: 1.4rem;}
.view_resume_box .input_wrap .title_wrap button { color: #a0a0a0; font-size: 1.4rem; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #a0a0a0;  background: #fff; border-radius: 5px; }
.view_resume_box .input_wrap ul li { border-bottom: 1px solid #ddd; padding: 2rem 1.5rem; display: flex; align-items: center; justify-content: space-between;}
.view_resume_box .input_wrap ul li:nth-child(1) { padding: 1.5rem 1.5rem;}
.view_resume_box .input_wrap ul li:nth-last-child(1) { border-bottom: 1px solid #b5b5b6;}
.view_resume_box .input_wrap ul li:nth-child(1) p {font-weight: 600;}
.view_resume_box .input_wrap ul li p { width: 25%; text-align: center; border-right: 1px solid #cbcbcc; word-break: break-all;}
.view_resume_box .input_wrap ul li p:nth-last-child(1) { border-right: none;}
.view_resume_box .input_wrap ul li button { color: #a0a0a0; font-size: 1.4rem; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #a0a0a0;  background: #fff; border-radius: 5px; }
.view_resume_box .input_wrap.certificate_wrap p { width: 33.3333%; text-align: center; border-right: 1px solid #cbcbcc; word-break: break-all;}
.view_resume_box .input_wrap.school_wrap li { justify-content: center; }
.view_resume_box .input_wrap.school_wrap li:nth-child(1) p { font-weight: 500;} 
.view_resume_box .input_wrap.selfintro_wrap ul li { display: block; padding: 2.5rem 1.5rem;}
.view_resume_box .input_wrap.selfintro_wrap ul li p.category { font-weight: 800; margin-bottom: 2rem; font-size: 1.4rem; border-right: none; width: unset; text-align: unset;}
.view_resume_box .input_wrap.selfintro_wrap ul li pre { line-height: 1.3; word-wrap: break-word;}

/* edit_resume : 이력서 수정 */
.edit_resume_box .profile_wrap { display: flex; justify-content: space-between; align-items: stretch; margin-bottom: 3rem;}
.edit_resume_box .profile_wrap .left { display: flex; flex-direction: column; justify-content: space-between;}
.edit_resume_box .profile_wrap .left p { line-height: 3;}
.edit_resume_box .profile_wrap .left p.noti { line-height: 1; color: #a4a4a5; margin-top: -0.6rem;}
.edit_resume_box .profile_wrap .left p span { font-size: inherit; font-weight: 600; }
.edit_resume_box .profile_wrap .left p.noti span { color: #ff0e0e;}
.edit_resume_box .profile_wrap .right {text-align: center;}
.edit_resume_box .profile_wrap .right .img_wrap { width: 150px; height:150px; border: 1px solid #ddd;display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; overflow: hidden;margin-bottom: 1.5rem;}
.edit_resume_box .profile_wrap .right .img_wrap.no_profile { border: none;}
.edit_resume_box .profile_wrap .right .img_wrap img {width: 100%;}
.edit_resume_box .profile_wrap .right #file { display: none;}
.edit_resume_box .profile_wrap .right .edit_img_btn { text-align: center; padding: .5rem 1rem; background: #f3f3f4; border-radius: 8px; transition: 0.2s; cursor: pointer;	}

.edit_resume_box .input_wrap { margin-bottom: 4rem; position: relative;}
.edit_resume_box .input_wrap .title_wrap { display: flex; justify-content: center; align-items: center; padding: 1.5rem ; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #f9f9f9;}
.edit_resume_box .input_wrap .title_wrap h2 { font-weight: 800; font-size: 1.4rem;}
.edit_resume_box .input_wrap .add_li { color: #a0a0a0; padding: .3rem 0.4rem; display: flex; align-items: center; justify-content: center; border: 1px solid #a0a0a0;  background: #fff; border-radius: 5px; margin: 10px 0 0 auto;}
.edit_resume_box .input_wrap ul li { position: relative;border-bottom: 1px solid #ddd; padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; }
.edit_resume_box .input_wrap ul li p { width: 25%; text-align: center; border-right: 1px solid #cbcbcc; font-weight: 500;}
.edit_resume_box .input_wrap ul li p:nth-last-child(1) { border-right: none;}
.edit_resume_box .input_wrap ul li .left {display: flex; align-items: center; width: 100%;}
.edit_resume_box .input_wrap ul li .left input { width: 100%; line-height: 1.3;border: 1px solid #bebebf; padding: .5rem 0.2rem; text-align: center;}
.edit_resume_box .input_wrap ul li .left > div { width: 25%; padding: 1rem; display: flex; align-items: center; gap: .3rem;justify-content: center; position: relative;}
.edit_resume_box .input_wrap ul li .left .month_wrap,
.edit_resume_box .input_wrap ul li .left .startDate_wrap{ padding: 1rem 5px;justify-content: left;}
.edit_resume_box .input_wrap ul li .left .month_wrap .endDate_place { width: calc(100% / 2 - 10px ); text-align: center; border: 1px solid #bebebf; padding: 0.6rem 0.2rem;}
.edit_resume_box .input_wrap ul li .left > div:nth-last-child(1):after { content: unset;}
.edit_resume_box .input_wrap.career_wrap ul li .left input[type=month] { width: calc(100% / 2 - 10px ); font-size: .9rem;}
.edit_resume_box .input_wrap ul li .left select { color: #9f9fa0;  background: url(/img/mo/arrow-down.png) no-repeat 90% center / 17px;  padding: .7rem 1.5rem; border: 1px solid #bebebf; width: 60%;}
.edit_resume_box .input_wrap ul li .left select option { }
.edit_resume_box .input_wrap ul li button { position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #a0a0a0; font-size: 1.4rem; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #a0a0a0;  background: #fff; border-radius: 5px; }
.edit_resume_box .input_wrap.certificate_wrap ul li p { width: 33.3333%;}
.edit_resume_box .input_wrap.certificate_wrap ul li .left > div { width: 33.3333%;}
.edit_resume_box .input_wrap.certificate_wrap ul li .left > div input { width: 70%;}
.edit_resume_box .input_wrap.school_wrap ul li { justify-content: center;}
.edit_resume_box .input_wrap.school_wrap ul li select { width: 40%; color: #9f9fa0; background: url(/img/mo/arrow-down.png) no-repeat 95% center  / 17px; padding: .7rem 1.5rem; border-radius: 10px; border: 1px solid #ddd;}
.edit_resume_box .input_wrap.school_wrap ul li select:focus {border: 1px solid #ddd; outline: none;}
.edit_resume_box .input_wrap.selfintro_wrap ul li { display: block; padding: 2.5rem 1.5rem;}
.edit_resume_box .input_wrap.selfintro_wrap ul li p.category { font-weight: 600; margin-bottom: 2rem; font-size: 1.4rem; text-align: unset; width: unset; border-right: unset;}
.edit_resume_box .input_wrap.selfintro_wrap ul li p.category span { color: red; font-size: inherit; margin-right: .3rem;}
.edit_resume_box .input_wrap.selfintro_wrap ul li pre { line-height: 1.3;}
.edit_resume_box .input_wrap.selfintro_wrap ul li textarea { width: 100%; line-height: 1.3; padding: 1rem; border: 1px solid #d1d1d2; border-radius: 5px; overflow-y: hidden;}
.edit_resume_box .input_wrap.selfintro_wrap ul li textarea::-webkit-scrollbar { display: none;}

.edit_resume_box .save_btn { display: block; width: 100%; padding: 1.5rem; margin: 3rem auto; border-radius: 10px; text-align: center; font-size: 1.2rem; background: var(--color_blue); color: #fff; }
/* 이력서 수정 완료 모달 */
.edit_resume_box .modal_wrap { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #00000040; z-index: 9999;}
.edit_resume_box .modal_wrap.on { display: block;}
.edit_resume_box .modal_wrap .inner { max-width: 1024px; width: 90%; padding: 6rem 1.5rem; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.edit_resume_box .modal_wrap .inner > img { width: 60px;}
.edit_resume_box .modal_wrap .inner p { font-size: 1.1rem; margin: 2rem 0; }
.edit_resume_box .modal_wrap .inner .btn_wrap button { font-size: 1.2rem; margin: 0 0.5rem; border-radius: 5px;padding: .7rem; width: 150px; background: var(--color_blue); color: #fff;}
.edit_resume_box .modal_wrap .inner .btn_wrap button:nth-child(2) { background: #f3f3f4; color: #333;} 



/* view_profile_box : 내 정보 페이지 */
.view_profile_box { padding-top: 160px; background: #f7f7f7;}
.view_profile_box .my_container .inner { background: #fff; border: 1px solid #ddd; border-radius: 10px; padding: 3rem 30px; }
.view_profile_box .profile_wrap { text-align: center;}

.view_profile_box .profile_wrap .img_wrap { width: 150px; height:150px; margin: 0 auto 3rem;display: flex; align-items: center; justify-content: center; border-radius: 50%; position: relative; background: #fff; overflow: hidden; border: 1px solid #ddd;}
.view_profile_box .profile_wrap .img_wrap .profile_img { width: 100%;}
.view_profile_box .profile_wrap .img_wrap .no_img { width: 80px;}

.view_profile_box .profile_wrap .recertify_btn { display: block; text-align: center; margin: 0 auto;  width: 150px; padding: .5rem 1rem; background: #f4f4f4; border-radius: 8px; transition: 0.2s; font-size: 1.2rem;}
.view_profile_box ul {  margin: 5rem auto;}
.view_profile_box ul li { position: relative; padding: 1.2rem 1.5rem; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; border: 1px solid #a3a3a3; border-radius: 10px;}
.view_profile_box ul li img { height: 25px;}
.view_profile_box ul li p { color: #a3a3a3; line-height: 1.3; word-break: break-all;}
.view_profile_box ul li p.none_edit { position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%);}
.view_profile_box ul li p.none_edit span { color: #d03e33; margin-right: 2px;}
.view_profile_box .cancel_btn { background: var(--color_blue); color: #fff; display: block; border-radius: 10px; text-align: center; font-size: 1.4rem; padding: 1.5rem; }

/* edit_profile_result : 정보 수정 페이지 */
.edit_profile_box { padding-top: 160px; background: #f7f7f7;}
.edit_profile_box .my_container > form { background: #fff; border: 1px solid #ddd; border-radius: 10px; padding: 5rem 30px;}
.edit_profile_box .profile_wrap { text-align: center;}

.edit_profile_box .profile_wrap .img_wrap { width: 150px; height:150px; margin: 0 auto 3rem;display: flex; align-items: center; justify-content: center; border-radius: 50%; position: relative; background: #fff; overflow: hidden; border: 1px solid #ddd;}
.edit_profile_box .profile_wrap .img_wrap .profile_img { width: 100%;}
.edit_profile_box .profile_wrap .img_wrap .no_img { width: 80px;}

.edit_profile_box .profile_wrap .recertify_btn { display: block; text-align: center; margin: 0 auto;  width: 150px; padding: .5rem 1rem; background: #f4f4f4; border-radius: 8px; transition: 0.2s; font-size: 1.2rem;}
.edit_profile_box ul {  margin: 5rem auto;}
.edit_profile_box ul li { position: relative; margin-bottom: 1.5rem; display: flex; align-items: center; border: 1px solid #a3a3a3; border-radius: 10px; overflow: hidden;}
.edit_profile_box ul li label { padding: 0 1.5rem;}
.edit_profile_box ul li img { height: 25px;}
.edit_profile_box ul li input[type=text] { padding: 1.5rem 0;width: 65%; background: #fff; }
.edit_profile_box ul li input[disabled] { color: #a3a3a3;}
.edit_profile_box ul li input[type=button] { cursor: pointer; font-size: 1.4rem; width: 20%; font-weight: 600; background: #f3f4f3; padding: 1.3rem 1.5rem;}
.edit_profile_box ul li.input_wrap input[type=text] { width: 80%;}
.edit_profile_box ul li.city_wrap input[type=text] { width: 100%;  padding: 1.5rem;}
.edit_profile_box ul li.detail_wrap { border: none;gap: 1rem; }
.edit_profile_box ul li.detail_wrap .input_wrap { padding: 0 1.5rem; overflow: hidden; width: 50%; border: 1px solid #a3a3a3; border-radius: 10px; }
.edit_profile_box ul li.detail_wrap .input_wrap input { width: 100%;}
.edit_profile_box ul li p { color: #a3a3a3; line-height: 1.3;}
.edit_profile_box ul li p.none_edit { position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%);}
.edit_profile_box ul li p.none_edit span { color: #d03e33; margin-right: 2px;}
.edit_profile_box .submit_btn { background: var(--color_blue); color: #fff; display: block; width: 100%; border-radius: 10px; text-align: center; font-size: 1.4rem; padding: 1.5rem; }

/* cancel : 회원탈퇴 */
.cancel_box { padding-bottom: 10rem;}
.cancel_box h2 { font-weight: 800; font-size: 1.4rem;  margin-bottom: 3rem;}
.cancel_box > p { font-weight: 500; margin-bottom: 1rem; font-size: 1.2rem;}
.cancel_box pre { line-height: 1.5; color:#a5a5a5; }
.cancel_box .btn_wrap { display: flex; align-items: center; gap: 4rem; margin-top: 3rem; justify-content: center;}
.cancel_box .btn_wrap > p { font-size: 1.4rem; font-weight: 500;}
.cancel_box .btn_wrap > #cancel_btn { width: 30%; font-size: 1.4rem; text-align: center; background: #f3f4f3; border-radius: 10px; padding: 1.5rem;}

.cancel_complet_box { text-align: center; padding: 11rem 0 10rem;}
.cancel_complet_box p { line-height: 1.5; font-size: 1.2rem; font-weight: 600;}
.cancel_complet_box a { display: block; font-size: 1.2rem; margin: 10rem auto 0;text-align: center; background: #f3f4f3; border-radius: 10px; padding: 1.5rem; font-weight: 600;}

/* change_pass : 비밀번호 재설정 */

.login_page { background: var(--color_bg);}
.container { max-width: 1054px; margin: 6rem auto 0; padding: 6rem 15px; min-height: calc(100vh - 14.7rem);}

.login_wrap { padding: 4rem 30px; border: 1px solid #cacaca; border-radius: 10px; background: #fff;}
.login_wrap .top_box { display: flex; justify-content: space-between; margin-bottom: 2rem; align-items: center;}
.login_wrap h2 { font-size: 1.4rem; font-weight: 500;}
.login_wrap .top_box a { padding: .7rem 1.85rem; background: #f4f4f4; border-radius: 10px; font-weight: 600;}

.change_pass_wrap h2 { font-size: 1.2rem; font-weight: 600; margin-bottom: 2rem;}
#change_pass_form .input_wrap { overflow: hidden; display: flex; margin-bottom: 1.5rem; border: 1px solid #c9c9ca; border-radius: 5px;}
#change_pass_form .input_wrap input { width: 100%; padding: 1.2rem .3rem; background: #fff;}
#change_pass_form .input_wrap input::placeholder { color: #9f9f9;}
#change_pass_form .input_wrap label {padding: 0 1.5rem; display: flex; align-items: center;}
#change_pass_form .input_wrap label img { width: 25px;}
#change_pass_form button { display: block; width: 100%; background: var(--color_blue); color: #fff; text-align: center; font-size: 1.2rem; padding: 1.2rem 1.5rem; border-radius: 5px;}
#password_result { height: 1.6rem; margin-bottom: 2rem;}

/* booknapply_box : 즐겨찾기, 지원한 공고 이력 전체보기 */
.booknapply_box { padding-bottom: 10rem;}
.booknapply_box h2 { font-weight: 600; text-align: center; font-size: 1.6rem;}
.booknapply_box form { margin: 3rem auto 5rem; display: flex; justify-content: space-between; align-items: center; padding: .4rem 2rem; border: 4px solid #2da2c8; width: 100%; border-radius: 40px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.booknapply_box form input { width: 100%; font-size: 1.2rem;}
.booknapply_box form button img { width: 30px;}
.booknapply_box .totalItems { margin-bottom: 1rem; text-align: right; padding-right: .5rem; font-size: 1.2rem;}
.booknapply_box ul { position: relative; }
.booknapply_box ul:before { content: ''; position: absolute; z-index: -1; width: 100%; height: 30px; border-radius: 10px; top: -5px; left: 0; background: linear-gradient(90deg, #66c9c1, #6f509f);	}
.booknapply_box ul:after { content: ''; position: absolute; z-index: -1; width: 100%; height: 30px; border-radius: 10px; bottom: -5px; left: 0; background: linear-gradient(90deg, #66c9c1, #6f509f);	}
.booknapply_box ul.no_data:before { content: unset;}
.booknapply_box ul.no_data:after { content: unset;}
.booknapply_box ul li { margin-bottom: 1.5rem;}
.booknapply_box ul li a { text-align: center; display: flex; justify-content: space-between; background: #fff; border: 1px solid #ddd; align-items: center; padding: 1.5rem .5rem; }
.booknapply_box ul li:nth-child(1) a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.booknapply_box ul li:nth-last-child(1) a { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;}
.booknapply_box ul li a .img_wrap { width: 20%; height: 100px; display: flex; align-items: center; justify-content: center;}
.booknapply_box ul li a .img_wrap img { max-width: 100%; max-height: 100%;}
.booknapply_box ul li a .scd {  width: 50%; text-align: left; padding: 0 0.7rem; display: flex; flex-direction: column; }
.booknapply_box ul li a .scd .title { font-size: 1.4rem; margin-bottom: 1rem; line-height: 1.2; font-weight: 600; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.booknapply_box ul li a .scd .tag { font-size: 1rem; margin-bottom: 1rem; line-height: 1.2; }
.booknapply_box ul li .favorite {position: absolute; z-index: 10; right: 2rem; top: 50%; transform: translateY(-50%); padding: 0.5rem; border: 1px solid #b4b4b4; border-radius: 10px; display: block; height: 40px; width: 40px; background: url(/img/common/star-off.png) no-repeat center/contain; background-size: 2rem 2rem;}
.booknapply_box ul li .favorite.on { background-image: url(/img/common/star-on.png);}


.booknapply_box ul li a > span { color: #c9c9c9; }
.booknapply_box ul li a .address { width: 15%; font-size: 1.2rem; padding: 0 0.7rem;border-left: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9;}
.booknapply_box ul li a .pay { width: 15%;font-size: 1.2rem; padding: 0 0.7rem; line-height: 1.1;}
.booknapply_box ul li.no_data  {}
.booknapply_box .pagination { margin-top: 5rem; display: flex; justify-content: center; gap: 3%;}
.booknapply_box .pagination .arrow_box { border: 1px solid #4A4F4F; padding: .5rem; border-radius: 8px;}
.booknapply_box .pagination .prev, 
.booknapply_box .pagination .next{ display: block; width: 1rem; height: 1rem; background: url(/img/pc/arrow-4.png) no-repeat center/contain; transform: rotate(180deg);}
.booknapply_box .pagination .next { transform: rotate(0);}
.booknapply_box .pagination a { font-size: 1.2rem; }
.booknapply_box .pagination a.on { color: #bb1a0a;}

.booknapply_box .no_data p { font-size: 1.2rem; text-align: center; margin: 10rem auto;}
.booknapply_box .no_data a { font-size: 1.2rem; text-align: center; display: block; width: 100%; padding: 1.5rem 0; background: #f3f3f3; border-radius:10px ;}

.bookmark_container ul li {position: relative;}
.bookmark_container ul li a { justify-content: unset; }
.bookmark_container ul li a .scd .bt_wrap { display: flex;}
.bookmark_container ul li a .scd .bt_wrap p {color: #a6a6a6;}
.bookmark_container ul li a .scd .bt_wrap .company_name {padding-left: 0; border-left: none;}
.bookmark_container ul li .icon_inner { position: absolute; z-index: 10; right: 2rem; top: 50%; transform: translateY(-50%); padding: 0.5rem; border: 1px solid #b4b4b4; border-radius: 10px;}
.bookmark_container ul li .icon_inner .favorite { display: block; height: 40px; width: 40px; background: url(/img/common/star-off.png) no-repeat center/contain;}
.bookmark_container ul li .icon_inner .favorite.on { background-image: url(/img/common/star-on.png);}
