.contents a{text-decoration:none;}
table{/*line-height:150%;*/ font-size:1em;}
.view_box td.view_detail img, .view_box_2 td img, .view_box_3 td img{width:100%;}
td table{width:100%;}


/*버튼*/
.btn_write{
	text-align:center;
	padding: 30px 0;
}
.btn_board{
	text-align:right;
	padding: 30px 0;
}

.btn_write a:hover,active,focus{
	text-decoration:none;
}

.btn_write a:link{
	text-decoration:none;
}

.btn_board a:hover,active,focus{
	text-decoration:none;
}

.btn_board a:link{
	text-decoration:none;
}

.bt_ok{
	background:#4c9ddb;
	border:1px solid #4c9ddb;
	padding:0px 18px;
	color:#fff;
	line-height:34px;
	height:34px;
	font-size:14px;
	letter-spacing:-0.5px;
	display:inline-block;

}
.bt_list{
	background:#a0a0a0; 
	border:1px solid #a0a0a0;
	padding:0px 18px; 
	color:#fff; 
	line-height:34px;
	height:34px;
	font-size:14px;
	letter-spacing:-0.5px;
	display:inline-block;
}
.bt_search{
	background:#4c9ddb; 
	width:81px; 
	height:35px; 
	line-height:32px;
	text-align:center; 
	color:#fff; 
	font-weight:bold;
	font-size:14px;
	border:1px solid #4c9ddb;
}
.bt_overlap{
	background:#666; 
	text-align:center; 
	color:#fff; 
	height:35px; 
	line-height:32px;
	width:90px;
	letter-spacing:-0.5px;
	font-size:14px;
	border:1px solid #666;
}
.bt_select{
	background:#3382F9;
	border:1px solid #3382F9;
	line-height:34px;
	height:34px;
	padding:0px 18px;
	color:#fff;
	font-size:14px;
	display:inline-block;
}

.pripass_bnt{
	text-align:center; 
	color:#fff; 
	background:#006ecc; 
	display:inline-block; 
	padding:1px 5px;  
	position:relative; 
	font-size:0.9em;
	height:20px;
}

.view_btnarea{margin-top:50px;}

.tblbtn_cancel{
	color:red !important;
	text-decoration:underline !important;
	font-size:0.9em;
}

/*SNS*/
.sns{
	float:right;
	padding:5px 0 0 0;
	font-size:0.9em;
}

/*페이지*/
.page_box{
	text-align:center;
}

/*검색*/
.search_box{
	float:right;
	padding:10px 0;
}
.search_box .input{ 
}
.search_box .select{
	height:35px; 
}

/*검색_수정*/
.search_box_app{
	/*padding:5px 10px;*/
	padding:32px 0px 26px;
	width:100%;
	border:1px solid #c0c0c0;
	background:#f3f3f3;
	display:inline-block;
}

.searchbox{
	padding:0px 10px;
}

.searchbox_input{
	max-width:606px; 
	margin:0px auto; 
	position:relative;
}

.searchbox_input .searchbtn{
	/*position:absolute; 
	z-index:5; 
	top:0px; 
	right:0px;*/
}

.search_box .input{
	width:30%;
}
.search_box_app .input{
	/*width:80%;*/
	width:100%;
}
.search_box_app label{
	font-weight:bold;
	margin-right:5px;
	font-size:14px;
	color:#666;
}
.search_tag{
	padding:10px;
}
.search_tag a{
	padding:5px;
}

.search_selectplus{
	max-width:600px; 
	margin:0px auto;
}

.search_selectplus_tp1{
	max-width:770px; 
	margin:0px auto;
}

.search_selectplus_2{
	max-width:600px; 
	margin:0px auto;
}

.searchinput_tbl{
	max-width:485px; 
	/*float:left;*/
}

.search_selecttime{
	max-width:750px; 
	margin:0px auto;
}



/* input 타입 */
input {
	color: #333;
	font-size: 14px;
	height: 20px;
	vertical-align: middle;
}

.input{
	border: 1px solid #d5d5d5;
}
input.none {
	border: 0;
}
.write_box input[type="text"]:focus {
	background-color: #efefef;
}
input[type="file"] {
	width:50%;
	background-color:#fff;
	/*border: 1px solid #d5d5d5;*/
}

/* textarea 기본 타입 */
textarea {
	border: 1px solid #d5d5d5;
	width:100%;
}

/* select 기본 타입 */
/*select {
	width:100px;
	border: 1px solid #d5d5d5;

}*/

div.select_area{
	position:relative;
    /*display:inline-block;*/
    z-index:0
}

div.select_area select {
    z-index:1;
}

div.select_area:before {
    display:block;
    position:absolute;
    content:'';
    /*right:0px;
    top:0px;
    height:1em;
    width:1em;
    margin:2px;*/
	right:1px;
	top:1px;
	height:33px;
	width:20px;
	background:#fff url(/images/common_2019/select_arr_1.png); 
	background-position:right center; 
	background-repeat:no-repeat; 
	background-size:19px;
    z-index:5;
}


div.select_area_tp1{
	position:relative;
    /*display:inline-block;*/
    z-index:0
}

div.select_area_tp1 select {
    z-index:1;
}

div.select_area_tp1:before {
    display:block;
    position:absolute;
    content:'';
    /*right:0px;
    top:0px;
    height:1em;
    width:1em;
    margin:2px;*/
	right:1px;
	top:1px;
	height:35px;
	width:20px;
	background:#fff url(/images/common_2019/select_arr_1.png); 
	background-position:right center; 
	background-repeat:no-repeat; 
	background-size:19px;
    z-index:5;
}

select{
	height:35px; 
	line-height:20px; 
	padding:0px 0px 0px 10px; 
	background:#fff url(/images/common_2019/select_arr_1.png); 
	background-position:right center; 
	background-repeat:no-repeat; 
	background-size:20px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
	appearance:none; /* 기본 스타일 없애기 */
	 border:1px solid #d9d9d9;
}

select::-ms-expand {
	display: none;
}

.search_select{
	width:100px;
	height:37px;
	font-size:14px;
}

