.snb-active, .snb-active body{overflow-y:hidden;}

/* header */
#header.mobile-gnb-header{
	position:absolute;top:0;left:0;width:100%;height:62px;z-index:5000;-webkit-transition:background-color 250ms, top 250ms, height 250ms;transition:background-color 250ms, top 250ms, height 250ms;display: flex; align-items: center;
    background-color: #FFF;
}

#header.mobile-gnb-header .logo { padding-left: 16px; }

#header .gnb{display:none;position:relative;border-bottom:1px solid #646464;}
#header .gnb ul{font-size:0;text-align:center;}
#header .gnb ul li{display:inline-block;margin-right:3%;}
#header .gnb ul li:last-child{margin-right:0;}
#header .gnb ul li a{display:block;height:39px;padding:0 7px;font-size:13px;color:#fff;line-height:39px;text-transform:uppercase;box-sizing:border-box;}

.btn-home{display:block;position:absolute;right:60px;top:17px;width:26px;height:26px;background:url(../../images/nav/icon-home.png) 50% 50% no-repeat;background-size:25px;text-indent:-9999px;}
.btn-menu-toggle{display:block;position:absolute;right:17px;top:17px;width:26px;height:26px;background:none;border:none;padding:0;cursor:pointer;text-indent:0;}
.btn-menu-toggle.active{background:none;}

#header.header-sub{height:59px;background-color:#fff;position:fixed;top:0;left:0;width:100%;z-index:2000;}
#header.header-sub.header-applyDetail{background-color:#f6f6f6;}
#header.header-sub .page-tit{font-size:19px;color:#222;line-height:59px;text-align:center;border-bottom:1px solid #222;letter-spacing:-0.025em;}
#header.header-sub .btn-menu-toggle{position:absolute;right:17px;top:7.5px;width:44px;height:44px;padding:10px;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;text-indent:0;}
#header.header-sub .btn-menu-toggle .menu-icon{width:24px;height:24px;display:block;transition:opacity 200ms ease;}
#header.header-sub .btn-menu-toggle.active{background:url(../../images/nav/icon-menu-sub-close.png) 50% 50% no-repeat;background-size:20px;}
#header.header-sub .btn-previous-page{display:block;position:absolute;left:17px;top:17px;width:26px;height:26px;background:url(../../images/nav/btn-previous-page.png) 50% 50% no-repeat;background-size:100%;text-indent:-9999px;}

/* Logo styles for header-sub */
#header.header-sub .logo{display:none;position:absolute;left:17px;top:17.5px;padding:0;border:none;margin:0;}
#header.header-sub .logo a{display:flex;align-items:center;text-decoration:none;}
#header.header-sub .logo .nc-ci-logo{width:108px;height:24px;display:block;transition:opacity 200ms ease;}

/* Menu open state for header-sub */
#header.header-sub.menu-open .btn-previous-page{display:none;}
#header.header-sub.menu-open .page-tit{display:none;}
#header.header-sub.menu-open .logo{display:block;z-index:2001;}
#header.header-sub.menu-open .default-logo{display:none;}
#header.header-sub.menu-open .menu-open-logo{display:block !important;}
#header.header-sub.menu-open .hamburger-default{display:none;}
#header.header-sub.menu-open .hamburger-close{display:block !important;}

/* apply header */
#apply-header{margin-top:59px;background-color:#f6f6f6;}
#apply-header .recruit-summary{padding:20px 15px;box-sizing:border-box;}
#apply-header .recruit-summary dl:after{display:block;content:'';clear:both;}
#apply-header .recruit-summary dt, #apply-header .recruit-summary dd{float:left;font-size:13px;line-height:1.3;}
#apply-header .recruit-summary dt{font-weight:700;color:#003569;}
#apply-header .recruit-summary dd{color:#555;}

