/* 메인 페이지 스타일 */
#wrap {
	padding-top: 0;
	padding-bottom: 0;
}

#header {
	background-color: transparent;
}

#header.active {
	background-color: #212121;
}

/* 메인 페이지 전용 contentBodyWrap 설정 제거 */

/* Qwigley Font */
@font-face {
	font-family: 'Qwigley';
	src: url('/static/global/font/qwigley/Qwigley-Regular.woff2') format('woff2'),
		url('/static/global/font/qwigley/Qwigley-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Main Title Section */
.main-title-section {
	/* position: absolute; */
	/* top: 246px; */
	height: 200px;
	z-index: 200;
    width: 100%;
    /* text-align: left; */
    width: 100%;
    max-width: 1200px;
}

.main-title {
	font-family: 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 80px;
	line-height: 1.25em;
	color: var(--text700);
	margin: 0;
}

.main-title-player {
	font-family: 'Qwigley', cursive;
	font-weight: 400;
	font-size: 116px;
	line-height: 0.862em;
	letter-spacing: 1.9999999999999998%;
	color: var(--nc-blue2);
	margin: 0;
	text-transform: capitalize;
	text-stroke: 1px var(--nc-blue2);
	-webkit-text-stroke: 1px var(--nc-blue2);
}

/* Main title second line - New Player? */
.main-title-line2 {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.main-title-line2 .main-title {
	display: inline-block;
}

.main-title-line2 .main-title-player {
	display: inline-block;
}

/* Career Contents */
.career-contents {
	position: relative;
	z-index: 1000;
	overflow: visible;
}

/* Recruit Blog Banner */
.recruit-blog-banner {
	position: relative;
	width: 100%;
	height: 210px;
	background-color: #0541B4;
	overflow: hidden;
}

.recruit-blog-banner .blog-banner-link {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-banner-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	width: 100%;
}

.blog-banner-graphics .blog-banner-img {
	width: 908px;
	height: 154px;
}

.blog-banner-graphics {
	max-width: 1200px;
	position: absolute;
	top: 0;
	width: 908px;
	height: 154px;
	transform: translateX(56%);
}

.blog-banner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	/* width: 606px; */
}

.blog-banner-description {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5454545454545454em;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
}

.blog-banner-button {
	display: flex;
	align-items: center;
}

.blog-link-button {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 9px 12px 9px 20px;
	border: 1px solid var(--nc-blue2, #5DAAFF);
	border-radius: 0px;
	background: transparent;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	transition: all 0.3s ease;
}

.blog-link-button:hover {
	background-color: var(--nc-blue2, #5DAAFF);
	border-color: var(--nc-blue2, #5DAAFF);
}

.blog-link-button:hover .button-text {
	color: #FFFFFF;
}

.button-text {
	color: var(--nc-blue2, #5DAAFF);
	transition: color 0.3s ease;
	font-size: 16px;
}

.arrow-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
}

.blog-banner-logo {
	width: 169.31px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nc-blog-logo {
	width: 169.31px;
	height: 62px;
	display: block;
}


/* Search Component */
.career-search {
	position: absolute;
	left: var(--main-padding-inline);
	top: 510px;
	width: 670px;
	height: 288px;
	z-index: 1000;
	overflow: visible;
}

.search-container {
	position: relative;
	width: 100%;
	height: 48px;
}

.search-fields {
	display: flex;
	align-items: center;
	gap: 21px;
	height: 48px;
}

.search-field {
	position: relative;
	display: flex;
	align-items: center;
	height: 24px;
}

/* Make company and job fields clickable */
.company-field,
.job-field {
	cursor: pointer;
}

.company-field {
	width: 173px;
}

.job-field {
	width: 208px;
}

.keyword-field {
	width: 247px;
	position: relative;
	display: flex;
	align-items: center;
}

.field-label {
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.193359375em;
	color: var(--text700);
	text-transform: capitalize;
	margin-right: auto;
}

.dropdown-toggle {
	background: none;
	border: none;
	color: var(--text700);
	cursor: pointer;
	padding: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropdown-arrow {
	width: 16px;
	height: 16px;
	display: block;
}

.expand-more-icon::before {
	content: '';
	width: 11.94px;
	height: 7.41px;
	background: var(--text700);
	/* Add expand more icon styling */
}

.search-icon {
	width: 24px;
	height: 24px;
	background: url('/static/global/images/hero/icon-guide-search.svg') no-repeat center;
	background-size: contain;
	display: inline-block;
}

.keyword-input {
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.193359375em;
	color: var(--text700);
	background: none;
	border: none;
	outline: none;
	width: calc(100% - 40px);
	padding-right: 10px;
}

.keyword-input::placeholder {
	color: var(--text700);
	opacity: 1;
}

.btn-search {
	background: none;
	border: none;
	color: var(--text700);
	cursor: pointer;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-icon-img {
	width: 24px;
	height: 24px;
	display: block;
}

.search-divider {
	position: absolute;
	top: 48px;
	left: 0;
	width: 670px;
	height: 2px;
	background: var(--text700);
}

.dropdown-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background: var(--bg200);
	border-radius: 2px;
	padding: 10px 12px;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.company-field .dropdown-menu {
	width: 173px;
}

.job-field .dropdown-menu {
	width: 210px;
}

.dropdown-item {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2999999523162842em;
	color: var(--text700);
	cursor: pointer;
	padding: 7px 0;
}

.dropdown-item:first-child {
	color: var(--nc-blue2);
}

.dropdown-item:hover {
	opacity: 0.8;
}

/* Main Background */
.main-bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 760px;
	min-height: 400px;
	background-color: #000;
	overflow: visible;
	z-index: 1;
}

.main-bg .background {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	overflow: visible;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	gap: 64px;
}

.main-bg .background>.cover {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-bg .background::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: 50% 50%;
	opacity: .3;
}


/* Main Career Section */
.main-career {
	width: 100%;
	max-width: 1200px;
	/* display: table; */
	/* height: 100vh; */
	/* min-height: 780px; */
	/* table-layout: fixed; */
}

.main-career>.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.main-career>.inner {
	display: table-cell;
	padding-top: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	z-index: 30;
	overflow: hidden;
}

/* Swiper Button Overrides for Main */
[class*="swiper-button-"] {
	margin: 0;
	background: none;
}

/* Legacy Styles */
.iframe_wrap {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.iframe_wrap iframe,
.iframe_wrap object,
.iframe_wrap embed {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/* Video 요소 명시적 스타일 - 760px 높이 유지 */
.iframe_wrap video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
}


/* Recruitment Overview Container */
.recruitment-overview-container {
	padding-top: 130px;
	padding-bottom: 150px;
	font-family: 'Pretendard', sans-serif;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

/* Title Section */
.title-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 60px;
	width: 100%;
	max-width: 1200px;
}

.title-section .main-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.193359375em;
	color: #222222;
	margin: 0;
}

.sub-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.193359375em;
	color: #222222;
	margin: 0;
}

#totalJobCount {
	color: var(--nc-blue1, #0541B4);
}

/* Category Section */
.category-section {
	display: flex;
	/* gap: min(480px, calc((100vw - 2 * var(--main-padding-inline)) - 1080px)); */
	gap: 120px;
	margin-bottom: 230px;
	max-width: 1200px;
	width: 100%;
}

.category-column {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex: 1;
	max-width: 540px;
}

.category-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.category-info {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	justify-content: flex-start;
}

.category-name {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.193359375em;
	color: #222222;
	flex-shrink: 0;
}

.category-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 6px 14px;
	border-radius: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.193359375em;
	color: #FFFFFF;
	min-width: 32px;
	height: 32px;
	box-sizing: border-box;
}

.category-badge.active {
	background-color: #000000;
}

.category-badge.inactive {
	background-color: #D6DCE0;
}

/* Highlight Section */
.highlight-section {
	width: 100%;
	max-width: 1200px;
	position: relative;
}

.highlight-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}

.highlight-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.193359375em;
	color: #222222;
	margin: 0;
}

.view-all-link {
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	color: #222222;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.193359375em;
}

.view-all-link:hover {
	opacity: 0.8;
}

/* Job Grid */
.job-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 215px);
	gap: 20px;
}

.job-card {
	background-color: #F5FAFD;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.job-card:hover {
	background-color: #E7F5FF;
}

.job-card:hover {
	transform: translate(0px, -5px);
}

/* 북마크 아이콘이 hover 애니메이션에 영향받지 않도록 보정 */
.job-card:hover .btn-bookmark {
	transform: translate(0px, 5px);
}
/* 
.job-card::before {
	content: '';
	position: absolute;
	top: 1.5px;
	left: 2px;
	right: 2px;
	height: 213.5px;
	background-color: #F5FAFD;
	border-radius: 8px;
	z-index: 1;
} */

.job-content {
	position: relative;
	z-index: 2;
	padding: 31px 32px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 34px;
}

.job-header {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.company-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}

.company-name {
	font-weight: 700;
	font-size: 13px;
	line-height: 2em;
	color: #222222;
}

.job-grid .btn-bookmark {
	position: relative;
	width: 20px;
	height: 20px;
	z-index: 10;
}

.job-grid .btn-bookmark .ip-icon-bookmark {
	position: relative;
	width: 20px;
	height: 20px;
}

/* 북마크 아이콘 상태별 스타일 - icons.css 오버라이드 */
.job-grid .btn-bookmark .ip-icon-bookmark .bookmark-unchecked {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url('/static/global/images/common/unbookmark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.job-grid .btn-bookmark .ip-icon-bookmark .bookmark-checked {
	width: 20px;
	height: 20px;
	display: none;
	background-image: url('/static/global/images/common/bookmark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

/* 북마크 활성 상태 - buttons.css 오버라이드 */
.job-grid .btn-bookmark.active .ip-icon-bookmark .bookmark-unchecked {
	display: none;
}

.job-grid .btn-bookmark.active .ip-icon-bookmark .bookmark-checked {
	display: block;
}



.job-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.7777777777777777em;
	color: #222222;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.job-footer {
	display: flex;
	align-items: center;
	gap: 16px;
}

.d-day {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.8571428571428572em;
	color: #0541B4;
}

.job-date {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8571428571428572em;
	color: #555555;
}

/* closed GNB */
#header.gnb-header .gnb-alert-icon {
	background-image: url('/static/global/images/gnb/white_add_alert.svg');
}
#header.gnb-header .gnb-alert-icon.has-notification {
	background-image: url('/static/global/images/gnb/white_add_alert_notified.svg');
}

/* opened GNB */
#header.gnb-header.is-open .gnb-alert-icon {
	background-image: url('/static/global/images/gnb/add_alert.svg');
}
#header.gnb-header.is-open .gnb-alert-icon.has-notification {
	background-image: url('/static/global/images/gnb/add_alert_notified.svg');
}

/* 메인 배너 레이어 스타일 */
.main-banner-layer {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.main-banner-layer .main-banner-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-banner-layer .main-banner-content {
	position: relative;
	width: 700px;
	height: 495px;
	background-color: #000;
	overflow: hidden;
}

.main-banner-content .main-banner-image {
	width: 100%;
	height: 100%;
}
.main-banner-content .main-banner-image .main-banner-link {
	width: 100%;
	height: 100%;
}
.main-banner-content .main-banner-image .main-banner-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.main-banner-content .main-banner-controls {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	width: 100%;
	height: 45px;
	background: #0D0D0D;
}
.main-banner-content .main-banner-controls .checkbox-text {
	display: inline-block;
	color: rgba(255, 255, 255, 0.40);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}
.main-banner-content .main-banner-controls .close-btn {
	line-height: 0;
}