@charset "UTF-8";

:root {
    --primary: #fbd858;
	--primary-rgb: 251, 216, 88;
	--primaty-compmtry : #7a4fcf;
	--primaty-compmtry-rgb : 122, 79, 207;
	
    --red: #ef4949;
    --black: #2b2b2b;
    --white: #ffffff;
    --gray: #4a4a4a;
    --gray-2: #999999;
    --gray-3: #dddddd;
    --gray-4: #e4e4e4;
    --gray-5: #f0f0f0;
    --gray-6: rgba(249, 249, 249, 0.98);
    --gradient: linear-gradient(
      101.13deg,
      rgba(251, 217, 93, 1) 0%,
      rgba(251, 224, 126, 1) 25%,
      rgba(251, 235, 173, 1) 50%,
      rgba(251, 227, 135, 1) 100%
    );
  }

html, body {
/*	font-family: "Pretendard-Regular", sans-serif;*/
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}


/* 모바일 */
@media (max-width: 770px) {
	.choice_filter{display:none !important;}
	.main{margin-top: 0px !important;	}

	.nav_top{background: none !important;}
	.m_slide{display: block !important; max-width: 100%; margin: 0 auto;}
	.w_slide{display: none !important;}
	.w_login{display: none !important;}
	.log_name{color:#ffffff}
	

	.m_adius{
		display: block !important; 
		background-color: rgb(255, 255, 255);
		border-radius: 20px 20px 0 0;
		min-height: 20px;
		margin-top: -20px;
		position: relative;
		z-index: 1;
	}

	/* 모바일 선택형 필터 */
	.icon_box{display: flex !important; flex-direction: column;}
	.select_box {
		display: flex !important;
		gap: 10px;
		background: white;
		border-radius: 30px;
		border: 1px solid #ddd;
		padding: 10px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		width: fit-content;
		width: 100%;
		justify-content: space-around;
	}
	.select_box select {
		border: none;
		background: white url('/imgs/icon/industry.png') no-repeat left center;
		background-size: 20px;
		padding: 5px 30px;
		font-size: 16px;
		cursor: pointer;
		outline: none;
		appearance: none;
	}
	.select_box select:nth-child(2) {
		background: white url('/imgs/icon/area.png') no-repeat left center;
		background-size: 20px;
	}

	.select_img{width: 50%; display: flex; justify-content: space-around;}

	.modal_info_industry, .modal_info_area{text-align: center; margin-top:10px;}
	.modal_button{width:100%;}

	/* 모바일 전국 top */
/*
	#top_cardContainer, #top_loadMoreBtn, #cardContainer, #loadMoreBtn, .pc_top_img{display:none !important;}
*/
	#m_cardContainer{display: block !important;}
	/* .swiper-pagination{top:0 !important;} */
	.m_top_scrolling{overflow:auto; height: 450px; }


	/* 슬라이드 이미지 버튼 상위로 */
	swiper-container::part(pagination) {
		position: absolute !important;
		top: 0px !important;
		bottom: auto !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		z-index: 10 !important;
	}

 
}

html, body {
	height: 100%;
	margin: 0;
}

a{color: #000000; text-decoration: unset;}
.main{margin-top: 20px;}

/* 리스트 기본 스타일 제거 */
.nav-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 체크박스 커마 */
.check_ctm{display: none;}
label{
	display: inline-block; 
	width: 90px; 
	height: 30px;
	line-height: 30px; 
	cursor: pointer; 
	padding-left: 25px; 
	background-repeat: no-repeat; 
	background-position: left center;
}

/* 체크박스 off */
/*
.check_ctm+label{ 
	background-repeat: no-repeat;
	background-image: url('/imgs/icon/checkbox_inactive.png'); 
}
*/
/* 체크박스 on */
/*
.check_ctm:checked+label{
	background-repeat: no-repeat;
	background-image: url('/imgs/icon/check_active.png');
}
*/

/* 버튼 커마 */
.search_btn{background-color:#FBD858}

/* .content-wrapper{background-color: #f5f5f5;}     */
/*.navbar-toggler{display: block !important;}*/
.nav_top{
/*	background: linear-gradient(to bottom right, #ffdf7f, #f9c247);*/
	background: #fff;
	height: 70px;
	border-bottom:1px solid #fbd858;
}


.content-wrapper {
	display: flex;
	flex-direction: column;
	/*min-height: 100%;*/
}

.container {flex-grow: 1;}

/* 우측 nav */
.navbar-collapse {
	position: fixed;
	top: 0px;
	right: -300px; 
	width: 300px;
	height: 100vh;
	background-color: #f8f9fa;
	transition: left 0.3s ease;
}

.navbar-collapse.show {right: 0;}



.navbar-collapse{align-items: flex-start !important;}
.nav-item{margin:5px 0 5px 0px !important;}

/* 선택형 필터 */
.select_box{display:none;}
.icon_box{display:none;}

/* 전국 TOP */
/*
#m_cardContainer, .m_top_img{display:none;}
#top_cardContainer .col, #cardContainer .col{display: none;}
#top_cardContainer .col:nth-child(-n+3) {display: block;}
*/

/* #cardContainer .col{display: none;} */
#cardContainer .col:nth-child(-n+3) {display: block;}

.main_content{background-color:#F0F0F0 !important;}


/* 모달 안 css */
.close_modal{background-color: #0000; border: #0000;}
.address_title{font-weight: bolder; font-family: Pretendard;}
.address_name{background-color: #f5f5f5 !important; font-size: 0.9em;}
.address_info{
	font-family: Pretendard; 
	font-size: 0.8em;
	word-wrap: break-word;
}
.address_info_btn
{
	background-color: #0000;
	border-color: #cdcdcd; 
	color:#000000;
}

.address_info.d-flex
{
	display: flex;
	align-items: center;
	justify-content: space-between; 
	flex-wrap: wrap; 
}

.advertising{background-color:#FBD858; border-color:#FBD858;}


#navbarNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 350px;
    background-color: #f8f9fa;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1050 !important;
    display: block !important;
    visibility: visible !important;
}

/* 메뉴 활성화 클래스 */
#navbarNav.active {
    transform: translateX(0);
}

/* 오버레이 CSS */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

#overlay.active {
    visibility: visible;
    opacity: 1;
}

.flx{
    display:flex;
}
.form-group{
    margin-bottom:10px;
}
.choice_filter{
	font-size:14px;
}

.iBoardTable{
	width:100%;
}

.iBoardTable td{
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}
.iBoardTable tr{
    background-color: #f1f1f1;
}
.iBoardTable tr:hover{
    background-color: #e1e1e1;
}
tr.border_even{
    background-color: #fff;
}

#modalOverlay {
	display: none;
	position: fixed;
	top: 0;left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	overflow: visible;
}
.modal-content {
	position: relative;
	width: 60%;
	height: 90vh;
	margin: 5vh auto;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 100vw;
	box-sizing: border-box;
	max-width: 100%;
	word-break: break-word;
	overflow-wrap: break-word;
}
#div_success_login .modal-content {
	height: auto;
}

.close-btn {
	position: absolute;
	top: 5px; left: 5px;
	font-size: 24px;
	background: none;
	border: none;
	cursor: pointer;
}

#modalIframe {
	width: 100%;
	height: 100%;
	border: none;
/*	margin-bottom: 60px;*/

}

.modal_share{
	cursor:pointer;
	position: absolute;
	top: 10px;
	right: 23px;
	font-size: 24px;
	color:#000;
}
.modal_share_txt{
	top:5px;
	right:10px;
	position: absolute;
	color:#000;
	width:80px;
	font-size: 15px;
	line-height: 15px;
}

.modal-top{
	background-color: #f4f4f4;
}

.modal_title2{
	padding-left:30px;
	font-size:20px;
	font-weight:bold;
}

.new_position {
width: 100%;
}


/* 클릭이 필요한 하위 요소들만 pointer-events 활성화 */
.recruitList .frame_img,
.recruitList .redHeader,
.recruitList .v_buildType,
.recruitList .v_box,
.recruitList .frame_ow,
.recruitList .v_viewow,
.recruitList .badgeCell img {
	pointer-events: auto;
	position: relative;
	z-index: 1;
}

.recruitList img {
	pointer-events: none;
}

.recruitList {
/*	pointer-events: none;*/
	position: relative;
	z-index: 0;
	width:calc(33% - 10px);
}

.slider-container {
	display: block;
	scroll-snap-type: none;   
	width: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}
.slider-slide {
	overflow-x: visible;
	flex: none;               
	width: 100%;
	scroll-snap-align: none;
	margin-bottom: 1rem;
	padding:5px;
	scroll-snap-align: start;
}

.m_mt{ display:none;}

.col2{
background: rgba(240, 240, 240, 0.6);
	border-radius: 4px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 1;
	position: relative;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.frame_flag{
top: 2px;
width:100%;
right:2px;
display: flex;
flex-direction: row;
gap: 4px;
align-items: center;
justify-content: flex-end;
flex-shrink: 0;
position: absolute;
/* border-bottom: 2px solid #e0e0e0; */
}
.v_buildType{
/*margin-top:4px;*/
flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.frame_img{
display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.frame_ow{
display: flex;
padding: 10px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	height:40px;
}
.view_image{
	border-radius: 4px;
	flex-shrink: 0;
	width: 110px;
	height: 110px;
	position: relative;
	object-fit: cover;
}
.v_siteName{
	font-size:16px;
	font-weight:bold;
}
.v_buildType, .v_viewow{
	display: flex;
	font-size:12px;
}

.v_box{
display: flex;
align-items: center;
font-size:11px;
flex-wrap: wrap;
}

.v_box div{
display:flex;
justify-content: center;
align-items: center;
flex: 0 0 auto;
margin: 2px;
height:50px;
border-radius: 4px;
text-align: center;
}

.v_box div:nth-child(1) {
width:60px;
background-color: #f5b300;
}

.v_box div:nth-child(2) {
width:60px;
background-color: #ffcc33 ;
font-color: #fff;
}
.v_box div:nth-child(3) {
width:60px;
background-color: #fff176  ;
}
.v_box div:nth-child(4) {
	width:22px;
}

.zzim {
	width: 50px;
    height: 50px;
    position: absolute;
    right: -2px;
    top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  

/*

.zzim.active {
	color: #d84315;
}

.zzim_normal{
	font-size: 1.5em;
}
*/

.redHeader{
position: relative;
width: 100%;
display:flex;
background-color: #fbd858   ;
border-radius: 4px 4px 0 0;
padding: 0px 0px;

}
.redHeader.normal{
	background-color: transparent
}
.redHeader.normal .recSub{
	color:#666666;
}
.main_normal_view .v_buildType{
	color:#747474;
}

.recSub{
white-space: nowrap;
text-overflow: ellipsis;
color:#000;
font-weight: bold;
}
.onewords{
height:43px;
display:flex;
align-items: center;
}
.ai_matching{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
gap: 10px;
background: #f4f4f4;
padding:10px;
border-radius:10px;
}

.divider {
color: #fff;
font-size: 20px;
}


@keyframes blinkBadge {
0%, 100% {
	opacity: 1;
}
50% {
	opacity: 0.1;
}
}

.blink-badge {
animation: blinkBadge 0.8s ease-in-out;
}

@keyframes bounceY {
0%, 100% {
	transform: translate(-50%, -50%) translateY(0);
}
30% {
	transform: translate(-50%, -50%) translateY(-5px); /* 위로 5px */
}
60% {
	transform: translate(-50%, -50%) translateY(2px); /* 살짝 아래 */
}
}

.bounce-y {
animation: bounceY 0.5s ease-in-out;
}

.alertToggleBtn{
	cursor: pointer;
}
.alertDropdown {
	position: absolute !important;
/*top: auto !important;*/
left: auto;
background-color: white;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
overflow: hidden;
display: none;
min-width: 280px;
display: none;
}

.alert-dropdown {
	position: absolute;
	top: 110%;
	right: 0;
	min-width: 320px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1050;
	animation: fadeInDown 0.2s ease-in-out;
}

@keyframes fadeInDown {
	from {
	opacity: 0;
	transform: translateY(-8px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

.alert-dropdown .list-group-item:hover {
	background-color: #f8f9fa;
}

.alert-dropdown .list-group-item {
	border: none;
}
.dropdown-menu-header,
.dropdown-menu-footer{
	text-align: center;
	font-weight: bold;
	padding:10px;
}

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.list-group-item {
	background-color: #f5f7fb;
}
#alertDropdown .list-group .list-group-item:hover {
	background: #f8f9fa;
}
#alertDropdown .list-group {
max-height: 80vh;
overflow-y: auto;
}

.btn-light{
background:rgb(149, 179, 209);
}
.navbar-toggler, .navbar-toggler:hover{
	border:0px;
	outline:none;
}
.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}
.fixed-top{
    z-index:10;
}
.close-btn{
    z-index:10;
}
.recruitList{
    cursor:pointer;
}
.modal-content{
    z-index:11;  
}
/*
.swiper-wrapper{
    height:100vh !important;
}
*/
.close-btn{
    z-index:10;
}

.modal-content{
    z-index:11;  
}
#mapModal {
    top: 10px !important ;
    display: none;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80%;
    height: 80%;
    /*background: white;*/
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border-radius: 10px;
    overflow: hidden;
}
#kakaoMap {
    width: 100%;
    height: calc(100% - 50px);
}

#loginModal .iziModal-content,
#loginModal .modal-content,
#div_success_login .iziModal-content,
#div_success_login .modal-content{
    background-color:var(--primary);
}
#loginModal input[type="text"],
#loginForm input[type="password"]{
/*    background-color:var(--red);*/
}

.choice_filter.fixed {
    position: fixed;
    top: 86px;
    bottom:10px;
    z-index: 9;
    background: white;
    width: inherit;
    max-height: 100vh;
    overflow-y: auto;
}
.choice_filter .nav-item.f_type,
.choice_filter .nav-item2.area {
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
	margin:-5px;
	line-height: 1.4; 
}
.choice_filter .nav-item.f_type:hover,
.choice_filter .nav-item2.area:hover
{
    background-color: rgba(var(--primaty-compmtry-rgb), 0.9);
    font-weight: bold;
}
.choice_filter .nav-item.f_type .l_click,
.choice_filter .nav-item2.area .l_click
{
    background-color: rgba(var(--primary-rgb), 1.0);
    border-radius: 4px;
    font-weight: bold;
	/*
	display: inline-block;
    line-height: 1.2;
	height: 15px;
	*/
}
.welcome{
    display:flex;
    justify-content: space-around;
	flex-direction: column;

}
.welcome .btn{
    color:#9c9c9c;
}
.welcome .btn:hover{
    color:#000;
}
.div_close_menu{
    position: absolute;
    right: 10px;
    top: 5px;   
}
#div_success_login .iziModal-content{
    height:100px;
}
#alertDropdown .text-dark{
    font-size:14px;
}
#alertDropdown .small{
    --bs-text-opacity : 1;
    font-size:12px;

}
.top_logo{
    display: flex;
    align-items: center;
}
.top_logo, .top_logo img{
/*    width: 100px; */
    height: 60px;
}