#apply-header .recruit-summary .career{margin-bottom:7px;}
#apply-header .recruit-summary .career .career-tit{position:relative;margin-right:5px;padding-right:5px;}
#apply-header .recruit-summary .career .career-tit:after{display:block;content:'';position:absolute;right:0;top:50%;width:1px;height:10px;margin-top:-5px;background-color:#d8dbdd;}
#apply-header .recruit-summary .career .career-txt{width:calc( 100% - 35px );}
#apply-header .recruit-summary .subject{margin-bottom:5px;font-size:19px;color:#222;line-height:1.2;}
#apply-header .recruit-summary .period .period-tit{margin-right:10px;}
#apply-header .recruit-summary .period .period-txt{width:calc( 100% - 50px );}

.application-header{overflow-y:hidden;position:relative;z-index:1000;padding:0 12.5px;background-color:#fff;border-top:1px solid #222;border-bottom:1px solid #dcdfe1;}
.application-header *{outline:0}
.application-slider li{padding:0 12.5px;box-sizing:border-box;}
.application-slider li a{display:inline-block;position:relative;padding-top:2px;border-bottom:2px solid #fff;font-size:13px;color:#999;line-height:35px;text-align:center;letter-spacing:-0.025em;}

.application-slider li a:after{position:absolute;right:-5px;top:7px;display:block;content:'';width:6px;height:6px;border-radius:3px}
.application-slider li.completed a:after{background-color:#30ca38;}
.application-slider li.missing a:after{background-color:#f05a35;}
.application-slider li.active a{border-bottom:2px solid #003569 ;color:#222;}

#apply-header.sticky{position:fixed;top:59px;left:0;right:0;z-index:1000;margin-top:0;}
#apply-header.sticky .recruit-summary{display:none;}

/* footer - Mobile Project (Fluid Layout) */
#footer {
	position: relative;
	z-index: 500;
	width: 100%;
	min-height: 170px;
	background-color: #000000;
	padding: 0;
	margin: 0;
}

#footer .footer-inner {
	position: relative;
	width: 100%;
	min-height: 170px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

/* SNS Icons - Flexible Mobile Layout */
#footer .top-area .sns {
	position: absolute;
	top: 34px;
	left: 16px;
	display: flex;
	align-items: center;
	gap: clamp(16px, 4vw, 24px);
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	font-size: 0;
}

#footer .top-area .sns li {
	display: flex;
	width: auto;
	height: auto;
	margin-right: 0;
}

#footer .top-area .sns li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	min-height: 44px;
	min-width: 44px;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	background: none;
	text-indent: 0;
}

#footer .top-area .sns .sns-icon {
	width: 24px;
	height: 24px;
	display: block;
	flex-shrink: 0;
}

#footer .top-area .sns .text-ir {
	position: absolute;
	left: -9999px;
	width: 1px;
		height: 1px;
		overflow: hidden;
	}

/* Family Site - Flexible Mobile Layout */
#footer .top-area .family-site {
	position: absolute;
	top: 36px;
	right: 16px;
	float: none;
	height: auto;
	background: none;
	border: none;
	line-height: normal;
}

#footer .top-area .family-site-trigger {
	display: flex;
	align-items: center;
	gap: clamp(4px, 1.5vw, 6px);
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: none;
	min-height: 44px;
	padding: 10px;
	box-sizing: border-box;
}

#footer .top-area .family-site-text {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: clamp(12px, 3.5vw, 14px);
	line-height: 1em;
	color: #F5F6F8;
	text-transform: uppercase;
	white-space: nowrap;
	flex-shrink: 0;
}

#footer .top-area .family-site-icon {
	width: 20px;
	height: 20px;
	display: block;
	flex-shrink: 0;
}

/* Family Site Dropdown - Responsive Mobile */
#footer .top-area .family-site-dropdown {
	display: none;
	position: absolute;
	bottom: 44px;
	right: 0;
	width: clamp(180px, 50vw, 220px);
	max-height: 60vh;
	background-color: #FFFFFF;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	overflow-y: auto;
	border-radius: 4px;
}