.first_hour, .last_hour, .start_time{
	height:37px;
}
/*게시판*/
.list_box{
	width:100%;
	font-size:14px;
}
.list_box th{
	background-color:#f3f3f3; 
	border-top:2px solid #535353;
	/*border-bottom:1px solid #d5d5d5;*/
	color:#333;
	padding:20px 1%;
	word-wrap:break-word;
}
.list_box td{
	padding:20px 1%;
	border-bottom:1px solid #ebebeb;
	text-align:center;
	word-wrap:break-word;
}
.list_box td.content_left{
	text-align:left;
}


/*view*/
.view_box{
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
	font-size:14px;
}
.view_box th{
	background-color:#f3f3f3; 
	padding:20px 1%;
	word-wrap:break-word;
	color:#000;
	border-bottom:1px solid #d5d5d5;
}

.view_box .th{
	background-color:#f3f3f3; 
	padding:20px 1%;
	word-wrap:break-word;
	color:#000;
	border-bottom:1px solid #d5d5d5;
}
.view_box td{
	padding:20px 1%;
	word-wrap:break-word;
	border-bottom:1px solid #d5d5d5;
}

/*view_테스트배드*/
.view_box_test{
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;

}
.view_box_test th{
	background-color:#f3f3f3; 
	padding:10px 1%;
	word-wrap:break-word;
	border:1px solid #d5d5d5;
}
.view_box_test td{
	padding:10px 1%;
	word-wrap:break-word;
	border:1px solid #d5d5d5;
}
.view_box_test td img{
	width:80px;
}

/*글쓰기*/
.write_box{
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
	font-size:14px;
	border-top:1px solid #d5d5d5;
}
.write_box th{
	background-color:#f3f3f3; 
	padding:10px 1%;
	border-bottom:1px solid #d5d5d5;
	word-wrap:break-word;
	color:#000;
}
.write_box th.tp_1, td.tp_1{
	line-height:40px;
}
.write_box td{
	padding:10px 1%;
	border-bottom:1px solid #d5d5d5;
	word-wrap:break-word;
}
.write_box input.title{
	width:60%;
}
/*게시판_2*/
.list_box_2{
	table-layout:fixed;
	border-top:1px solid #b4b5b3;
	border-left:1px solid #b4b5b3;
}
.list_box_2 th.b_title{
	background:url("/images/board/date_select_bg.gif") repeat-x left top;
}
.list_box_2 th{
	background:#e6e6e6; 
	border-right:1px solid #b4b5b3;
	border-bottom:1px solid #b4b5b3;
	padding:10px 1%;
	word-wrap:break-word;
}
.list_box_2 td{
	padding:10px 1%;
	word-wrap:break-word;
	border-right:1px solid #b4b5b3;
	border-bottom:1px solid #b4b5b3;
	text-align:center;
}
.list_box_2 td.content_left{
	text-align:left;
}

/*view_2*/
.view_box_2{
	width:100%;
	table-layout:fixed;
	border-top:1px solid #b4b5b3;
	border-right:1px solid #b4b5b3;
}
.view_box_2 th.b_title{
	background:url("/images/board/date_select_bg.gif") repeat-x left top;
	border-right:none;

}
.view_box_2 th{
	background:#f9f9f9; 
	border-right:1px solid #b4b5b3;
	border-left:1px solid #b4b5b3;
	border-bottom:1px solid #b4b5b3;
	padding:10px 1%;
	word-wrap:break-word;
}
.view_box_2 td{
	border-bottom:1px solid #b4b5b3;
	padding:10px 1%;
	word-wrap:break-word;
}

/*글쓰기_2*/
.write_box_2{
	width:100%;
	table-layout:fixed;
	border-top:1px solid #b4b5b3;
	border-right:1px solid #b4b5b3;
}
.write_box_2 th.b_title{
	background:url("/images/board/date_select_bg.gif") repeat-x left top;
	border-right:none;
	text-align:left;
	padding:10px 1%;
	word-wrap:break-word;
}
.write_box_2 th{
	background:#f9f9f9; 
	border-left:1px solid #b4b5b3;
	border-bottom:1px solid #b4b5b3;
	padding:10px 1%;
	word-wrap:break-word;
}
.write_box_2 td{
	padding:10px 1%;
	word-wrap:break-word;
	border-bottom:1px solid #b4b5b3;
	border-left:1px solid #b4b5b3;
}
.write_box_2 input.board_content{
	width:20%;
}
.write_box_2 input.title{
	width:80%;
}
.write_box_2 p{
	padding:10px 0;
	font-weight:bold;
}
.bt{
	/*margin-bottom:50px;*/
	display:inline-block;
	margin-left:-4px;
}
/*Tag*/
/*.tag_box{
	background-color:#F5F5F5 !important;
	color:#999999 !important;
	padding:4px 6px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	margin-right:4px;
	font-size:1.2em;
	height: 17px;
	cursor:pointer;
	color:#ffffff;
	text-decoration : none;
}

.tag_box:hover, .tag_box:hover a{
background-color:#0088CC !important;
	color:#ffffff !important;
	padding:4px 6px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	margin-right:4px;
	font-size:1.2em;
	height: 17px;
	cursor:pointer;
	color:#ffffff;
	text-decoration : none;
}*/


/*게시판_3*/
.list_box_3{
	width:100%;
	border-collapse: collapse;
	table-layout:fixed;
	border-top:2px solid #007FD1;
	border-bottom:2px solid #007FD1;
}
.list_box_3 td{
	padding:10px 1%;
	word-wrap:break-word;
	border-bottom:1px solid #ebebeb;
	text-align:center;
}
.list_box_3 td.content_left{
	text-align:left;
}
.list_box_3 img.list_img_title{
	width:56px;
	height:56px;
}
.list_box_3 img.list_img_os{
	padding:0
}
.list_title{
	font-weight:bold;
	margin-bottom:5px;
}
.list_title a{
	color:#000;
}

/*게시판_3_*/
.list_box_3_{
	width:100%;
	border-collapse: collapse;
	table-layout:fixed;
	border-top:2px solid #007FD1;
}
.list_box_3_ th{
	font-weight:bold;
	padding:10px 1%;
	word-wrap:break-word;
	border-bottom:1px solid #ebebeb;
	text-align:left;
}
.list_box_3_ td{
	padding:10px 1%;
	word-wrap:break-word;
	border-bottom:1px solid #ebebeb;
	text-align:left;
}

