/* layout */
.carrer-container {
	width:1024px;
	margin: 0 auto;
	padding: 0 1rem;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size:17px;
	line-height:1.7;
	letter-spacing: -0.05em;
}


.main-title {
	font-size:24px;
	font-weight: 700;
	margin-top:50px;
	margin-bottom:10px;
}

.sub-title {
	font-size:20px;
	font-weight: 600;
	margin-bottom:10px;
}

.recruit-info {
	margin-bottom:30px;
}

.recruit-info:last-child {
	margin-bottom:0px;
}

.required:after {
    display: inline-block;
    content: "*";
    color: red;
    transform: translateY(-4px);
}

.border-dotted {
    border: 1px dashed #e7eaf4;
    width: 100%;
    margin: 30px 0;
}

/* display */
.flex {
	display: flex;
	align-items: center;
	gap: 10px;
}

.flex-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.flex-col-5 {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.flex-col-7 {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.flex-col-15 {
	display: flex;
	flex-direction: column;
	gap: 15px;
}


.flex-col-20 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.flex-5 {
	display: flex;
	align-items: center;
	gap: 5px;
}

.flex-15 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.flex-20 {
	display: flex;
	align-items: center;
	gap: 20px;
}

.flex-0 {
	display: flex;
	align-items: center;
	gap: 0px;
}

.justify-between {
	justify-content: space-between;
}

/* text-color */
.text-red {
	display: inline-flex;
	align-items: center;
    gap: 5px;
	font-size:16px;
	font-weight:400;
	color: #FF0000;
}

.text-blue {
	color: #4677F8!important;
}

.text-gray {
	color: #555;
}

.text-navy {
	color:#0E61AA;
}

.input-full {
	width: 100%;
	flex: 1; /* 남은 공간을 균등하게 채움 */
	min-width: 0; /* flex 아이템이 너비를 넘지 않도록 */
}

.input-400 {
	width: 400px;
}

.input-200 {
	width: 200px;
}

.input-150 {
	width: 150px;
}

.input-100 {
	width: 100px;
}

.input-50 {
	width: 50px;
}

.notice-icon {
	font-size: 24px;
    font-weight: 200;
}

.desc-s-16 {
	font-size:16px;
}

.desc-s-15 {
	font-size:15px;
}

.desc-s-14 {
	font-size:14px;
}

.desc-s-13 {
	font-size:13.5px;
}


.leading-1-5 {
	line-height:1.5
}

/* a, input, select, p */
.carrer-container .etc-input {
	width:150px;
	padding:5px;
	margin-left:5px;
}

.carrer-container a.link {
    font-family: "Pretendard Variable", Pretendard; 
	text-decoration:underline !important;
	font-weight:600;
}

.carrer-container input, select{
	font-family: "Pretendard Variable", Pretendard; 
	font-size:1.3rem;
	padding:13px;
}

.carrer-container p {
	font-family: "Pretendard Variable", Pretendard !important; 
}
.carrer-container select {
    background-image: url(//www.saraminimage.co.kr/ui/form/ico_arr.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 99% 7px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.carrer-container input[type="checkbox"] {
	width: 16px;
    height: 16px;
	margin-right:10px;
}

.carrer-container input[type="radio"] {
	width: 16px;
    height: 16px;
	margin-right:5px;
}


/* button */
button, .btn {
	font-family: "Pretendard Variable", Pretendard; 
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
}

.btn-blue-line {
    color: #4677F8 !important;
    background-color: #EFF5FF;
	border: 1px solid #4677F8;
	font-weight:500;
}

.btn-blue {
	color: #fff !important;
    background-color: #4677F8;
	border:none;
}

.btn-gray {
	color: #fff !important;
    background-color: #555;
	border:none;
}

.btn-light-gray {
	color: #555555 !important;
    background-color: #F5F5F5;
	border: 1px solid #D9D9D9;
}

.btn-black {
	color: #fff !important;
	background-color:#000;
	border:none;
}

.btn-green {
	color: #fff !important;
	background-color:#68be3a;
	border:none;
}

.gray-box {
	background-color: #F1F3F9;
	padding: 40px;
}

.checklist-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: center;
}

.radio-container-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.radio-container {
    display: flex;
	align-items: center;
    gap: 40px;
}
}

.checklist-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 17px;
}

.recruit-info .notice {
	display:flex;
	align-items: flex-start;
	background-color: #DFE3F0;
	padding: 15px; 
}

/* 접수기간 */
.registration-period {
	margin-bottom:20px;
}