#footer .top-area .family-site-dropdown .dropdown-content {
	padding: 0;
	display: flex;
	flex-direction: column;
}

#footer .top-area .family-site-dropdown .dropdown-item {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: clamp(12px, 3.5vw, 14px);
	line-height: 1.2em;
	text-decoration: none;
	color: #666666;
	display: flex;
	align-items: center;
	padding: clamp(10px, 3vw, 12px) clamp(12px, 4vw, 16px);
	min-height: 44px;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
	transition: all 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#footer .top-area .family-site-dropdown .dropdown-item:last-child {
	border-bottom: none;
}

#footer .top-area .family-site-dropdown .dropdown-item:hover {
	color: #222222;
	background-color: #F5F5F5;
}

	/* Footer Menu - 중간 (x:16, y:81) */
	#footer .link-area {
		position: absolute;
		top: 81px;
		left: 16px;
		display: flex;
		align-items: center;
		gap: 12px;
		margin: 0;
		padding: 0;
		list-style: none;
		width: auto;
		margin-bottom: 0;
		font-size: 0;
	}

	#footer .link-area li {
		display: flex;
		align-items: center;
		padding: 0;
		text-align: left;
	}

	#footer .link-area li:after {
		display: none;
	}

	#footer .link-area .privacy-policy a {
		font-family: 'Pretendard', sans-serif;
		font-weight: 700;
		font-size: 13px;
		line-height: 1em;
		color: #EDEBE6;
		text-decoration: none;
		min-height: 44px;
		padding: 15px 8px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	#footer .link-area .info-security a {
		font-family: 'Pretendard', sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 1em;
		color: #EDEBE6;
		text-decoration: none;
		min-height: 44px;
		padding: 15px 8px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}



	/* Copyright - 하단 (x:16, y:134) */
	#footer .copy {
		position: absolute;
		top: 134px;
		left: 16px;
		font-family: 'Pretendard', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 1em;
		color: #777777;
		margin: 0;
	}

/* Full-Screen Overlay Navigation */
#snb {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--bg100);
    /* overflow-y: auto; */
}

#snb.is-show {
    display: block;
}
#snb .my-box{padding:13.5px 10px;}
#snb .my-box .name{float:left;padding-left:26px;background:url(../../images/nav/icon-my-name.png) 0 3px no-repeat;background-size:15px;font-size:13px;color:#ffffff ;line-height:1.4;}
#snb .my-box .badge{display:inline-block;position:absolute;left:20px;top:7px;min-width:15px;height:15px;padding:0 3px;background-color:#f05a35;border-radius:10px;font-size:10px;color:#fff;line-height:13px;text-align:center;font-style:normal;font-weight:300;box-sizing:border-box;}
#snb .my-box .name-tit{margin-left:5px;font-size:13px;color:#ffffff ;}
#snb .my-box .my-link{float:right;font-size:0;}
#snb .my-box .my-link a{display:inline-block;position:relative;padding:0 10px;font-size:13px;color:#fff ;}
#snb .my-box .my-link a:after{display:block;position:absolute;right:0;top:50%;content:'';width:1px;height:9px;margin-top:-4.5px;background-color:#fff;}
#snb .my-box .my-link a:last-child{padding-right:0;}
#snb .my-box .my-link a:last-child:after{display:none;}
#snb .banner{margin-bottom:10px;padding:0 10px;}
#snb .banner img{width:100%;}

#snb .snb-notice li{display:block;width:100%;}
#snb .snb-notice a{display:block;padding:10px 45px 10px 20px;background:#fff url(../../images/nav/icon-notice-arrow.png) calc( 100% - 20px ) 50% no-repeat;background-size:12px;font-size:12px;color:#222;line-height:1.4;word-break:keep-all;letter-spacing:-0.025em}