.accordion-collapse {
	overflow: hidden;
	display: none;
}
.accordion-button.active {
	background-color: #f1f1f1;
}
.accordion-button {
	justify-content: space-between;
  }
  
  .accordion-button .arrow {
	display: inline-block;
	transition: transform 0.3s ease;
	margin-left: 10px;
  }
  
  .accordion-button.active .arrow {
	transform: rotate(180deg);
  }
.accordion-button:focus {
	box-shadow: none !important;
	outline: none !important;
  }
  
.accordion-button:not(.collapsed) {
	background-color: transparent !important;
	box-shadow: none !important;
}
  
.accordion-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion-button .svg-inline--fa {
	margin-right: 10px;
  }

.accordion-button .arrow {
	margin-left: auto;
	transition: transform 0.3s ease;
}
.accordion-button.active .arrow {
	transform: rotate(180deg);
}
.accordion-button::after {
	display: none;
}
.accordion-header{
	background-color: #fbd858;
}
.accordion-item {
	border-bottom: 1px solid #f6c940
}
.accordion-collapse{ 
	background-color: #f8f9fa;
}

.write_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.1rem;
    background: var(--primary-color);
    box-shadow: 10px 9px 12px 0px rgba(0, 0, 0, 0.2), 12px 5px 9px 0px rgb(255 87 34);
    margin-bottom: 10px;
}