/*open api 게시판*/
.list_box_1{
	width:100%;
	border-collapse: collapse;
	table-layout:fixed;
	border-top:2px solid #007FD1;
	border-bottom:2px solid #007FD1;
	font-size:14px;
}
.list_box_1 td{
	padding:10px 1%;
	word-wrap:break-word;
}

.list_box_1 td li{
	margin-left:20px;
}
.list_box_1 td li a{
	text-align:left;
}
.list_box_1 th{
	text-align:left;
	border-bottom:1px solid #ebebeb;
}

/*view_3*/
.view_box_3{
	width:100%;
	table-layout:fixed;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	font-size:14px;
	
}
.view_box_3 th{
	border-top:1px solid #d5d5d5;
	/*padding:16px 1%;
	background:#f9f9f9;*/ 
	word-wrap:break-word;
	color:#000;
	/*color:#0072bc;*/
}

.view_box_3 .th_tit{
	margin:5px; 
	background:#f3f3f3; 
	line-height:40px;
}

.view_box_3 td{
	border-top:1px solid #d5d5d5;
	padding:16px 10px;
	word-wrap:break-word;
}

.view_box_3 th.tp_1, td.tp_1{
	line-height:40px;
}

.view_box_3 img.list_img_title{
	width:96px;
	height:96px;
}
.view_box_3 img.list_img_os{
	width:20px;
	height:20px;
}
.view_box_3 img.star{
	width:17px;
	height:17px;
}
.view_box_3 .view_title{
	font-size:1.3em;
	font-weight:bold;
	padding-right:10px;
}
.view_box_3 .division{
	text-align:right;
	font-weight:bold;
}
.view_box_3 td.border_no{
	border-top:none;
}
.view_box_in{
	width:100%;
	font-size:0.9em;
	border-bottom:2px solid #d5d5d5;

}
.view_box_in td{
	border-top:none;
	padding:10px 0;
}

/*open url 뷰*/
.view_box_3 td img.url_img{
	 width:50px;
	 height:50px;
}
.view_box_3 td li{
	margin-left:20px;
	list-style-type:disc;

}


/*앱 아웃소싱*/
.view_box_in td img{
	 width:20px;
	 height:20px;
}
.view_box_in td .in_img{
	width:40px;
	height:40px;

}

/*글쓰기_3*/
.write_box_3{
	width:100%;
	table-layout:fixed;
	/*border-top:4px solid #4c9ddb;*/
	border-top:1px solid #d5d5d5;
	font-size:14px;
}
.write_box_3 th{
	padding:15px 10px;
	word-wrap:break-word;
	border-bottom:1px solid #d5d5d5;
	background-color:#f3f3f3; 
	/*text-align:left;*/
	color:#000;

}

.write_box_3 .th{
	padding:15px 10px;
	word-wrap:break-word;
	border-bottom:1px solid #d5d5d5;
	background-color:#f3f3f3; 
	font-weight:bold;
	color:#000;

}

.write_box_3 td{
	padding:15px 10px;
	word-wrap:break-word;
	border-bottom:1px solid #d5d5d5;
}
/*.write_box_3 textarea{
	width:90%;
}*/
input.input_1{
	width:100%;
}
input.input_2{
	width:50%;
}

.subtitle:not(.title){
	font-size:0.8em;
	padding:0;
	margin-left:10px;
}

/*글쓰기4 & view_구직*/

.title{
    font-size:1.3em;
	padding:10px 1%;
	word-wrap:break-word;
	background:#fff;
	color:#999;
	font-weight:bold;
	margin-top:-1px;
}
.write_box_4{
	width:100%;
	table-layout:fixed;
	border:1px solid #ddd;
	background:#eaeaea;
	line-height:250%;
}
.write_box_4 th{
	padding:10px 1%;
	word-wrap:break-word;
	background:#eaeaea; 
	text-align:right;
	font-size:1.2em;
	color:#333;
	vertical-align: top;
}
.write_box_4 td{
	padding:10px 0;
	word-wrap:break-word;
	font-size:1.0em;

}

.write_box_4_1{
	width:100%;
	table-layout:fixed;
	border:1px solid #ddd;
	background:#eaeaea;
	line-height:250%;
}

.write_box_4_1 tr{
	word-wrap:break-word;
	border-bottom:1px solid #ddd;
}

.write_box_4_1 td.job{
    padding:10px 1%;
	word-wrap:break-word;
}


.write_box_4_1 td.job span.job{
    font-size:1.5em;
	color:#333;
	padding:10px 2%;
	word-wrap:break-word;
	font-weight:bold;

}

.write_box_4_1 td.job span.coname{
    font-size:1.5em;
	color:#333;
	padding:10px 2%;
	word-wrap:break-word;
	font-weight:bold;
}

.write_box_4_1 td.job span.cor{
    font-size:1.1em;
	color:#777;
	padding:10px 0;
	word-wrap:break-word;

}

.write_box_4_1 td.job span.cor a{
    font-size:1.0em;
	color:#337ab7;
/*	text-decoration:underline;*/
	padding:10px 0;
	word-wrap:break-word;

}

.write_box_4_1 td.job span.cor a:hover, a:focus{
	color:#23527c;
	text-decoration:underline;
}

.write_box_4_1 td.job span.date{
    font-size:0.9em;
	color:#999;
	padding:10px 2%;
	word-wrap:break-word;

}

.write_box_4_1 td.job span.note{
    font-size:1.1em;
	color:#999;
	padding:20px 2%;
	word-wrap:break-word;

}

.write_box_4_1 td.job span.note2{
	word-wrap:break-word;
	padding:5px 2%;
}

.write_box_4_1 td.job span.note2 a{
    font-size:1.0em;
	color:#337ab7;
	padding:5px 0;
	word-wrap:break-word;
	font-weight:bold;
}

.write_box_4_1 td.job span.note2 a:hover, a:focus{
	color:#23527c;
	text-decoration:underline;
}

.write_box_4_1 td.job span.school{
    font-size:1.5em;
	color:#337ab7;
	padding:5px 2%;
	word-wrap:break-word;
	font-weight:bold;

}