#snb .snb-notice a .icon-infor{display:inline-block;position:relative;top:-1.5px;width:12px;height:12px;background:url(../../images/nav/icon-notice-infor.png) 0 50% no-repeat;background-size:12px;vertical-align:middle;}

/* Full-Screen Overlay Styles */
.header-nav__overlay {
	position: absolute;
	z-index: 2000;
	top: 59px;
	left: 0;
	display: none;
	width: 100%;
	height: calc(100dvh - 150px);
	font-size: 1.125rem;
	text-align: center;
    background: var(--bg100);
    box-sizing: border-box;
	overflow-y: auto;
}

/* Top User Section for Logged-in Users */
.header-nav__user-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3.125vh;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 3.125vh;
}

.header-nav__user-section .user-mypage {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-nav__user-section .mypage-icon {
    width: 18px;
    height: 18px;
    /* Add icon styling if needed */
}

.header-nav__user-section a {
    color: var(--text100);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Pretendard', sans-serif;
    text-transform: uppercase;
    transition: opacity 200ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
}

.header-nav__user-section a:hover {
    opacity: 0.7;
}

.header-nav__overlay.is-show {
    display: block;
}

/* Navigation Items Styles */
.header-nav__items {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: flex-start;
}

/* Remove obsolete flex adjustments - now handled by grid */

.header-nav__items.is-show {
    display: flex;
}

.header-nav__items > li > a {
    color: var(--text100);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Pretendard', sans-serif;
    text-transform: uppercase;
    transition: all 200ms ease;
    /* Ensure minimum touch target size */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-nav__items > li > a:hover,
.header-nav__items > li > a:focus,
.header-nav__items > li > a:active {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.header-nav__items > li > a:hover {
    opacity: 1;
}

/* Submenu Styles */
.submenu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 8px;
    list-style: none;
    padding: 0;
    width: 100%;
}

.submenu-items a {
    color: var(--text100);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Pretendard', sans-serif;
    line-height: 34px;
    text-transform: uppercase;
    transition: all 200ms ease;
    /* Ensure minimum touch target size */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Remove position: relative to prevent positioning issues */
}

.submenu-items a:hover,
.submenu-items a:focus,
.submenu-items a:active {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.submenu-items a:hover {
    opacity: 1;
}

/* Bottom Login Section */
.header-nav__login-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

	height: 78px;
    position: absolute;
    bottom: 0;
	z-index: 2001;
}

.header-nav__login-section .login-button {
    color: var(--text100);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Pretendard', sans-serif;
    text-transform: uppercase;
    transition: opacity 200ms ease;
    /* Ensure minimum touch target size */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-nav__login-section .login-button:hover {
    opacity: 0.7;
}

/* User Menu Container - Figma Layout */
.header-nav__login-section .user-menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* User MyPage Section - Figma Layout */
.header-nav__login-section .user-mypage-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Alert Icon */
.header-nav__login-section .alert-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	cursor: pointer;
}

.header-nav__login-section .alert-icon-img {
    width: 18px;
    height: 18px;
    display: block;
}

/* User Menu Links - Figma Typography */
.header-nav__login-section .user-menu-container a {
    color: var(--text100);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Pretendard', sans-serif;
    text-transform: uppercase;
    transition: opacity 200ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-nav__login-section .user-menu-container a:hover {
    opacity: 0.7;
}

/* Body Scroll Lock */
body.show-overlay-navi {
    overflow: hidden;
}

/* Mobile-First Adaptive Design - No Fixed Breakpoints */
/* This portal handles ALL mobile and tablet devices */
/* PC traffic is routed to pc-portal by infrastructure */

#snb .snbNotice-slider{background-color:#fff;}
#snb .snbNotice-slider .slick-dots{position:relative;bottom:4px;padding-bottom:4px;font-size:0;text-align:center;}
#snb .snbNotice-slider .slick-dots li{display:inline-block;width:8px;height:8px;margin:0 2.5px;background-color:#ddd;border-radius:4px;}
#snb .snbNotice-slider .slick-dots li.slick-active{background-color:#003569 ;}
#snb .snbNotice-slider .slick-dots li button{text-indent:-9999px;}

#snb .snb-banner-wrap{overflow:hidden;padding:0 10px 10px;box-sizing:border-box;}
#snb .snb-banner li{}
#snb .snb-banner li a{display:block;position:relative;}
#snb .snb-banner li a img{width:100%;}
#snb .snb-banner li a .description{position:absolute;top:0;left:0;width:100%;height:100%;padding:5%;font-size:3.2vw;color:#fff;line-height:1.6;box-sizing:border-box;}

#snb .snb-banner .slick-dots{position:absolute;left:50%;bottom:10px;padding-bottom:4px;font-size:0;text-align:center;transform:translate(-50%, 0);}
#snb .snb-banner .slick-dots li{display:inline-block;width:8px;height:8px;margin:0 2.5px;background-color:#ddd;border-radius:4px;}
#snb .snb-banner .slick-dots li.slick-active{background-color:#003569 ;}
#snb .snb-banner .slick-dots li button{text-indent:-9999px;}


/* 인박스 */
#in-box{
	display:none;position:absolute;left:0px;bottom:78px;z-index:10;width:100%;height:280px; background-color:#F6F6F6;
	padding: 0 24px;
	box-sizing: border-box
}
/* #in-box:after{position:absolute;top:-10px;left:7px;display:block;content:'';width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #dab27d transparent;} */
#in-box .box-my{
	position:relative;
	box-sizing:border-box;
	height:85px;
	color: #0541B4;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding: 56px 0 12px;
	border-bottom: 1px solid #5D5D5D;
}
#in-box .box-my .txt{
	display: inline-block;
}
/* #in-box .box-my .my-cont{padding:6px 0 20px 20px;width:100%;font-size:25px;color:#fff;} */
#in-box .box-my .my-cont{
	font-weight: 700;
	display: inline-block;
}
#in-box .box-my .my-cont .name{font-size:25px;}
/* #in-box .box-my .my-cont .name-tit{margin-left:3px;font-size:13px;} */
#in-box .box-my .my-cont .btn-inBox-mypage{margin-left:10px;padding-right:12px;font-size:12px;background:url(../../images/sub/icon-inBoxMypage-arr.png) 100% 58% no-repeat;border-bottom:1px solid #fff;color:#fff;background-size:6px;}
#in-box .box-my .btn-inBox-close{
	display:block;
	position:absolute;
	right:-10px;
	top:16px;
	width:32px;
	height:32px;
	border-radius: 50%;
	background-color: #fff;
	/* background:url(../../images/sub/btn-inBox-close.png) center center no-repeat; */
	/* text-indent:-9999px; */
	/* background-size:15px; */
}
#in-box .box-my .link-cont{border-top:1px solid #e9d0b1;}
#in-box .box-my .link-cont a{display:block; float:left;width:50%;height:40px;text-align:center;line-height:40px;font-size:14px;color:#fff;box-sizing:border-box;}
#in-box .box-my .link-cont a:first-child{border-right:1px solid #e9d0b1;}