#navbarNav{
	max-height: 90vh;
    overflow-y: auto;
}
.ham_menu {
    max-height: 90vh;
    overflow-y: auto;
}
#loginModal .iziModal-header-title {
	color :#000;
}
#loginModal .iziModal-header-subtitle{
	color:#383838;
}
#loginModal .iziModal-button-close{
	background : url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAylpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUzQTJEODAzMjQ3RTExRjA5M0VFRkZBMzZFOUQyNkI3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUzQTJEODAyMjQ3RTExRjA5M0VFRkZBMzZFOUQyNkI3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz72jI1HAAACAklEQVR42tyZzSuEQRzHn8dLhD1JLiKF9uKC0uLgP0ApF5I4OJAL/4OT5OLg4qAoF1HkoLxc5EJSwmFXIomLIuXl8f3VrKbt2fXMPLNrfqY+p21mPs/OzO83L64TrpSCGOgEraAeVIJi8fsHeARxcAz2wQG4c3JcWsAMOBdSngIkuwK6QGG2RdvBBvhSlEzHCRgErmnRcjAPPg2JprInRs1I6QAXWRKVeQUTYWX7RUNeDqGRzNeRHc6xqMwyKFCR7ftD2SQLQWWbwIsFwsRUkERwZoks8Q7aMglPWyQrx+oiP9koeLNQmBj3E15USK29IuttanR+DbpFfN8JWOcGRGTZaoWFNirVo6FaU5CNi5GU+w0a54dk4UmFTkdSRiaodCJFlkqVwh+1m6zkim2fypBGFaUTaeqsK/RL66uBKtaBZ8V5mFCQjmt8YMbpOKC5coNIm5QllqiBuRDhJp30Frg1LOuJU4uzHTJG+kmXgRrDssQDNXRqILD7SZuWTS4858pQNqKE0ugjGzEwij/kOQwLuynBbtGxC2vsEge71Mxu88Nue8lyA8/uiGT7IXTsXxzzbb1Iif22t2jmdFXF8jLQlutWrTtiVhfaLJ8MWD7KsHz28ntYnAWXmqeGVdCj87AY9stKRNyOiaeGWlAhZSaaQk9iL0AJ6RAcgXvdDr8FGACw8g2kt5evogAAAABJRU5ErkJggg==)
				no-repeat 50% 50%;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    display: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer{
	height:100px;
}
.force-hide {
    display: none !important;
}