.registration-period .period-option {
  background-color: #fff;
  padding:10px 20px;
  border: solid #CCCCCC 1px;
  border-radius:5px;
  cursor:pointer;
}

.registration-period .period-option:hover {
  color:#fff;
  background-color:#4677F8;
}

.registration-period .period-option.active {
  color:#fff;
  background-color:#4677F8;
}

.recruit-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.day-checklist-container {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.text-box {
	font-family: "Pretendard Variable", Pretendard;
    font-size: 1.4rem;
    padding: 24px;
	background:#fff;
}

.text-box2 {
	font-family: "Pretendard Variable", Pretendard;
    font-size: 1.4rem;
	text-align:center;
    padding: 35px;
	background:#fff;
}


.text-box-full {
	width: 100%;
	flex: 1;
	min-width: 0; 
}

.img-box {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:15px;
	margin-top:20px;
}

.img-box li {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: block;
    max-height: 170px;
    width: 100%;
}

.img-box img  {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 기관 정보 */
.detail-primary-type {
	display: inline-flex;
    align-items: center;
	font-size:15px;
	line-height: 1;
	color: #fff;
	background-color: #6195ff;
	border-radius:4px;
	padding:6px 8px;
}

/* .detail-primary-type:first-child {
	color: #0E61AA;
	background-color: #DFEEFA;
	margin-bottom:10px;
} */

.detail-def__item {
    display: flex;
    margin-top: 10px;
}

.detail-def__item:first-child {
	margin-top:0;
}

.detail-def__term {
    width: 105px;
    color: #8f959f;
}

.detail-def__data {
    word-break: break-all;
}

.detail-def-gap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.detail-def-gap .detail-def__item:first-child {
	margin-top:10px;
}

.detail-primary__title {
	flex: 0 80%;
}

.detail-primary__title h1 {
	font-weight: 700;
	font-size:2.2rem;
	line-height:1.4;
}

.detail-primary__logo {
	display:flex;
	justify-content: center;
	flex: 0 20%;
	background-color:#fff;
	padding: 10px;
	border: 1px solid #ebebeb;
}

.detail-primary__logo .logo_box {
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
	/*flex: 0 25%;*/
	width: 160px;
    max-height: 45px;
	aspect-ratio: 1 / 1;
	background-color:#fff;
    overflow: hidden;
}

.detail-primary__logo img {
	width:100%;
	max-height:100%;
}

.tit_area {
	display:flex;
	align-items: center;
    justify-content: space-between;
	gap: 20px;
	margin-top: 7px;
	margin-bottom:20px;
}

.offerReg div:last-child {
    margin-bottom: 0;
}

/* 복리후생 */
.offer_info_welfare {
    font-size: 16px;
    display: flex;
    border: 0;
    justify-content: space-between;
}

.offer_info_welfare .title {
    width: 100%;
    text-align: center;
    margin: 0;
}

.offer_info_welfare .title span {
    background-color: #DFE3F0;
    width: initial;
    display: block;
    padding: 0.8rem;
    font-weight: 600;
}

.offer_info_welfare ul {
    padding: 0.7rem;
}

.offer_info_welfare ul li {
    text-align: center;
	line-height:1.7;
}

.no_welfare {
	align-items:center;
	gap:15px;
	padding: 40px;
	background-color:#fff;
}

.no_welfare a {
	display: inline-block;
    padding: 6px 30px;
    font-size: 17px;
	border-radius:50px;
}

/* 개인정보 수집 및 이용동의 */
.recruit-guide {
	background: #E6F2FF;
    padding: 18px 20px;
	margin-top:20px;
}

.recruit-guide a {
    font-family: "Pretendard Variable";
	color: #4677F8;
	text-decoration: underline;
}

.recruit-guide strong {
	color: #4677F8;
}

.restrictions_box {
	margin: 0px 0 20px
}

.restrictions_box ul li {
	background: url(/img_renewal/career/bu_restrictions.gif) no-repeat 0 11px;
}

.restrictions_box .information_box_header {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:10px;
}

.restrictions_box .information_box_header p {
	font-size:15px;
	color: #555;
}

.information_box_btn {
	cursor: pointer;
}

/* 버튼 리스트 */
.btn-list {
	display:flex;
	justify-content: center;
	gap:10px;
	margin-top: 30px;
	margin-bottom:90px;
}

.btn-list .btn {
	display: flex;
	align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 50px;
    font-size: 17px;
}

/* 채용공고 완료 */
.completed-box {
	text-align:center;
	margin:80px;
}

.completed-box p {
	font-size:25px;
	font-weight: 500;
	margin-top: 20px;
}