#in-box .box-notice {height:calc(100% - 255px);overflow-y:auto;}

#in-box .box-notice ul{width:100%;height:100%;}
#in-box .box-notice li{position:relative;border-bottom:1px solid #bdc3c7;}
#in-box .box-notice li:last-child{border-bottom-width:0;}
#in-box .box-notice li a{display:block;padding:15px 40px 15px 27px;box-sizing:border-box;}
#in-box .box-notice li.new-notice:after{display:block;content:'';position:absolute;top:21px;left:12px;width:8px;height:8px;border-radius:4px;background-color:#f05a35;}
#in-box .box-notice .subject{display:block;margin-bottom:5px;font-size:15px;color:#222;font-weight:700;line-height:1.4;}
#in-box .box-notice .notice-txt{display:block;margin-bottom:5px; font-size:13px;color:#555;line-height:18px;}
#in-box .box-notice .date{display:block;font-size:13px;color:#999;}
#in-box .box-notice .btn-notice-delete{
	position:absolute;
	right:10px;
	top:50%;
	width:12px;
	height:14px;
}
#in-box .box-notice-footer-nodata {
	height:100%;
	overflow-y:auto;
	height: 195px;
	width: calc(100% + 20px);
	padding-right: 20px;
	box-sizing: border-box;
}
#in-box .box-notice-footer-nodata ul{width:100%;height:100%;}
#in-box .box-notice-footer-nodata li{position:relative;border-bottom:1px solid #bdc3c7;}
#in-box .box-notice-footer-nodata li:last-child{border-bottom-width:0;}
#in-box .box-notice-footer-nodata li a{
	display:block;
	padding:12px 40px 12px 0;
	box-sizing:border-box;
}
/* #in-box .box-notice-footer-nodata li.new-notice:after{display:block;content:'';position:absolute;top:21px;left:12px;width:8px;height:8px;border-radius:4px;background-color:#f05a35;} */
#in-box .box-notice-footer-nodata .subject{
	display:block;
	margin-bottom:8px;
	color: #222;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
}
#in-box .box-notice-footer-nodata .notice-txt{display:block;margin-bottom:5px; font-size:13px;color:#555;line-height:18px;}
#in-box .box-notice-footer-nodata .date{
	display:block;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}
