@charset "utf-8";
::after, ::before{
	box-sizing: border-box;
}
html{
	margin:0;
	padding:0;
	font-size:14px;
}
body{
	margin:0;
	padding:0 !important;
}
div, ul, li, a{
	box-sizing: border-box;
}
form{
	margin:0;
}
button{
	cursor:pointer;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
.mg_l_5{
	margin-left:5px;
}
.mg_r_5{
	margin-right:5px;
}
.mg_t_5{
	margin-top:5px;
}
.mg_b_5{
	margin-bottom:5px;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.mask_wrap{
	width: 100%;
    height: 100%;
    position: fixed;
    display:none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
/* 광고 */
.ads_wrap{
	max-width:1200px;
	width:100%;
	margin:auto;
}
/* 페이징 */
.tb_bottom{
	width:100%;
	text-align:center;
	padding:10px 0;
	line-height: 1.1;
	font-size:14px;
}

.tb_bottom .paging_arrow {
    display: inline-block;
    padding: 15px 0px;
    color: #888;
    width: 26px;
    height: 45px;
    text-align: center;
}
.tb_bottom .paging_arrow i {
	line-height: 1.2;
}
.tb_bottom .paging_num{
	display: inline-block;
    padding: 15px 0px;
    color: #888;
    width: 26px;
    height: 45px;
    text-align: center;
	text-decoration:none;
}

.tb_bottom .active_page {
    color: #000;
	font-weight:800;
}
/* 모달 */
.my_modal{
    position:fixed;
    z-index:10000;
    border-radius:8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.my_modal .my_modal_inner{
    width:100%;
    height:100%;
    position:relative;
    border-radius: 8px;
	/*border-left:1px solid #ddd;*/
	box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
}
.my_modal .btn_modal_close{
    position: absolute;
    top: -18px;
    right: -18px;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 16px;
}
.my_modal .header{
    width:100%;
    height:54px;
    font-size:20px;
    padding:14px 15px;
    background:#2B2A57;
    color:#fff;
    font-weight:600;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.my_modal .content{
    background:#fff;
    padding:15px;
    height:calc(100% - 104px);
	overflow:auto;
}
.my_modal .content_no_footer{
    background:#fff;
    padding:15px;
    height:calc(100% - 60px);
	overflow:auto;
	border-bottom-right-radius:12px;
	border-bottom-left-radius:12px;
}
.my_modal .footer{
    position:absolute;
    display:inline-block;
    bottom:0px;
    width:100%;
    height:54px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background:#f5f5f5;
    padding:10px 15px;
}
.my_modal .footer .btn_wrap{
    float:right;
}
/* 상단 헤드 */
.head_wrap{
	width:100%;
	height:60px;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	border-bottom:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
	z-index:1000;
}
.head_wrap .head_inner{
	max-width:1200px;
	width:100%;
	height:60px;
	position:relative;
	margin:auto;
}
.head_wrap .logo_wrap{
	width:200px;
	height:60px;
	float:left;
}
.head_wrap .logo_wrap .logo{
	width: 100%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
}
.head_wrap .pc_menu{
	float:right;
	display:inline-block;
}
.head_wrap .pc_menu .menu_ul{
	display:inline-block;
	width:100%;
}
.head_wrap .pc_menu .menu_ul .menu1{
	float:left;
}
.head_wrap .pc_menu .menu_ul .menu1 .menu1_a{
	display:inline-block;
	font-size:18px;
	padding:20px 20px 15px;
	text-decoration:none;
	color:#888;
}
.mb_head_wrap{
	display:none;
}
.mb_head_wrap .hamberger_menu{
	position:relative;
	float:right;
	width:60px;
	height:60px;
	cursor:pointer;
}
.mb_head_wrap .hamberger_menu .line1{
	position:absolute;
	top:30%;
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mb_head_wrap .hamberger_menu .line2{
	position:absolute;
	top:calc(50% - 1px);
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mb_head_wrap .hamberger_menu .line3{
	position:absolute;
	bottom:30%;
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mb_head_wrap .mb_menu{
	position:fixed;
	top:0;
	right:-280px;
	width:280px;
	height:100vh;
	background:#fff;
	z-index:1001;
	box-shadow:1px 2px 3px #aaa;
}
.mb_head_wrap .mb_menu .head{
	width:100%;
	height:60px;
}
.mb_head_wrap .mb_menu .head .btn_close{
	width:60px;
	height:60px;
	font-size:20px;
	border:none;
	background:none;
	float:right;
	cursor:pointer;
}
.mb_head_wrap .mb_menu .menu_ul{
	width:100%;
	height:calc(100% - 60px);
	background:#028dac;
}
.mb_head_wrap .mb_menu .menu_ull{
	width:100%;
	display:inline-block;
}
.mb_head_wrap .mb_menu .menu_ul li{
	width:100%;
}
.mb_head_wrap .mb_menu .menu_ul li a{
	display:inline-block;
	text-decoration:none;
	width:100%;
	font-size:16px;
	padding:15px 20px;
	border-bottom:1px solid #e5faff;
	color:#fff;
}
/* 서브비쥬얼*/
.sub_visual {
    width: 100%;
    height: 190px;
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}
.sub_visual .sub_visual_txt {
    max-width: 1200px;
    width: 100%;
    /* padding: 0 100px; */
    margin: auto;
}
.sub_visual .sub_visual_txt .sub_visual_head {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.sub_visual .sub_visual_txt .sub_visual_head2 {
    font-size: 28px;
    font-weight: 600;
    color: #337ab7;
    text-align: center;
}
/* 이력서 한글 */
.resume_h_list_wrap{
	width:100%;
	margin:60px 0;
}

.resume_h_list_wrap .list_wrap{
	width:100%;
	max-width:1200px;
	margin:auto;
	padding:0 15px 15px;
}
.resume_h_list_wrap .list_wrap .search_wrap{
	width:100%;
	padding:15px 0;
	text-align:right;
}
.resume_h_list_wrap .list_wrap .search_wrap .txt_box{
	font-size:14px;
	height:34px;
	border:1px solid #ddd;
	border-radius:4px;
}
.resume_h_list_wrap .list_wrap .search_wrap .btn_submit{
	padding:8px 10px;
	border:none;
	font-size:14px;
	background:#aaa;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
}
.resume_h_list_wrap .list_wrap .search_wrap .btn_write{
	padding:8px 10px;
	font-size:14px;
	background:#4d4dff;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
}
.resume_h_list_wrap .list_wrap .list{
	width:100%;
	margin:auto;
}
.resume_h_list_wrap .list_wrap .list .list_tb{
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
}
.resume_h_list_wrap .list_wrap .list .list_tb thead tr th{
	background:#337ab7;
	color:#fff;
	padding:8px;
	font-size:14px;
}
.resume_h_list_wrap .list_wrap .list .list_tb tbody tr td{
	padding:8px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	font-size:14px;
	border-bottom:1px solid #ddd;
}
.resume_h_list_wrap .list_wrap .list .list_tb tr td a{
	text-decoration:none;
	color:#000;
}
.resume_h_list_wrap .list_wrap .list .list_ul{
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
	display:inline-block;
}
.resume_h_list_wrap .list_wrap .list .list_ul li{
	width:calc(100% / 3 - 20px);
	margin:10px;
	border:1px solid #eee;
	box-shadow:1px 2px 3px #ddd;
	float:left;
}
.resume_h_list_wrap .list_wrap .list .list_ul li .img{
	width:100%;
	height:550px;
}
.resume_h_list_wrap .list_wrap .list .list_ul li .info_wrap{
	width:100%;
	padding:15px;
	font-size:16px;
	text-align:center;
}
.resume_h_list_wrap .list_wrap .list .list_ul li .info_wrap .info_a{
	width:100%;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#777;
}
.resume_h_list_wrap .list_wrap .func_wrap{
	width:100%;
	padding:15px;
	text-align:right;
}
.resume_h_view_wrap{
	width:100%;
	margin:60px auto;
}
.resume_h_view_wrap .view_wrap{
	max-width:1000px;
	width:100%;
	margin:60px auto;
	padding:50px;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
}
.resume_h_view_wrap .view_wrap .subject{
	width:calc(100% - 30px);
	border-bottom:1px solid #ddd;
	font-size:20px;
	font-weight:600;
	padding:10px 15px;
	margin:0;
}
.resume_h_view_wrap .view_wrap .file_wrap{
	width:100%;
	padding:15px;
	font-size:16px;
}
.resume_h_view_wrap .view_wrap .file_wrap2{
	width:100%;
	padding:30px 0;
}
.resume_h_view_wrap .view_wrap .file_wrap2 .btn_down{
	width:100%;
	font-size:16px;
	font-weight:600;
	padding:15px 15px;
	text-decoration:none;
	color:#fff;
	background:#4d4dff;
	display:inline-block;
	text-align:center;
	border-radius:8px;
}
.resume_h_view_wrap .view_wrap .contents{
	width:100%;
	padding:15px;
}
.resume_h_view_wrap .view_wrap .contents .img_wrap{
	width:100%;
	text-align:center;
}
.resume_h_view_wrap .view_wrap .contents .img_wrap .view_img{
	max-width:100%;
	margin-bottom:15px;
}
.resume_h_view_wrap .view_wrap .contents .cont{
	width:100%;
	margin-top:15px;
}
.resume_h_view_wrap .view_wrap .btn_wrap{
	width:100%;
	padding:15px 0;
	text-align:right;
}
.resume_h_view_wrap .view_wrap .btn_wrap .btn_modi{
	padding: 8px 10px;
    font-size: 14px;
    background: #4d4dff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.resume_h_view_wrap .view_wrap .btn_wrap .btn_del{
	padding: 8px 10px;
    font-size: 14px;
    background: red;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.resume_h_write_wrap{
	max-width:1200px;
	width:100%;
	margin:60px auto;
	padding:50px;
}
.resume_h_write_wrap .write_wrap{
	width:100%;
	padding:15px;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
}
.resume_h_write_wrap .write_wrap .col_group{
	width:100%;
	padding:15px;
}
.resume_h_write_wrap .write_wrap .col_group .col{
	width:100%;
	font-size:20px;
	padding:5px;
}
.resume_h_write_wrap .write_wrap .col_group .data{
	width:100%;
	font-size:16px;
	padding:5px;
	text-align:right;
}
.resume_h_write_wrap .write_wrap .col_group .data .sel_box{
	width:100%;
	font-size:20px;
	padding:5px;
	margin-bottom:5px;
}
.resume_h_write_wrap .write_wrap .col_group .data .input_txt{
	width:100%;
	font-size:20px;
	padding:5px;
	margin-bottom:5px;
}
.resume_h_write_wrap .write_wrap .col_group .data .input_file{
	width:100%;
	font-size:20px;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #ddd;
}
.resume_h_write_wrap .write_wrap .col_group .data textarea{
	width:100%;
	height:300px;
}
.resume_h_write_wrap .write_wrap .btn_wrap{
	width:100%;
	padding:15px 20px;
	text-align:right;
}
.resume_h_write_wrap .write_wrap .btn_wrap .btn_submit{
	padding:8px 15px;
	font-size:16px;
    border: 1px solid #1D67CD;
    background: #1D67CD;
    color: #fff;
    border-radius: 4px;
}
@media (max-width: 1200px) {
	/* 메뉴 */
	.pc_head_wrap{
		display:none;
	}
	.mb_head_wrap{
		display:block;
	}
	.mb_head_wrap .logo_wrap{
		float:none;
		position:absolute;
		left:calc(50% - 100px);
		width:200px;
	}
	.mb_head_wrap .logo_wrap .logo{
		font-size:22px;
		padding:15px 0;
	}
	/* 이력서 */
	.resume_h_list_wrap .list_wrap .list .list_ul li{
		width:calc(50% - 30px);
		margin:15px;
	}
}
@media (max-width: 767px) {
	.resume_h_list_wrap .list_wrap .list .list_ul li{
		width:calc(100% - 30px);
		margin:15px;
	}
	.resume_h_write_wrap{
		width:100%;
		padding:15px;
	}
	.resume_h_write_wrap .write_wrap{
		width:100%;
		padding:10px;
	}
	.resume_h_write_wrap .write_wrap .col_group{
		padding:0;
	}
	.resume_h_write_wrap .write_wrap .btn_wrap{
		padding:5px;
	}
	.resume_h_view_wrap .view_wrap{
		padding:15px;
		margin:0;
	}
}