.write_box_4_1 td.job span.major{
    font-size:1.1em;
	color:#333;
	padding:10px 2%;
	word-wrap:break-word;

}

.write_box_4 textarea{
	width:97%;
	border-radius:4px;
}

.write_box_4 td ul{
    padding:0;
}

.write_box_4 td ul li{
    float:left;
	width:30%;
	min-width:40px;
}


/*회원인증_180823추가*/
.write_box_memconf{
	border:1px solid #b4b5b3;
	border-radius:5px;
	width:100%;
	table-layout:fixed;
	line-height:160%;
	font-size:14px;
}

.write_box_memconf th{
	padding:10px 2%;
	background:#f9f9f9;
	border-radius:5px 0px 0px 5px;
	color:#000;
}

.write_box_memconf td{
	padding:10px 2%;
}


input.input_4{
	width:97%;
	height:28px;
	margin-bottom:5px;
	border-radius:2px;
}

input.input_5{
	height:28px;
	margin-bottom:5px;
	border-radius:2px;
}

select.select_1 {
	height: 28px;
	color: #555;
	font-size: 12px;
	border: 1px solid #d5d5d5;
	margin-bottom:5px;
	border-radius:2px;
}

select.select_2 {
    width:50%;
	height: 28px;
	color: #555;
	font-size: 12px;
	border: 1px solid #d5d5d5;
	margin-bottom:5px;
	border-radius:2px;
}


/*글쓰기5_구인*/
/*.title{
    font-size:1.3em;
	padding:10px 1%;
	word-wrap:break-word;
	background:#fff;
	color:#999;
	font-weight:bold;
	margin-top:-1px;
}
.write_box_5{
	width:100%;
	table-layout:fixed;
	background:#fff;
	line-height:250%;
}
.write_box_5 th{
	padding:10px 1%;
	word-wrap:break-word;
	background:#fff; 
	text-align:left;
	font-size:1.2em;
	color:#999;
	vertical-align:top;
	
}
.write_box_5 td{
	padding:10px 0;
	word-wrap:break-word;
	font-size:1.0em;
}

.write_box_5 td a.title{
	word-wrap:break-word;
	font-size:1.1em;
	color:#333;
	font-weight:bold;
}


.write_box_5 textarea{
	width:100%;
	border-radius:2px;
}

.write_box_5 td ul{
    padding:0 0 0 1%;
}

.write_box_5 td ul li{
    float:left;
	width:33%;
	min-width:50px;
}

.write_box_5 td ul li.welfare{
    float:left;
}*/

/*view_구인&구직*/
/*.title{
    font-size:1.3em;
	padding:10px 1%;
	word-wrap:break-word;
	background:#fff;
	color:#999;
	font-weight:bold;
	margin-top:-1px;
}

.view_box_cor1{
	width:100%;
	table-layout:fixed;
	background:#eaeaea;
	line-height:250%;
}

.view_box_cor{
	width:100%;
	table-layout:fixed;
	background:#eaeaea;
	line-height:250%;
	height:240px;
}

.view_box_cor1 div.logo{
    position:absolute;
	padding:10px 1%;
	word-wrap:break-word;
	text-align:left;
	font-size:1.2em;
	color:#999;
	vertical-align:top;
	font-weight:bold;
	width:25%;
}

.view_box_cor1 div.logo img{
   width:94px;
}

.view_box_cor1 div.info{
    position:relative;
	padding:10px 1%;
	margin-left:100px;
	word-wrap:break-word;
	font-size:1.0em;
}

.view_box_cor1 div.info a.employ{
	padding:0 1%;
	word-wrap:break-word; 
	text-align:left;
	font-size:1.5em;
	color:#333;
	vertical-align:top;
	font-weight:bold;
}

.view_box_cor1  div.info a.name{
	padding:0 1%;
	word-wrap:break-word; 
	text-align:left;
	font-size:1.2em;
	color:#999;
	vertical-align:top;
	font-weight:bold;
}

.view_box_cor1  div.info a.grey{
	padding:0;
	word-wrap:break-word; 
	text-align:left;
	font-size:1.1em;
	color:#999;
	vertical-align:top;
}
.view_box_cor1  div.info a.{
	padding:0 1%;
	word-wrap:break-word; 
	text-align:left;
	font-size:1.1em;
	color:#333;
	vertical-align:top;
}

.view_box_cor div.pro_info{
    padding:36px 0 0 3%;
	text-align:left;
	color:#999;
	font-weight:bold;
	background:#eaeaea;
}

.view_box_cor div.pro_info div.name{
	word-wrap:break-word;
	text-align:left;
}

.view_box_cor div.pro_info div.name a{
	text-align:left;
	font-size:2.0em;
	color:#333;
	font-weight:bold;
}


.view_box_cor div.pro_info div.job{
	word-wrap:break-word;
	margin:10px 0;
	text-align:left;
	font-size:1.2em;
	color:#666;
}

.view_box_cor div.pro_info div.states{
	float:left;
	background:#eaeaea;
	width:100%;
}


.view_box_cor div.pro_info div.states p{
    margin:0 1%;
	word-wrap:break-word;
	float:left;
	color:#333;
}

.view_box_cor div.pro_info div.states p.icon{
    position:relative;
	display:block;
	text-align:center;
	color:#333;
	width:60px;
	margin-left:5px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.view_box_cor div.pro_info div.states img{
    position::relative;
    left:50%;
}

.view_box_cor div.pro_info div.states p.icon span{
    position::absolute;
	text-align:center;
	width:100%;
}


.view_box_cor div.profile{
	right:0px;
	width:280px;
	height:240px;
	overflow:hidden;
	background-position:center center;
	background-size:cover;
}

.view_box_cor div.profile a img{
}

.view_box_cor div.profile div.li_developer{
   position:absolute;
   padding:10px;
   z-index:2;
}

.view_box_cor div.profile div.li_developer span{
   padding:5px;
}

.view_box_5{
	width:100%;
	table-layout:fixed;
	background:#fff;
	line-height:250%;
	border: 1px solid #ddd
}

.view_box_5 th{
	padding:10px 1%;
	word-wrap:break-word;
	background:#fff; 
	text-align:left;
	font-size:1.2em;
	vertical-align:top;
	
}

.view_box_5 th.cate{
	padding:10px 10px;
	word-wrap:break-word;
	background:#fff; 
	text-align:left;
	font-size:1.0em;
	vertical-align:top;
	
}
.view_box_5 td{
	padding:10px 1%;
	word-wrap:break-word;
	font-size:1.0em;
	
}

.view_box_5 td a.title{
	word-wrap:break-word;
	font-size:1.1em;
	color:#333;
	font-weight:bold;
}


.view_box_5 textarea{
	width:100%;
	border-radius:2px;
}

.view_box_5 td ul{
    padding:0 0 0 1%;
}

.view_box_5 td ul li{
    float:left;
	width:33%;
	min-width:50px;
}

.view_box_5 td ul li.welfare{
    float:left;
}*/

