@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
*{
	margin:0 0; 
	padding:0 0; 
	-font-family: 'Noto Sans', 'Noto Sans KR', '본고딕', NotoSans,'맑은 고딕','Malgun Gothic'; 
	box-sizing:border-box; 
	letter-spacing:0.03em;
}

body{
	background-color: #fffefd;
}


ul{
   list-style: none;
 }

 a{
	text-decoration:none;
	color:#333;
}

 .clear{
	clear:both;
}

.clearfix::after{
	content:"";
	display:block;
	clear:both;
}

/* 상단배너 */
.sub_bn{
	display:flex;
	width:100%;
	-height:350px;
	background-image:url("/images/ban.jpg");
	justify-content: center;
    align-items: center;
}
.sub_bn .inner{width:1200px; margin:auto; height:350px; display:flex; justify-content: center; align-items: center;}
.sub_bn h1{font-size:35px; margin-top:70px; color:#333333; animation: move2 1.8s  forwards;}



/* 서브페이지 컨턴츠영역*/
.sy_contentbx02{
	border-top: 2px solid #202020;
	padding:10px 0;
}


.sy_flex{gap:10px;}
.sy_flex02{
	display:flex;     
	align-items: center;
    gap: 10px;
}

.sub_contents {
	width:1200px;
	margin:50px auto;
	word-break:keep-all;
}

.sub_contents2 {
	width:1200px;
	margin:91px auto !important;
}


td{font-size:16px !important;}
.board1{font-size:14px;}
.subTitle {
    font-size:35px  !important;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 15px;
    color: #333;
	border-bottom:none !important;
	font-weight:normal !important;
}

.cbtn.black{
    background-color:#fff !important;
}

.big.cbtn:link{
    font-size: 13px;
    padding: 0px 0px !important;
    color: #fff;
    text-align: center;
}

.cbtn, .cbtn:link, .cbtn:visited {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-bottom:none !important;
    position: relative;
    cursor: pointer;
	margin-bottom:20px;
}

.pageNum .this, .pageNum a:hover {
    background: #fff !important;
    border-color: #fff !important;
}

.board1:hover{color:#1d64b0;}



@keyframes move2 {
    0%{
		padding-top:100px;
        opacity:0;
    }

    100%{
		padding-top:0px;
        opacity:1;
    }
}


/* view 페이지 */
.gTable2 th {
    border: 1px solid #ccc;
    height: 40px;
    color: #777;
    font-weight:500;
    font-size: 14px;
    background-color:#fffdf8;
    text-align: center;
    padding:15px 0;
	border-top: 3px solid #333;
}

.gTable2 td {
    
	padding:15px 0;
	color: #333;
	font-size: 15px;
}


.big.cbtn:link {
    font-size: 14px;
    padding:10px 25px !important;
    color: #fff;
    text-align: center;
	border-radius:8px;
	transition:all 0.5s;
	margin-top: 10px;
}

.cbtn.blue, .cbtn.blue:visited{background-color:#1d64b0;}
.cbtn.blue:hover{background-color:#1d64b0; color:#fff;}


.cbtn.blood{background-color:#c72434;}

.cbtn.black {
    background-color:#0c4b28 !important;
}


.small.cbtn:link, .small.cbtn:visited {
    font-size: 14px;
    padding:10px;
    color: #fff;
    text-align: center;
    background-color:#1d64b0 !important;
	transition:all 0.5s;
	border-radius:8px;
}


table .list:hover {
	background-color:#f9f9f9;
	cursor:pointer;
}












/*sub04 입사지원*/
 .borderBox {
	border:1px solid #ddd; 
	padding:20px; 
	margin-bottom:20px;
}
.borderBox a {
	display: inline-block;
	text-decoration: none;
	color:#202020;
	border:1px solid #767676;
	padding:10px 20px;
	font-size:16px;
}
.borderBox .flexWrap{
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	padding:10px 0;
}
.borderBox .flexWrap .title{
	font-size:24px;
	margin:0;
}
.borderBox .flexWrap02{
	display: flex; 
	justify-content:center;
	margin-bottom:20px;
}
.borderBox .flexWrap02 a{
	padding:10px 70px
}

.borderBox .flexWrap03{
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	padding:20px 0;
}
.borderBox .flexWrap04{
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}
.borderBox .flexWrap03 span{
	font-weight:600;
}        
.tbl-st{
	border-top: 2px solid #202020;
	margin-bottom:60px;
}
.tbl-st-copy {
	border-top: 2px solid #cdcdcd;
	margin-bottom:10px;
}

/* flex/select 추가 */
.tbl-st .cols {
	display: flex !important;
	width: 100%;
	border-bottom:1px solid #e1e1e1;
	box-sizing: border-box;  
	align-items: center !important;
}

.tbl-st .cols .cols_hw{
	width: 50%;
    display: flex !important;
    align-items: center;
    padding: 1% 0 1% 4%;
}

.tbl-st .cols .cols_hw .cols_15 {
	width:27%;
	text-align:center;
}

.tbl-st .cols .cols_hw .cols_35 {
	width:80%;
}

.tbl-st .cols .cols_hw2 .cols_15 {
	width:11%;
	text-align:center;
}

.tbl-st .cols .cols_hw2 .cols_85{
	width:80%;
}

.tbl-st .cols .cols_hw2{
	width: 100% !important;
    display: flex !important;
    align-items: center;
    padding: 1% 0 1% 5%;
}

#select{
	width:14%;
	padding:7px 5px;
	border-radius: 7px;
	border: 1px solid #a7a7a7;
	-text-align:center;
	line-height:1.2;
	background-color:#fff;
}

.search_{
	background-color:#1d64b0;
	color:#fff;
	border:none;
	border-radius:8px;
	cursor:pointer;	
}

#birthY{width:27%; padding:8px 3px; border-radius:8px; border: 1px solid #a7a7a7; margin-left:3px; background-color:#fff;}
#birthM,
#birthD{
	width:24%;
	padding:8px 3px; 
	border-radius:8px; 
	border: 1px solid #a7a7a7;
	background-color:#fff;
}




.tbl-st .cols > .cols_ {
	display: table-cell;
	box-sizing: border-box;
	padding: 5px 10px;
	vertical-align: middle;
}
.tbl-st .cols > .cols_.th {
	background-color: #f8f9fc;
	color: #333333;
}
.tbl-st .cols > .cols_10 {
	width: 10%;
}
.tbl-st .cols > .cols_15 {
	width: 15%;
	text-align:center;
}
.tbl-st .cols > .cols_35 {
	width: 35%;
}
.tbl-st .cols > .cols_40 {
	width: 40%;
}
.tbl-st .cols > .cols_50 {
	width: 50%;
}
.tbl-st .cols > .cols_85 {
	width: 85%;
}
.tbl-st .cols > .cols_90 {
	width: 90%;
}
.tbl-st .contentBox{
	padding:30px 10px;
}
.tbl-st .cols > .textBox {
	padding-top:20px;
}
.tbl-st .contentBox .flexWrap04{
	display: flex;
	justify-content: space-between;
	width: 300px;
	margin:0 0 0 auto;
}
.form-group {
	width:100%;
	box-sizing: border-box;
}
.form-group textarea {
	padding: 10px;
}
.form-control {
	width: 100%;
	padding:8px 10px;
	color: #6e707e;
	background-color: #fff;
	border: 1px solid #a7a7a7;
	box-sizing: border-box;
	margin:5px;
	border-radius: 7px;
}
.form-control.input-100 {
	width:58%;
}
.form-control.input-80 {
	width: 80%;
}
.form-control.input-50 {
	width: 50%;
}
.form-control.input-40 {
	width: 29%;
}

.btnWrap {
	display: flex;
	justify-content: space-around;
	width: 600px;
	margin:70px auto 50px;
}
.btnWrap a{
	display: block;
	text-decoration: none;
	color: #202020;
	border:1px solid #202020;
	padding:10px 50px;
	border-radius:10px;
	transition:all 0.4s;
}

/*.btnWrap a:hover{
	background-color:#1d64b0;
	color: #fff;
	border:1px solid #1d64b0;

}*/

input[type="radio"] {
	display: none;
}
input[type="radio"] + label{
	display: inline-block;
	width: 100px;
	padding:8px 20px;
	margin:0;
	text-align: center;
	border:1px solid #a7a7a7;
	margin-left:5px;
	border-radius: 8px;
}
input[type="radio"]:checked + label {
	background: #1d64b0;
	color: #fff;
}

.tbl-st .cols > .cols_.th {
	background-color:#fff;
}

.btnBox a{border-radius:10px;}

.mTable input[type=text], input[type=password], input[type=file] {
	height:32px !important;
}

.mo{display:none !important;}
.mmo{font-weight:bold !important;}
.m_mo{display:none;}

.form-group02{display:flex; align-items: center;}
.filebtn{background: #1d64b0; padding:10px 20px; border-radius:8px; color:#fff; cursor: pointer;}




@media screen and (max-width:768px){
	.sy_contentbx02{
		border-top: 2px solid #202020;
		padding:10px 0;
	}
	.sub_contents2 {
		width:1200px;
		margin:132px auto !important;
	}
	.mo2{display:none;}
	.mo{display:block !important;}
	.mmo{width:100% !important; padding-top:3% !important;}
	.m_mo{display:block;}
	
	/* 상단배너 */
	.sub_bn{
		background-image:url("/images/ban_mo.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		margin-top:50px;
	}

	.sub_bn .inner{width:100%; margin:auto; height:200px; display:flex; justify-content: center; align-items: center;}

	.sub_bn h1{font-size:24px; margin-top:20px;}

	.sub_contents {
		width:100%;
		margin:50px auto;
		padding:2%;
	}

	.subTitle {
		font-size:25px  !important;
		padding-top: 10px;
		padding-bottom:10px;
	}

	td{font-size:11px !important;}
	.board1{font-size:11px;}

	.pageNum{padding: 0 0 24px 0;}

	/* view 페이지 */
	.gTable2 th {
		border: 1px solid #ccc;
		height: 40px;
		color: #777;
		font-weight:500;
		font-size: 12px;
		background-color:#fffdf8;
		text-align: center;
		padding:15px 0;
		border-top: 3px solid #333;
	}

	.gTable2 td {
		text-align: center;
		padding:10px 0;
		color: #333;
		font-size: 15px;
	}

	.big.cbtn:link {
		font-size: 12px;
		padding:10px 20px !important;
		color: #fff;
		text-align: center;
		transition:all 0.5s;
	}

	.cbtn.blue:hover{background-color:#1d64b0; color:#fff;}
	.cbtn.black:hover {background-color:#febd11 !important; color:#fff;}
	.small.cbtn:hover{background-color:#1d64b0 !important; color:#fff;}

	.small.cbtn:link, .small.cbtn:visited {
		font-size: 12px;
		padding:7px;
		color: #fff;
		text-align: center;
		background-color:#1d64b0 !important;
		transition:all 0.5s;
		border-radius:8px;
	}


	.tbl-st .cols {
		display: flex !important;
		flex-direction:column;
		width: 100%;
		border-bottom:1px solid #e1e1e1;
		box-sizing: border-box;  
	}

	.tbl-st .cols .cols_hw{
		width:100%;
		display: flex !important;
		align-items: center;
		padding: 2% 0 2% 5%;
	}

	.tbl-st .cols .cols_hw:first-child{
		border-bottom:1px solid #ddd;
	}

	.tbl-st .cols .cols_hw .cols_15 {
		width:27%;
	}

	.tbl-st .cols .cols_hw .cols_35 {
		width:80%;
	}

	.form-group{border-right:none !important;}

	.tbl-st .cols .cols_hw2 .cols_15 {
		width: 27%;
	}

	#select{width:25%;}

	#birthY{width:30%; padding:10px 3px; border-radius:8px; border: 1px solid #a7a7a7; margin-left:3px; background-color:#fff;}
	#birthM,
	#birthD{
		width:25%;
		padding:10px 3px; 
		border-radius:8px; 
		border: 1px solid #a7a7a7;
		background-color:#fff;
	}

	.borderBox .flexWrap .title {
		font-size: 16px;
		margin: 0;
	}

	.borderBox a {
		font-size: 14px;
	}

	.borderbx_top{word-break:keep-all;}

	.borderBox{font-size:14px;}

	input[type="radio"] + label {
		margin: 3px;
	}

	.sy_date{flex-direction:column;}
	.sy_date_form{width:50% !important;}

	.btnWrap {
		display: flex;
		flex-direction:column;
		gap:10px;
		width: 100%;
		margin:40px auto 0px;
		text-align:center;
	}

	.borderBox .flexWrap03 {
		flex-direction: column;
		gap: 10px;
	}

	.sy_form_gr{width:100% !important;}
	.sy_form_gr2{width:50% !important; display:flex !important;}
	.sy_form_gr3{display:flex !important; justify-content:center !important;}
	.sy_form_gr4{width:60% !important;}
	.sy_form_gr5{width:55% !important;}
	.sy_form_gr6{width:58% !important;}

	.sy_contentbx{font-size:12px !important;}
	.sy_123{width:70% !important;}

}