@charset "utf-8";

/* 로그인 */
.member_container {
    padding-top: 90px;
    min-height: calc(100vh - 190px);
    box-sizing: content-box;
    background-color: #F9F9F9;
}

.meber_form_box {
    padding: 60px 85px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid var(--color-primary01);
    max-width: 770px;
    margin: 60px auto 0;
}

.member_form_tit {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.member_input_form_box .member_input_box+.member_input_box {
    margin-top: 20px;
}

.member_input_box {
    display: block;
}

.member_input_tit {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.member_input_box .member_input_tit+.member_input_style_box,
.member_input_box .member_input_tit+.member_input_flex_box,
.member_input_box .member_input_tit+.member_textarea_style_box  {
    margin-top: 10px;
}

.member_input_style_box {
    height: 55px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 0 20px;
}
.member_input_style_box.file {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.member_input_style_box.readOnly {
    background-color: #F9F9F9;
}
.member_input_style_box.readOnly input {
    background-color: #f9f9f9;
    color: #888;
}
.member_input_style_box.file input[type="file"] {
    display: none;
}

.member_input01 {
    margin: unset;
    padding: unset;
    outline: unset;
    border: unset;
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: 400;

}

.member_input01::placeholder {
    color: #888;
}

.member_input_style_box.pw {
    position: relative;
}

.member_input_style_box.pw .member_input01 {
    width: calc(100% - 35px);
}

.member_input_style_box.pw .pw_active_btn {
    width: 25px;
    height: 17px;
    background: url('/img/pw_icon01.png') no-repeat center / cover;
}

.member_input_style_box.pw .pw_active_btn {
    position: absolute;
    z-index: 5;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.member_input_style_box.pw.active .pw_active_btn {
    background: url('/img/pw_icon01_active.png') no-repeat center / cover;
}

.member_find_box {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.member_find_box .find_ment {
    font-size: 15px;
    color: #888;
    font-weight: 400;
    position: relative;
    display: block;
}

.member_find_box .find_ment+.find_ment {
    padding-left: 12px;
}

.member_find_box .find_ment+.find_ment::after {
    content: 'ㆍ';
    position: absolute;
    left: 0;
    top: 0;
}

.meber_form_box a.com_btn01,
.meber_form_box .com_btn01 {
    margin-top: 30px;
}

a.com_btn01,
.com_btn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    border-radius: 10px;
    background-color: var(--color-primary01);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
}

a.com_btn01.type02,
.com_btn01.type02 {
    background-color: #fff;
    border-color: #DCDCDC;
    color: #333;
}

.menber_ment_box01 {
    margin-top: 40px;
    text-align: center;
}

.member_etc01 {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}

.menber_ment_box01 .member_link01 {
    margin-left: 20px;
}

a.member_link01,
.member_link01 {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-primary01);
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media all and (max-width:770px) {
    .meber_form_box {
        padding: 40px 30px;
        margin: 40px auto 0;
    }
}

/* END 로그인 */

/* 회원가입 */
.signUp_tpye_box {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.signUp_tpye_box .signUp_btn {
    width: calc(50% - 17.5px);
    height: 100%;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1/0.82;
    border-radius: 10px;
    border: 1px solid #ECECEC;
    background: #FFF;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #888;
}

.signUp_tpye_box .signUp_btn .img .active {
    display: none;
}

.signUp_tpye_box .signUp_btn .tit {
    margin-top: 25px;
}

.signUp_tpye_box .signUp_btn.active {
    border-color: var(--color-primary01);
    background-color: #E6FCED;
}

.signUp_tpye_box .signUp_btn.active .tit {
    color: var(--color-primary01);
}

.signUp_tpye_box .signUp_btn.active .img .active {
    display: block;
}

.signUp_tpye_box .signUp_btn.active .img .basic {
    display: none;
}

/* END 회원가입 */

/* 회원가입stpe02 */
.signUp_chk_box01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.signUp_chk_box01.signUp_all_chk_box {
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ECECEC;
}

.signUp_step_box_alt .signUp_chk_box01+.signUp_chk_box01 {
    margin-top: 18px;
}

.com_chk01 {
    outline: unset;
    appearance: none;
    width: 30px;
    height: 30px;
    background: url('/img/signUp_chk01.png') no-repeat center / cover;
    cursor: pointer;
}

.com_chk01:checked {
    background: url('/img/signUp_chk01_active.png') no-repeat center / cover;
}

.signUp_chk_box01 .tit.link {
    text-decoration: underline;
    text-underline-offset: 6px;
}

/* END 회원가입stpe02 */

/* 회원가입step03 */
a.com_btn02,
.com_btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 55px;
    border: 1px solid var(--color-primary01);
    border-radius: 10px;
    background-color: #fff;
    color: var(--color-primary01);
    font-size: 18px;
    font-weight: 400;
}

.member_input_flex_box {
    display: flex;
    gap: 20px;
}
/* END 회원가입step03 */

/* 회원가입 완료 */
.complete_ment01 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.77em;
    text-align: center;
}
.signUp_complete_img {
    text-align: center;
    margin-bottom: 30px;
}

@media all and (min-height:1080px) {
    .member_container .main_con {
        height: 100%;
        display: flex;
        align-items: center;
        min-height: calc(100vh - 190px);
    }
}
/* END 회원가입 완료 */

/* 조회결과 */
.sub_container {
    position: relative;
    padding: 100px 0;
}
.sub_con_tit_box {
    text-align: center;
}
.sub_con_tit {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}
.sub_bar01 {
    font-weight: 200;
    color: #000;
}
.prd_page_nav_wrapper {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.prd_page_nav_num_box {
	display: flex;
	gap: 10px;
}
a.prd_page_nav_num {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1; 
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	background-color: #ffff;
	color: #888;
	font-size: 17px;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	width: 44px;
}
a.prd_page_nav_num.active {
	border-color: var(--color-primary01);
	background-color: var(--color-primary01);
	color: #fff;
}
.com_table_box01 {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
}
.com_table_box01 table {
    width: 100%;
    color: #222;
    border-top: 2px solid var(--color-primary01);
    text-align: center;
}
.com_table_box01.fixed table {
    table-layout: fixed;
}
.com_table_box01 table th {
    padding: 16px 4px;
    font-size: 18px;
    font-weight: 600;    
    line-height: 1.3em;
    background: #F9F9F9;
}
.com_table_box01 table td {
    /* padding: 35px 4px; */
    padding: 12px 4px;
    font-weight: 400;  
    line-height: 1.3em;
    font-size: 16px;  
}
.com_table_box01.type02 table th,
.com_table_box01.type02 table td {
    font-size: 14px;
    padding: 12px 4px;
}

.com_table_box01 table td + td,
.com_table_box01 table th + th {
    border-left: 1px solid #ECECEC;
} 
.com_table_box01 table tr {
    border-bottom: 1px solid #ECECEC;
}
.file_down01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--color-primary01);
}
.com_table_tit01 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.com_table_box01.row table tbody th {
	width: 15%;
}
.com_table_box01.row table tbody td {
	width: 35%;
}

.com_table_box01_wrap + .com_table_box01_wrap {
    margin-top: 30px;
}

@media all and (max-width:1200px) {
    .com_table_box01.fixed table {
        table-layout: unset;
    }
    .sub_container {
        padding: 80px 0;
    }
}
@media all and (max-width:770px) {
    .com_table_box01 table th,
    .com_table_box01 table td {
        font-size: 14px;
        padding: 12px;
    }
}
/* END 조회결과 */

/* 자료실 */
.recruitment_table01 {
	border-bottom: 1px solid #eee;
}
.recruitment_table01 .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	min-height: 125px;
	border-top: 1px solid #eee;
	padding: 10px 0;
}
.recruitment_table01 .box .left_alt_box {
	max-width: calc(100% - 230px);
}
.recruitment_table01 .box .left_alt_box.plusNum {
	display: flex;
	align-items: center;
	gap: 20px;
}

.recruitment_table01 .box.review .left_alt_box {
	max-width: calc(100% - 330px);
}
.recruitment_table01 .box .list_num {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
}
.recruitment_table01 .box .date_box {
	min-width: 125px;
	text-align: center;
	color: var(--color-primary01);
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
}
.recruitment_table01 .box .date_box.black {
	color: #333;
}
.text_ov {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recruitment_table01 .box .tit {
	font-size: 24px;
	font-weight: 600;
	color: #333;	
}
.recruitment_table01 .box .noti_icon.basic {
	border: 1px solid #DCDCDC;
	background-color: #fff;
	color: #333;
}
.recruitment_table01 .box .new_icon,
.recruitment_table01 .box .noti_icon {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid var(--color-primary01);
	background-color: transparent;
	color: var(--color-primary01);
	padding: 5px 7px;	
	width: auto;
	height: 30px;
	margin-right: 5px;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	text-align: center;
}
.recruitment_table01 .box .new_icon {
	color: #FFAC1D;	
	background-color: transparent;
	border: 1px solid #FFAC1D;
}
.recruitment_table01 .box .left_alt_box .alt {
	font-size: 17px;
	color: #888;
	font-weight: 400;
	margin-top: 10px;
}
.recruitment_table01 .box.end .date_box,
.recruitment_table01 .box.end .left_alt_box .tit,
.recruitment_table01 .box.end .left_alt_box .alt {
	color: #888;
}
.text_ov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sub_date_txt01 {
    font-size: 18px;
    font-weight: 400;
    color: #888;
    margin-top: 20px;
}
.dataRoom_alt_box {
    padding: 30px 0 20px;
    margin-top: 30px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.22em;
    color: #333;
}
.dataRoom_file_box {
    margin-top: 30px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.22em;
    border-top: 1px solid #ECECEC;
}

.dataRoom_file_box .box + .box {
    margin-top: 5px;
}
.dataRoom_file_box .box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
}
.dataRoom_file_box .box .alt {
    color: var(--color-primary01);
}

.ejun_daum_box{display: flex; justify-content: space-between; border-top: 1px solid #eee; border-bottom: 1px solid #eee; width: 100%; align-items: center;}
.ejun_daum_box .pag_bt{
	width: 50%;
}
.ejun_daum_box .pag_bt a{
	display: flex;
	align-items: center;
	padding: 30px 0;
	gap: 40px;
	color: #888;
	font-size: 20px;
	width: 100%;
}
.ejun_daum_box .daum_bt a{
	justify-content: flex-end;
}
.ejun_daum_box .pag_yo{
	display: flex; 
	align-items: center; 
	gap: 10px;
	color: #333;
	font-size: 20px;
	font-weight: 600;
}

.ejun_daum_box .daum_bt .pag_txt {
	text-align: right;
}
.ejun_daum_box .pag_txt {
	width: calc(100% - 130px);
}

.mok_rok_btn .btn{
	margin-top: 30px;
	width: 300px;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	color: #333;
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	font-weight: 600;
}

.max-600 {
    max-width: 600px;
    margin: 0 auto;
}
.member_textarea_style_box {
    height: 265px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 15px 20px;
}

.member_textarea_style_box textarea {
    margin: unset;
    padding: unset;
    outline: unset;
    border: unset;
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    resize: none;
}

.member_textarea_style_box textarea::placeholder {
    color: #888;
}

@media all and (max-width:1200px) {
    .recruitment_table01 .box .left_alt_box.plusNum {
        gap: 10px;
    }
	.recruitment_table01 .box {
		min-height: 90px;
	}
	.recruitment_table01 .box .tit {
		font-size: 18px;
	}
	.recruitment_table01 .box .new_icon,
	.recruitment_table01 .box .noti_icon {
		font-size: 14px;
		margin-right: 0px;
	}
	.recruitment_table01 .box .list_num {
		font-size: 14px;
	}
	.recruitment_table01 .box .left_alt_box .alt {
		font-size: 14px;
	}
	.recruitment_table01 .box .date_box {
		font-size: 14px;
		min-width: 90px;
	}
	.recruitment_table01 .box .left_alt_box {
		max-width: calc(100% - 156px);
	}
    .ejun_daum_box .pag_bt a{
		font-size: 16px;
	}
	.ejun_daum_box .pag_yo{
		font-size: 16px;
		gap:5px;
	}
	.ejun_daum_box .pag_bt a{
		gap: 10px;
		/* padding: 10px 0; */
	}
	.ejun_daum_box .pag_txt{
		width: calc(100% - 82px);
	}
	.mok_rok_btn .btn{
		width: 200px;
	}
}
/* END 자료실 */

input:-webkit-autofill {
    background-color: transparent;  
    transition: background-color 5000s ease-in-out;
}

/* 2025.01.06 추가 */
.com_btn_box03 {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}
.com_btn_box03 .com_btn01 {
    min-width: 290px;
}

.com_btn_box03 a.com_btn02, .com_btn_box03 .com_btn02 {
    height: 60px;
}
/* END 2025.01.06 추가 */