/*포토뉴스(갤러리)*/
.gallery li{
	width:23.1%; 
	border:1px solid #ddd; 
	border-radius:5px; 
	height:100%; 
	margin-right:1.5%; 
	margin-bottom:1.5%;
}

.gallery_photo{
	width:100%; 
	padding-bottom:70%; 
	border-radius:2px 2px 0px 0px;
}

.gallery_explain{
	height:80px;
}

.gallery_exbox{
	padding:10px;
}

.gallery_explain .tit{
	font-size:18px; 
	color:#000; 
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
}

.gallery_explain .date{ 
	font-size:14px; 
	color:#666;
}

/*Q&A(20190306 추가)_테이블 선없음*/
.none td{border:0px !important; padding:0px !important;}

/*회원가입*/
.write_box_3 .profile_file{/*margin-top:100px;*/ padding:0px;}

/*마이페이지_나의교육수강정보*/
.ed_sta_1{
	/*border-radius:20px; 
	background:#8891a2; 
	color:#fff; 
	padding:5px 0px; 
	width:50px; 
	text-align:center; 
	display:inline-block;*/
	color:#fa5956;
}

.ed_sta_2{
	/*border-radius:20px; 
	background:#456aaa; 
	color:#fff; 
	padding:5px 0px; 
	width:50px; 
	text-align:center; 
	display:inline-block;*/
	color:#0072bc;
}

.ed_sta_3{
	/*border-radius:20px; 
	background:#456aaa; 
	color:#fff; 
	padding:5px 0px; 
	width:50px; 
	text-align:center; 
	display:inline-block;*/
	color:#999;
}

.ed_adm_1{
	color:#4c9ddb;
}

.ed_adm_2{
	color:#666;
}
/*마이페이지_데이터바우처*/
.bgd_sta_1{
	border-radius:20px; 
	background:#8891a2; 
	color:#fff; 
	padding:5px 2px; 
	width:50px; 
	text-align:center; 
	display:inline-block;
	font-size:0.9em;
}

.bgd_sta_1 a{
	text-decoration:none !important;
	color:white;
}

.bgd_sta_2{
	border-radius:20px; 
	background:#456aaa; 
	color:#fff; 
	padding:5px 2px; 
	width:50px; 
	text-align:center; 
	display:inline-block;
	font-size:0.9em;
}

.bgd_sta_2 a{
	text-decoration:none !important;
	color:white;
}

.bgd_sta_3{
	border-radius:20px; 
	background:#c66560; 
	color:#fff; 
	padding:5px 2px; 
	width:50px; 
	text-align:center; 
	display:inline-block;
	font-size:0.9em;
}

.bgd_sta_3 a{
	text-decoration:none !important;
	color:white;
}