.promotionNumber{
	font-size:15px;
	font-weight: bold;
	display: contents;
	color:#333333;
}

.main_normal_view{
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.firework {
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: yellow;
	border-radius: 50%;
	opacity: 0;
	will-change: transform, opacity;
}
@keyframes explode {
	0% { transform: scale(1); opacity: 1; }
	100% { transform: scale(0); opacity: 0; }
}

.searchOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9;
}

.searchInput{
	z-index: 10;
	position: fixed;
	top: 55px;
	left: 50%;
    transform: translateX(-50%);
	width:200px;
}

.charge_point{
	/*
	position: absolute;
    top: 90px;
    right: 15px;
		*/
	cursor: pointer;

}

.fixed-filter.left_fixed {
	position: fixed;
	top: 86px;
	left: 0;
	z-index: 4;
	width: 16.66666667%;
	height: 100vh;
	overflow-y: auto;
	background-color: #fff;
	border-right: 1px solid #eee;
}
.container.top_menu {
	z-index: 3;
}

.col-md-10{
	margin-left: 0px;
	transition: margin-left 0.1s ease;
}
body.left-fixed-mode .col-md-10 {
    transition: none !important;  /* ← 트랜지션 없앰 */
}

.ls1{
	letter-spacing: 1px;
}
.ls2{
	letter-spacing: 3.7px;
}
.ls3{
	letter-spacing: 1px;
}
.ls4{
	letter-spacing: 1px;
}
.lsicon3{
	position: relative;
    left: 101px;
    top: -27px
}
.lsicon4{
	position: relative;
    left: 8px;
    top: -23px
}