#in-box .box-notice-footer-nodata .btn-notice-delete{
	position:absolute;
	right:10px;
	top:50%;
	/* width:22px;
	height:22px; */
	/* background:url(../../images/sub/btn-inBox-delete.png) center center no-repeat; */
	margin-top:-11px;
	/* text-indent:-9999px; */
	/* background-size:20px; */

	width:12px;
	height:14px;
}

#in-box .box-recruit-notice{position:absolute;bottom:0;left:0;width:100%; padding:15px 10px;background-color:#f6f6f6;box-sizing:border-box;}
#in-box .box-recruit-notice .tit{margin-bottom:10px;font-size:14px;color:#222;font-weight:600;}
#in-box .box-recruit-notice .tit .icon-new{display:inline-block;width:45px;height:20px;margin-right:10px;background-color:#d0a266;line-height:20px;font-size:12px;color:#fff;font-weight:400;text-align:center;letter-spacing:-0.025em}
#in-box .box-recruit-notice dl{margin-bottom:7px;}
#in-box .box-recruit-notice dl:last-child{margin-bottom:0;}
#in-box .box-recruit-notice dl:after{display:block;content:'';clear:both;}
#in-box .box-recruit-notice .job, #in-box .box-recruit-notice .cases{display:inline-block;font-size:12px;line-height:1.3;text-rendering:auto;}
#in-box .box-recruit-notice .job{float:left;width:calc( 100% - 50px );font-size:13px; color:#555;line-height:19px;}
#in-box .box-recruit-notice .cases{float:right;padding-bottom:2px;border-bottom:1px solid #f05a35;text-align:right;}
#in-box .box-recruit-notice .cases a{font-size:13px; color:#f05a35;}

#wrap .mCSB_inside > .mCSB_container{margin-right:0;}
#wrap .mCSB_scrollTools .mCSB_draggerContainer{right:2px;padding:10px 0;}
#wrap .mCSB_scrollTools .mCSB_dragger{padding:10px 0;}
#wrap .mCSB_scrollTools{opacity:1;}
#wrap .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#e6e6e6;}
#wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#bdc3c7;}

@media (max-width:374px){

#header .gnb ul li{margin-right:0;}
#header .gnb ul li a{font-size:12px;}

}