/*작성페이지_라벨*/
.write_thm{color:#000; font-weight:bold; margin-bottom:10px;}

/*리스트태그*/
.listtype_1 {width:100%; height:100%; box-sizing:border-box; display:inline-block;}
.listtype_1 li{font-size:15px; box-sizing:border-box; }
.listtype_1 .li_tit{color:#593395; float:left; width:30%; box-sizing:border-box; }
.listtype_1 .li_cont{color:#888; float:left; width:70%; box-sizing:border-box;}

.listtype_1 li.tp1{box-sizing:border-box; clear:both;}
.listtype_1 li.tp1 .li_tit{color:#593395; float:left; width:auto; margin-right:5px; box-sizing:border-box; }
.listtype_1 li.tp1 .li_cont{color:#666; float:left; width:auto; box-sizing:border-box;}

.listtype_1 li.tp2 .li_tit{color:#593395; float:left; width:auto; margin-right:10px; box-sizing:border-box; }
.listtype_1 li.tp2 .li_cont{color:#333; float:left; width:auto; box-sizing:border-box; font-size:1.1em;}


.listtype_2 {width:100%; height:100%; box-sizing:border-box; display:inline-block;}
.listtype_2 li{box-sizing:border-box;}
.listtype_2 .li_tit{float:left; width:20%; color:#a193ea; box-sizing:border-box;}
.listtype_2 .li_cont{float:left; /*width:80%;*/ color:#fff; box-sizing:border-box;}
.listtype_2 li.tp1{box-sizing:border-box; clear:both; word-break:keep-all;}
.listtype_2 li.tp1 .li_tit{float:left; width:110px; color:#a193ea; box-sizing:border-box; /*width:50px;*/}
.listtype_2 li.tp1 .li_cont{float:left; color:#fff; box-sizing:border-box; word-break:break-word;}

.listtype_2 li.tp2 .li_tit{float:left; width:90px; color:#a193ea; box-sizing:border-box;}
.listtype_2 li.tp2 .li_cont{float:left; width:74%; color:#fff; box-sizing:border-box;}


.listtype_3 {width:100%; height:100%; box-sizing:border-box; display:inline-block;}
.listtype_3 li{box-sizing:border-box;}
.listtype_3 .li_tit{float:left; width:17%; color:#999; box-sizing:border-box;  font-size:15px;}
.listtype_3 .li_cont{float:left; width:83%; color:#333; box-sizing:border-box;  font-size:15px;}

.listtype_4 {width:100%; height:100%; box-sizing:border-box; display:inline-block;}
.listtype_4 li{box-sizing:border-box; color:#333; padding:0px 0px 10px;}

.listtype_5 {width:100%; height:100%; box-sizing:border-box;}
.listtype_5 li{font-size:15px; box-sizing:border-box; width:100%; clear:both; padding:10px 0px; text-align:left;}
.listtype_5 .li_tit{color:#593395; float:left;  margin-right:10px; width:30%; box-sizing:border-box; }
.listtype_5 .li_cont{color:#888; float:left; width:65%;  box-sizing:border-box;}

.listtype_6 {width:100%; box-sizing:border-box; /*height:100%;*/}
.listtype_6 li{
	/*font-size:15px;*/ box-sizing:border-box; width:100%; 
	padding:1px 15px 1px; 
	background:url(../images/common/li_dot_1.png);
	background-repeat:no-repeat;
	background-position:0px 0px; 
	background-size:6px 24px;
	display:table;

}

.listtype_6 .li_tit{color:#3266a0; width:90px; box-sizing:border-box; display:table-cell; font-weight:500; vertical-align:top;/*float:left;*/}
.listtype_6 .li_cont{color:#666;  width:auto; box-sizing:border-box; display:table-cell; word-break:break-all; /*float:left;*/}
.listtype_6 .li_cont strong{word-break:break-all;}

.listtype_7 {width:100%; box-sizing:border-box; /* height:100%;*/}
.listtype_7 li{
	box-sizing:border-box; width:100%; 
	padding:3px 15px 3px; 
	background:url(../images/common/li_dot.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
	/*font-size:15px; padding:2px 15px 2px; background-position:0px 4px;*/ 
	background-size:6px 24px;

}

.listtype_8 {width:100%; height:100%; box-sizing:border-box; display:inline-block;}
.listtype_8 li{font-size:15px; box-sizing:border-box; padding:5px !important; border-bottom:1px solid #ccc; width:96% !important; line-height:normal !important;}

.listtype_9 {width:100%; height:100%; box-sizing:border-box;}
.listtype_9 li{font-size:15px; box-sizing:border-box; width:100%; clear:both; padding:0px 0px 5px; text-align:left;}
.listtype_9 .li_tit{color:#593395; float:left;  margin-right:10px; width:25%; min-width:70px; box-sizing:border-box; }
.listtype_9 .li_cont{color:#888; float:left; width:70%;  box-sizing:border-box;}

.listtype_10 {width:100%; box-sizing:border-box; display:inline-block; /*height:100%;*/}
.listtype_10 li{box-sizing:border-box;}
.listtype_10 .li_tit{float:left; width:20%; color:#454545; box-sizing:border-box;  font-size:15px; font-weight:bold;
	background:url(../images/common/li_dot.png);
	background-repeat:no-repeat;
	background-position:0px 0px; 
	background-size:4px;
	padding-left:10px;
}
.listtype_10 .li_cont{float:left; width:80%; color:#454545; box-sizing:border-box;  font-size:15px;}

.listtype_11 {width:100%; height:100%; box-sizing:border-box; display:table;}
.listtype_11 li{font-size:15px; box-sizing:border-box; }
.listtype_11 .li_tit{color:#593395; width:50px; box-sizing:border-box; display:table-cell;}
.listtype_11 .li_cont{color:#333; box-sizing:border-box;  display:table-cell;}

/* Desktop Device :480 이하 */
@media screen and (max-width:480px){
	.disappear{display:none;}
	.disappear_size{width:70%;}/*open arl 반응형*/

	/*검색*/
	.view_box_3 img.app_img{
		width:130px;
		height:160px;
		float:left;
		margin:5px;
	}
	.search_tag{
		display:none;
	}
	.write_box_3 .profile_file{
		margin-top:0;
	}
	
	.w_size{display:none;}
	
	input[type="file"] {width:80%;}
	
	.write_box input.file{
		width:100%;
	}

	.search_selecttime{
		max-width:350px; 
		margin:0px auto;
	}

	/* select 기본 타입 */
	.search_select{
		width:100%;
		margin-bottom:5px;
	}


	/*검색_수정*/
	.selectbox_1{
		width:250px;
		margin:0px auto 10px;
	}

	.selectbox_3{
		display:inline-block;
		width:48.5%;
	}

	.inputbox_1{
		width:100%; 
		max-width:400px;
	}

	.search_selectplus_3{
		max-width:390px; 
		margin:0px auto;
	}

	.selectbox_testbad{
		width:100%;
		max-width:610px;
	}

	.testbad_optionselect{
		display:inline-block; 
		max-width:250px;
		width:49.4%;
		margin-bottom:5px;
	}

	.search_box_app .input{
		width:95%;
	}

	.search_box_app .search_selectplus_tp1 .input{
		width:97%;
	}

	.search_selectplus_tp1{
		max-width:600px; 
		margin:0px auto;
	}

	.testbad_optionselect_tp1{width:99.4%; clear:both; max-width:600px; margin-bottom:5px; display:block;}
	.testselect_tp1{width:100%; clear:both;}


	/*앱 아웃소싱 게시판*/
	.list_box_in{
		table-layout:fixed;
		width:100%;
	}
	.list_box_in th{
		text-align:left;
		color:#000;
		font-weight:bold;
	}
	.list_box_in td{
		padding:5px 1%;
		text-align:left;
		border:none;
	}
	.list_box_in span.company_name{
		font-weight:bold;
		font-size:1.2em;
		color:#000;
	}
	.list_box_in img{
		width:20%;
	}

	.list_box_1 td img{width:100px;}

	/*일자리매칭 메인*/ 
	.list_box_1 td img.com5img{
		width:100%;
	}
	.button_com{
	    width:40%;
		font-size:1.5em; 
		background-color:#5794d5; 
		padding:20px;
		border-radius:3px;
		color:#fff; 
		font-weight:bold;
	}

	input.input_3{
		width:50%;
	}

	.view_box_3 img.list_img_title{
		width:80px;
		height:80px;
	}

	.write_box_3 th{
		padding:15px 1%;
	}

	.write_box_3 .th_m{
		width:25%;
		min-width:110px;
	}

	.write_box_3 .m_info{
		width:25%;
		min-width:78px;
	}

	.write_box_4 td ul li{
		float:left;
		width:45%;
		min-width:60px;
	}

	.write_box_5 td ul li{
		float:left;
		width:50%;
		min-width:50px;
    }

   .write_box_5 td ul li.welfare{
		float:left;
		width:90%;
		min-width:40px;
    }

	/*view_구인&구직*/

	.view_box_cor{
		width:100%;
		table-layout:fixed;
		background:#eaeaea;
		line-height:250%;
		height:550px;
	}

	.view_box_cor div.pro_info{
	    position:relative;
		padding:36px 0 0 3%;
		color:#999;
		font-weight:bold;
		background:#eaeaea;
    }

	.view_box_cor div.pro_info div.name{
		word-wrap:break-word;
		text-align:left;
	}

	.view_box_cor div.pro_info div.name a{
		text-align:left;
		font-size:2.0em;
		color:#333;
		font-weight:bold;
	}


	.view_box_cor div.pro_info div.job{
		word-wrap:break-word;
		margin:10px 0;
		text-align:left;
		font-size:1.2em;
		color:#666;
	}

	.view_box_cor div.pro_info div.states{
	    margin:0 0 20px 0; 
	    position:relative;
		background:#eaeaea;
		width:100%;
	}

	.view_box_cor div.pro_info div.states p{
		margin:0 1%;
		word-wrap:break-word;
		float:left;
		color:#333;
	}

	.view_box_cor div.pro_info div.states p.icon{
		position:relative;
		display:block;
		text-align:center;
		color:#333;
		width:60px;
		margin-left:5px;
	}

	.view_box_cor div.pro_info div.states img{
		position::relative;
		left:50%;
	}

	.view_box_cor div.pro_info div.states p.icon span{
		position::absolute;
		text-align:center;
		width:100%;
	}


	.view_box_cor div.profile{
		position::relative;
		right:0px;
	}

	.view_box_cor div.profile a img{
	    width:100%;
	}

	.view_box_cor div.profile div.li_developer{
	   position:absolute;
	   padding:10px;
	   z-index:2;
	}

	.view_box_cor div.profile div.li_developer span{
	   padding:5px;
	}

	/*버튼*/
	.view_btnarea{margin-top:30px;}

	/*포토뉴스(갤러리)*/
	.gallery li{
		width:47.25%; 
		float:left;
		/*margin-right:10px;
		margin-bottom:10px;*/
		margin-right:2%;
		margin-bottom:2%;
	}

	/*list_moblie*/
	.listtype_6_mbl li{margin-bottom:5px;}
	.listtype_6_mbl .li_tit{color:#3266a0; width:90px; box-sizing:border-box; display:block; font-weight:500; vertical-align:top;/*float:left;*/}
	.listtype_6_mbl .li_cont{color:#666;  width:auto; box-sizing:border-box; display:block; word-break:break-all; /*float:left;*/}
	.listtype_6_mbl .li_cont strong{word-break:break-all;}

}

/* Desktop Device :481~768 */
@media screen and (min-width:481px) and (max-width:768px){


	.view_box_3 img.app_img{
		width:110px;
		height:130px;
		float:left;
		margin:5px;
	}

	/* select 기본 타입 */
	.search_select{
		float:left;
	}

	.search_box_app .input{
		width:95%;
	}


	/*검색_수정*/
	.selectbox_1{
		width:250px;
		margin:0px auto 10px;
	}

	.selectbox_2{
		float:left; 
		width:100px;
		margin-right:5px;
	}

	.selectbox_3{
		display:inline-block; 
		width:49%;
	}

	.selectbox_testbad{
		width:100%;
		max-width:610px;
	}

	.testbad_optionselect{
		display:inline-block; 
		max-width:200px;
		width:24.5%;
	}


	.search_selectplus{
		max-width:500px; 
		margin:0px auto;
	}


	.search_selectplus_2{
		max-width:400px; 
		margin:0px auto;
	}

	.search_selectplus_3{
		max-width:390px; 
		margin:0px auto;
	}

	.searchinput_tbl{
		max-width:400px; 
		float:left;
	}

	.search_selecttime{
		max-width:600px; 
		margin:0px auto;
	}

	.inputbox_1{
		width:100%; 
		max-width:400px;
		margin:0px auto;
	}

	.inputbox_2{
		float:left; 
		width:74%; 
		max-width:495px;
	}

	.inputbox_3{
		width:100%; 
		max-width:485px;
	}

	.inputbox_testbad{
		width:100%;
		max-width:600px;
	}

	.searchinput_testbad{
		max-width:600px; 
	}

	/*앱 아웃소싱 게시판*/
	.list_box_in{
		table-layout:fixed;
		width:100%;
	}
	.list_box_in th{
		text-align:left;
		padding:5px 50px 5px 20px;
		color:#000;
		font-weight:bold;
	}
	.list_box_in td{
		padding:5px 1%;
		text-align:left;
		border:none;
	}
	.list_box_in span.company_name{
		font-weight:bold;
		font-size:1.2em;
		color:#000;
	}
	.list_box_in img{
		width:20%;
	}

	input.input_3{
		width:40%;
	}

    .write_box_5 td ul li{
		float:left;
		width:33%;
		min-width:60px;
    }

	.write_box_5 td ul li.welfare{
		float:left;
		width:50%;
		min-width:40px;
    }

    /*view_구인&구직*/

	.view_box_cor{
		width:100%;
		table-layout:fixed;
		background:#eaeaea;
		line-height:250%;
		height:420px;
	}

	.view_box_cor div.pro_info{
	    position:relative;
		padding:36px 0 0 3%;
		color:#999;
		font-weight:bold;
		background:#eaeaea;
    }

	.view_box_cor div.pro_info div.name{
		word-wrap:break-word;
		text-align:left;
	}

	.view_box_cor div.pro_info div.name a{
		text-align:left;
		font-size:2.0em;
		color:#333;
		font-weight:bold;
	}


	.view_box_cor div.pro_info div.job{
		word-wrap:break-word;
		margin:10px 0;
		text-align:left;
		font-size:1.2em;
		color:#666;
	}

	.view_box_cor div.pro_info div.states{
	    margin:0 0 20px  0;
	    position:relative;
		background:#eaeaea;
		width:100%;
	}

	.view_box_cor div.pro_info div.states p{
		margin:0 1%;
		word-wrap:break-word;
		float:left;
		color:#333;
	}

	.view_box_cor div.pro_info div.states p.icon{
		position:relative;
		display:block;
		text-align:center;
		color:#333;
		width:60px;
		margin-left:5px;
	}

	.view_box_cor div.pro_info div.states img{
		position::relative;
		left:50%;
	}

	.view_box_cor div.pro_info div.states p.icon span{
		position::absolute;
		text-align:center;
		width:100%;
	}


	.view_box_cor div.profile{
		position::relative;
		right:0px;
	}

	.view_box_cor div.profile img{
	    text-align:center;
	}

	.view_box_cor div.profile div.li_developer{
	   position:absolute;
	   padding:10px;
	   z-index:2;
	}

	.view_box_cor div.profile div.li_developer span{
	   padding:5px;
	}

	/*일자리매칭 메인*/
	.button_com{
	    width:40%;
		font-size:1.5em; 
		background-color:#5794d5; 
		padding:20px;
		border-radius:3px;
		color:#fff; 
		font-weight:bold;
	}	
	img.com5img{
		width:80%;
	}

	/*버튼*/
	.view_btnarea{margin-top:50px;}


	/*포토뉴스(갤러리)*/
	.gallery li{
		width:31.23%; 
		float:left;
	}
}

/* Desktop Device :769 이상 */
@media screen and (min-width:769px){
	
	.view_box_3 img.app_img{
		width:120px;
		height:150px;
		float:left;
		margin:5px;
	}

	/* select 기본 타입 */
	.search_select{
		float:left;
	}

	/*검색_수정*/
	.selectbox_1{
		float:left; 
		width:250px;
	}

	.selectbox_2{
		float:left; 
		width:100px;
	}

	.selectbox_3{
		float:left; 
		width:100px;
	}

	.selectbox_testbad{
		width:100%;
		max-width:610px;
	}


	.testbad_optionselect{
		display:inline-block; 
		width:147px;
	}

	.inputbox_1{
		float:right; 
		width:72%; 
		max-width:485px;
	}

	.inputbox_2{
		float:right; 
		width:100%; 
		max-width:495px;
	}

	.inputbox_3{
		float:right; 
		width:65%; 
		max-width:485px;
	}

	.inputbox_testbad{
		width:100%;
		max-width:600px;
	}

	.searchinput_tbl{
		max-width:485px; 
		float:left;
	}


	.searchinput_testbad{
		max-width:600px; 
		float:left;
	}

	/*앱 아웃소싱 게시판*/
	.list_box_in{
		table-layout:fixed;
		width:100%;
	}
	.list_box_in th{
		text-align:left;
		padding:5px 50px 5px 20px;
		color:#000;
		font-weight:bold;
	}
	.list_box_in td{
		padding:5px 1%;
		text-align:left;
		border:none;
	}
	.list_box_in span.company_name{
		font-weight:bold;
		font-size:1.2em;
		color:#000;
	}
	.list_box_in img{
		width:20%;
	}

	input.input_3{
	    width:40%;
	}
	/*input.input_2{
		width:30%;
	}*/

	.write_box_5 td ul li.welfare{
    float:left;
	width:50%;
	min-width:30px;
}
    /*view_구인,구직*/ 
    .view_box_cor div.profile{
	position:absolute;
	display:block;
	right:0px;
    }

	.view_box_cor div.pro_info{
    padding:36px 0 0 3%;
	text-align:left;
	color:#999;
	font-weight:bold;
	background:#eaeaea;
	}

	.view_box_cor div.pro_info div.name{
		word-wrap:break-word;
		text-align:left;
	}

	.view_box_cor div.pro_info div.name a{
		text-align:left;
		font-size:2.0em;
		color:#333;
		font-weight:bold;
	}


	.view_box_cor div.pro_info div.job{
		word-wrap:break-word;
		margin:10px 0;
		text-align:left;
		font-size:1.2em;
		color:#666;
	}

	.view_box_cor div.pro_info div.states{
		margin:20px 0;
		word-wrap:break-word;
		float:left;
		background:#eaeaea;
		width:100%;
	}

	.view_box_cor div.pro_info div.states p{
		margin:0 1%;
		word-wrap:break-word;
		float:left;
		color:#333;
	}

	.view_box_cor div.pro_info div.states p.icon{
		position:relative;
		display:block;
		text-align:center;
		color:#333;
		width:60px;
		margin-left:5px;
	}

	.view_box_cor div.pro_info div.states img{
		position::relative;
		left:50%;
	}

	.view_box_cor div.pro_info div.states p.icon span{
		position::absolute;
		text-align:center;
		width:100%;
	}
     /*일자리매칭 메인*/ 
	.button_com{
	    width:40%;
		font-size:1.5em; 
		background-color:#5794d5; 
		padding:20px;
		border-radius:3px;
		color:#fff; 
		font-weight:bold;
	}
	img.com5img{
		width:100%;
	}

	/*버튼*/
	.view_btnarea{margin-top:50px;}

	/*포토뉴스(갤러리)*/
	.gallery li{
		width:23.1%; 
		float:left;
	}
}

/* Desktop Device :481~802 */
@media screen and (min-width:481px) and (max-width:802px){

	.search_box_app .search_selectplus_tp1 .input{
		width:97%;
	}

	.search_selectplus_tp1{
		max-width:600px; 
		margin:0px auto;
	}

	.testbad_optionselect_tp1{width:99.4%; clear:both; max-width:600px; margin-bottom:5px; display:block;}
	.testselect_tp1{width:100%; clear:both;}

}

/* Desktop Device :803 이상 */
@media screen and (min-width:803px){
	
	.search_selectplus_tp1 .selectbox_testbad{
		width:100%;
		max-width:770px;
	}

	.testbad_optionselect_tp1{
		display:inline-block; 
		width:167px;
	}

	.search_selectplus_tp1 .inputbox_testbad{
		max-width:770px; 
		float:left;
	}

	.search_selectplus_tp1 .searchinput_testbad{
		max-width:768px; 
		float:left;
	}
}