.fa-heart.text-danger {
	opacity: 0.5;
}
.modal-content.job{
	position: relative;
  overflow: visible;
  z-index: 10;
}

.closeBtn{
	position: absolute;
    top: -17px;
    right: -16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #cd7676;
    border: none;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.closeBtn i,
.closeBtn svg
{
	color: #fff;
}
.my_point.hide {
	padding-left: 9px;
    visibility: hidden;
}

.item {
	
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
}
.item_adver{
	height: 158px;
}
.item_nor{
	padding:15px
}


.item_nor .item_cont{
	font-size:12px;
	color:#5c91ed;

}
.item_info{
	display:flex;
	justify-content: space-between;
}

.item_title{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_title > div:first-child {
    width: 44ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_title > span:first-child {
    width: 44ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.item_img {
	height: 110px;
	width: 110px;
	margin-right: 10px;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 5px;
	position: relative;
}

.item_img .accent {
	position: absolute;
	bottom:0;
	text-align: center;
	color:white;
	font-size:10px;
	width: 100%;
	background:#ef0579;
	padding:2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/* object-fit: cover; */
}

.item_content{
	min-width:calc(100% - 120px);
}
.item_icon{
	display:flex;
	justify-content: space-between;
}

.item .like,
.zzim
{
	color:#e5e5e5
}
.item .choice,
.zzim.choice
{
	color:#f99292
}

.item_icon .model_type{
	background: #f3f3f3;
	color:#2d2d2d;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding:2px 5px 2px 5px;
	font-size: 10px;
}


.item_info .speaker {
	margin-top:15px;
	margin-bottom:5px;
	font-weight: bold;
	color:#ef0579;
	display: inline-block;
 	width: 28ch;
  	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item_point{	
	display:flex;
	justify-content: space-between;
	font-size:0.7rem;
	height: 43px;
}
.item_point .accent{
	font-weight: bold;
	font-size: 0.9rem;
}
.item_point_box1, .item_point_box2, .item_point_box3{
	padding:5px;
	/*width: 61px;*/
    height: 48px;
	width: 30%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 5px;
}

.item_point_box1{
	background: #efefef;
	margin-right:5px;
}

.item_point_box2{
	background: #ede8ff;
	color:#6d3cbd;
	margin-right:5px;
	margin-left:5px;
}

.item_point_box3{
	background: #ffedf2;
	color:#ef0579;
	margin-left:5px;
}
.NewBuildType{
	display: flex;
	gap: 4px;
	justify-content: flex-end;
}
.NewBadge{
	display: flex;
	gap: 2px;
	justify-content: flex-end;
}
.PC_main_con{
	background: #f4f4f4;
    border-radius: 10px;
	
}
.PC_main{
	position: relative;
	justify-content: flex-start !important;
}
.alert_msg{
	position: absolute;
    right: 10px;
}

.share-modal {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 9999;
}
.share-icons {
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}
.share-icons a {
  text-align: center;
  color: black;
  text-decoration: none;
}
.share-url {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.share-url input {
  flex: 1;
  margin-right: 10px;
} 
.share-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

.share-close:hover {
  color: #000;
}

.point_table{
	width:65%;
	margin-left: auto;
	margin-right: 0; 
}
.point_table td{
	text-align:right;
}
.point_table td:first-child {
  text-align: left;
}
.my_point{
	font-weight: bold;
}

.my_point_a{
	color:#2E8B57 ;
}
.my_point_n{
	color:#FF5A5A   ;
}
.my_point_e{
	color:#4169E1  ;
}
.charge_point{
	color:#444;
}
.m_footer{
	z-index: 3;
}
.m_p50{
	height: 50px; 
 }

 /* 팝업레이어 */
#hd_pop, #popupModal {z-index:1000;position:relative;margin:0 auto;width:1200px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject ,
.hd_pops_footer .hd_pops_rejectM
{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close,
.hd_pops_footer .hd_pops_closeM
{background:#393939;position:absolute;top:0;right:0}
.bg_popup{
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
}
.sound_only{display: none;}

.hide-important {
    display: none !important;
}

.top_main_menu{
	display:flex;
	justify-content: flex-end;
	margin-right:10px;
	gap:40px;
	position: absolute;
    right: 88px;
    top: 20px;
}
.search_dropdown_area li:hover,
.search_dropdown_industry li:hover
 {
    background-color: rgba(var(--primaty-compmtry-rgb), 0.9);
    font-weight: bold;
}
.search_dropdown_area ,
.search_dropdown_industry
{
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 115px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.pc_search_area ,
.pc_search_industry {
	cursor: pointer;
}


.normal_rec{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.item_img_normal{
    width:60px;
    height:60px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 5px;
	flex-shrink: 0;
}
.item_title_normal{
	font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    /*white-space: nowrap;*/
    overflow: hidden;
	display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.normal_text_info{
    padding-left:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



@media screen and (min-width: 768px) {
	.recruitList{
/*		width:100% !important;*/
	}
	.slider-slide.all{
        display:none;
    }
	/*
	.top_middle_menu {
        display:none !important;;
    }
	*/ 
	.slider-pagination{
		display:none !important;
	}
	.New_header,
	.m-content.container,
	.New_footer{
		display:none;
	}
	
	footer{
		position: static !important;
	}

	.nationTopContainer,
	.areaTopContainer,
	.userTopContainer{
		display:flex;
		gap:10px;
	}

	.fixed-filter{
/*		margin-left: 50px;*/
	}
	.item_nor{
		margin-bottom:0px;
	}
	.navbar-toggler{display: block !important;}

	.share-modal{
		left: 50%;
		transform: translateX(-50%);
		width: 50%;
	}
	.m_p50{
        disaplay:none;
     }
	 .jc.rr{
		justify-content: flex-end !important;
	 }
}

.slider-slide .close-button{
	display:none;
}

