﻿/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0px; 
	padding: 0px;
}
/* font import */
/*****Basic Definitions*****/

h1{
  font-size: 25px;
  line-height:33px;
  font-style: bold;
}
h2{
  font-size: 15px;
  line-height: 18px;
  font-style: bold;
}
h3{
	font-size: 13px;
	line-height:15px;
	letter-spacing: 0px;
	font-style: bold;
}
hr{
  border:0px;
  border-bottom: 1px solid #cdcdcd;
}
a { 
	color: #333; 
	text-decoration: none; 
}
a:visited { }
a:hover { 
	text-decoration: none; 
}
p, ul, ol, dl, table { margin-bottom: 0px; }
ul, ol, dd { margin-left: 0px; }
img { border: 0;}

body{
	background: #fff;
}
/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
#top_area{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #e5e5e5;
	z-index: 10;
	position:fixed;
	top: 0px;
	background: #fff;
	box-shadow: 0px 1px 1px #cdcdcd;
}
#top_noti{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
}

#top_noti_con{
	clear: both;
	text-align: center; 
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 30px;
}
#top_noti_con_txt{
	display: none;
	float: left;
	/*display: inline-block;*/
	width: 50%;
	font-size: 11px;
	text-align: left;
	color: #2D2F30;
	text-decoration: none;
}
#top_noti_con_txt a{
	color: #2D2F30;
	font-size: 11px;
}
#top_menu_area{
	float: left;
	display: inline-block;
	width: 100%;
	font-size: 11px;
	text-align: right;
	color: #2D2F30
}
#top_menu_area a{
	font-size: 11px;
	color: #2D2F30;
	text-decoration: none;
}
#top_con{
	clear: both;
	text-align: center; 
	width: 100%;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
#top_con a{
	cursor: pointer;
}

#top_logo{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
#top_logo a{
	color: #0C1D55;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#top_logo_img{
	max-width: 100px;
}
#top_main_menu_area{
	float: left;
	width: 100%;
}
#top_main_menu{
	text-align: center; 
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1000;
}
#top_main_menu a{
	font-size: 13px;
 	font-family: 'Noto Sans KR', sans-serif;
 	text-decoration: none;
 	font-weight: 700;
 	color: #000000;
}
#top_main_menu .top_impact_bt{
	color: #fff; 
	border-radius: 30px; 
 	line-height: 20px;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	padding-left: 7px;
 	padding-right: 7px;
}
#top_main_menu .top_impact_bt a{
	color: #fff; 
}


#container {
	/*overflow: hidden; 
	z-index: 5;
	position:absolute;*/
	margin-top: 115px;
	width: 100%; 
}

#slider .slick-dots{
	bottom: 15px;
}

#con{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
}
#con2{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	background: #f7f7f8;
}

#con_main_area{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main_search_bg{
	background: url("/img/main/main_search_bg.png") no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
#main_search_area{
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
#main_search_area_left{
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}
#main_search_area_left select{
	width: 100%;
	border: none;
	padding: 5px;
	font-size: 15px;
	background: #fff;
	border: 0px;
	border-radius: 5px;
}
#main_search_area_right{
	float: left;
	width: 100%;
	border: 1px solid #c6c6c6;
	background: #fff;
	border-radius: 15px;
	padding: 10px;
	padding-top: 5px;
}
#main_search_area_right input, #main_search_area_right input:focus{
	border: none;
	outline: none;
	width: 85%;
	padding: 10px;
	font-size: 12px;
	height: 35px;
	vertical-align: middle;
}
#main_search_area_right input::placeholder{
	color: #cdcdcd;
}
#main_search_area_right .btn_search{
	width: 25px;
	height: 25px;
	margin-top: 12px;
	background: url("/img/icon/icon_main_search.png") no-repeat;
	border: none;
	outline: none;
	margin-top: 5px;
	vertical-align: middle;
}
#main_search_keyword{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}
#main_search_keyword_result_title{
	float: left;
	padding-top: 5px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
}
#main_search_keyword_result{
	float: left;
}
.label-default_search_area{
	background: #AF0912;
	border-radius: 25px; 
	color: #ffffff;
	line-height: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	padding: 10px;
	opacity: 0.8;
}
.label-default_search_area a{
	color: #ffffff;
}
.main_community_area{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.main_community{
	width: 100%;
	float: left;
	box-shadow: 0px 1px 5px 5px #EAEAEA;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	border-radius: 5px;

}
.main_comm_title{
	font-weight: 700;
}
.main_comm_place{
	width: 50%;
	float: left;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: left;
	color: #CCCCCC;
	margin-top: 10px;
}
.main_comm_place img{
	margin-right: 5px;
}
.main_comm_state{
	width: 50%;
	float: left;
	border-radius: 5px;
	width: 50%;
	float: left;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: left;
	color: #CCCCCC;
	margin-top: 10px;
	text-align: right;

}
#main_anal_menu{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main_anal_con{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main_anal_con input, #fromDate,#toDate{
	width: 25%;
	border: 0px;
	border-radius: 5px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#main_anal_con button{
	width: 100%;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

#main_anal_con1{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 2%;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 1px 40px 10px rgba(62, 62, 62, 0.1);
	border-radius: 10px;
}
#main_anal_con2{
	float: left;
	width:  100%;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0%;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 1px 40px 10px rgba(62, 62, 62, 0.1);
	border-radius: 10px;
}
.main_keyword{
	width: 33%;
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #848484;
}
.main_keyword a{
	font-size: 17px;
	line-height: 22px;
	color: #848484;
}
.selected_keyword_area a{
	color: #AF0912;
}
#main_anal_con3{
	float: left;
	width:  100%;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0%;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 1px 40px 10px rgba(62, 62, 62, 0.1);
	border-radius: 10px;
}


#main_anal_place, #stat_type{
	border-radius: 5px;
	border: 0px;
	margin-bottom: 0px;
	padding: 5px;
	background: #F4F4F4;
	font-size: 20px;
}
.main_anal_more{
	float: left;
	width: 100%;
	padding: 5px;
	text-align: right;
}
.main_anal_title{
	float: left;
	width: 100%;
	padding: 5px;
}
.anal_sub_menu{
	float: left;
	width: 50%;
	border: 1px solid #efefef;
	background: #fff;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.anal_sub_menu_selected{
	float: left;
	width: 50%;
	padding: 5px;
	background: #185ec4;
	color: #fff;
	border: 1px solid #efefef;
	text-align: center;
	cursor: pointer;
}

#main_grp2{
	height:auto;
	width:100%;
	float: left;
}

#main_grp3{
	height:auto;
	width:100%;
	float: left;
	border: 1px
}
.chart-container{
	height:auto;
	width:100%;
	float: left;
}
.word-container{
	height:auto;
	width:100%;
	height: 400px;
	float: left;
}
#lda{
	max-width: 100%;
	float: left;
	overflow-x: scroll;
}
#lda-leftpanel{
	width: 100%;
	float: left;
}
#lda-bar-freqs{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.fr_main_con{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fr_main_left{
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
.fr_main_right{
	width: 100%;
	float: left;
}

.fr_area{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.con_width_all{
	float: left;
	text-align: center;
	width: 100%;
	padding: 15px;
	background: #F4F4F4;
	/*background: linear-gradient(to right, #195ec5, #15cadd);
	*/
}
.con_width_all_w{
	float: left;
	text-align: center;
	width: 100%;
	padding: 15px;
}
.main_bottom_con{
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.main_bottom_con_img{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.main_bottom_con_img img{
	width: 150px;
}
.main_bottom_con_txt{
	width: 100%;
	float: left;
}
 .con_width_all h3{
	margin-bottom: 15px;
	font-weight: bold;
	font-family: 'Noto Sans KR', sans-serif;
}
.main_hire_con_txt h3{
	margin-bottom: 0px;
}
#detail_top_area{
	float: left;
	/*background : url('/img/main/board_top.jpg') no-repeat center top #fff;*/
	background-size: 1200px;
	width: 100%;
	border-radius: 5px;
	margin-top: 70px;
	margin-bottom: 15px;
	text-align: center;
}
#detail_top_area h1{
	font-weight: bold;
 	font-family: 'Noto Sans KR', sans-serif;
}
.con_width_all2{
	float: left;
	text-align: left;
	width: 100%;
	height: 50px;
	background: linear-gradient(to right, #195ec5, #15cadd);
}
.con_width_all3{
	float: left;
	text-align: left;
	width: 100%;
	background: linear-gradient(to right, #f4b685, #ffac6b);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 37%;
}
.profile_img_area{
	position: relative;
	top: 25px;
	border: 1px solid #efefef;
	border-radius: 50px;
	width: 100px; 
	height: 100px; 
	margin-left: auto;
	margin-right: auto;
}
.edu_img_area{
	position: relative;
	top: 50px;
	border: 5px solid #f05624;
	border-radius: 50px;
	width: 100px; 
	height: 100px; 
	margin-left: auto;
	margin-right: auto;
}
.main_hire_con{
	float: left;
	background: #fff;
	padding-top: 140px;
	width: 270px;
	margin-left: 15px;
	margin-right: 15px;
	border: 0px solid #185ec4;
	transition: 0.3s ease-in-out; 
}
.main_hire_con:hover{
	border: 5px solid #185ec4;
}
.main_hire_con_txt{
	float: left;
	width: 100%;
	padding: 10px;
	min-height: 200px;
	background: #fff;
}
.main_hire_con_txt h3{
	color: #555;
}
#main_notice_area{
	float: left;
	width: 100%;
	background: #efefef;
}
#main_notice_con{
	width: 96%;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;'
}
#main_notice_title{
	font-family: 'Noto Sans KR', sans-serif;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin-right: 5px;
}
.main_notice_txt{
	font-weight: normal;
	margin-right: 15px;
}
.main_notice_date{
	color: #cdcdcd;
	margin-right: 30px;
	display: none;
}
.label-default{
	background: #fff;
	border: 1px solid #ffaa43;
	border-radius: 5px; 
	color: #ffaa43;
	line-height: 24px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.label-default a{
	color: #ffaa43;
}
#multiple-items{
	width: 100%;
}
.main_edu_con{
	float: left;
	background: #fff;
	padding-top: 120px;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	border: 0px solid #ffaa43;
	transition: 0.3s ease-in-out; 
}
.main_edu_con:hover{
	border: 3px solid #ffaa43;
}
.main_edu_detail_txt{
	font-size: 11px;
	line-height: 14px;
}
.main_con_area{
	height: 340px;
}
.main_con_area .slick-dots{
	top: 300px;
	z-index: 3;
}
.main_con_area  .slick-dots li.slick-active button:before
{
    opacity: .9;
    color: #fff;
}
.main_edu_con_txt{
	float: left;
	width: 100%;
	padding: 10px;
	padding-top: 0px;
	background: #fff;
}
.main_edu_con_txt h3{
	color: #555;
}


#con_main{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#con_main_680{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#con_main_600{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
/*Dashboard*/
.dash_h1{
	text-align: center; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1em;
}
#back_bt_area{
	text-align:center; 
	color:#cdcdcd; 
	padding-bottom:10px; 
	margin-bottom: 0px; 
	border-bottom: 1px solid #cdcdcd;
}
#dashboard_menu, #dashboard_menu_sub{
	float: left;
	width: 100%;
	text-align:center; 
	color:#cdcdcd; 
	padding-top: 5px; 
	padding-bottom:5px; 
	border-bottom: 1px solid #cdcdcd;
}
#dashboard_menu_sub{
	background: #efefef;
}
#dashboard_menu a,#dashboard_menu_sub a{
	font-weight: bold;
	color:#555; 
}
.icon_st{
	width: 12px;
	margin-right: 5px;
	vertical-align : middle;
}
.dash_con_area{
	float:left; 
	width: 100%; 
	margin-top: 20px; 
	margin-bottom: 10px;
}
.dash_con{
	float: left;
	display: block;
	width: 100%;
	padding: 10px; 
	border-top: 1px solid #cdcdcd; 
	font-size: 12px;
}
#resp_list_area{
	float: left;
	width: 100%;
}
#resp_table_area{
	float: left;
	width: 100%;
	height: 300px;
	overflow: auto;
	border: 1px solid #cdcdcd;
	background: #efefef;
}
#resp_list_area2{
	float: left;
	width: 100%;
}
#resp_result_area{
	float: left;
	width: 100%;
	height: 500px;
	overflow: auto;
	border: 1px solid #cdcdcd; 
	background: #efefef;
}
#resp_result_area2{
	float: left;
	width: 100%;
	height: 500px;
	overflow: auto;
	border: 1px solid #cdcdcd; 
	background: #efefef;
}
#eval_con_area{
	float: left; 
	width: 100%; 
	padding: 10px; 
	background: #fff;
}
#eval_menu{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.eval_sub_menu{
	float: left;
	width: 33%;
	border: 1px solid #efefef;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.eval_sub_menu_selected{
	float: left;
	width: 33%;
	padding: 5px;
	background: #185ec4;
	color: #fff;
	border: 1px solid #efefef;
	text-align: center;
	cursor: pointer;
}
#inc_responses_con_area{
	width: 100%;
	padding: 10px;
}
.inc_resp_con{
	width: 100%;
	border: 1px solid #cdcdcd; 
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #ffffff;
}
#upload_file_state{
	width: 100%;
}
#graph_date_search{
	border: 1px solid #cdcdcd; 
	width: 100%; 
	float: left; 
	display: none; 
	text-align: center; 
	background: #efefef; 
	margin-top: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
#event_form, #event_list, #mail_send_con_list, #team_mate_state, #team_state,#pan_state{
	border: 1px solid #cdcdcd; 
	width: 100%; 
	float: left; 
	display: none; 
	background: #efefef; 
	margin-top:10px; 
	padding:10px 2% 10px 2%;
}
#graph_area{
	float: left;
	width: 100%;
}

#workspace_top_noti{
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background: #185ec4;
	padding-top: 5px;
	padding-bottom: 5px;
}
#workspace_top_con{
	clear: both;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	height: 27px;
}
#workspace_container{
	/*overflow: hidden; 
	z-index: 5;
	position:absolute;*/
	margin-top: 137px;
	width: 100%; 
	min-height: 100%;
}
#dashboard_container{
	margin-top: 175px;
	width: 100%; 
	min-height: 100%;
}
#workspace{
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
#workspace_left{
	float: left;
	width: 100%;

}
#workspace_left_con{
	float: left;
	width: 100%;
	padding: 10px;
}
.ws_left{
	display: none;
	float: left;
	width: 100%;
	background: #fff;
}
.make_step{
	width: 100%;
	background: #185ec4;
	text-align: center;
}
#make_step_txt{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.step_bt{
	vertical-align: middle;
	width: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#workspace_right{
	min-width: 0;
	min-height: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: inherit;
}
#workspace_all{
	min-width: 0;
	min-height: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: inherit;
}

#workspace_center{
	float: left;
}

#workspace_design{
	min-width: 150px;
	min-height: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex: 0.3;
	-ms-flex: 0.3;
	flex: 0.3;
	box-sizing: inherit;
	border-right: 1px solid #cdcdcd;
}
#workspace_preview{
	display: none;
}
#workspace_right_con{
	width: 100%;
	padding: 30px;
}
#wp_center_con{
	width: 100%;
	padding: 10px;
	padding-top: 0px;
}
.bt_design{
	display: none;
}
#design_template_area{
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
}
.work_item{
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.work_item_con{
	float: left;
	background: #f7f1c2;
	float: left;
	width:100%; 
	padding: 10px; 
	border: 1px solid #cdcdcd; 
	border-radius: 10px; 
	font-size: 10px; 
	line-height: 12px;
	text-align: center;
}

.work_item_link_area{
	float: left; 
	width:100%; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border-bottom: 1px solid #cdcdcd; 
	/*border-radius: 10px; */
	color: #cdcdcd; 
	size: 12px;
}
.icon_img{
	margin-right: 5px;
	width: 15px;'
}
.work_item_con2{
	width: 100%; 
	float: left; 
	border-top: 1px solid #cdcdcd; 
	padding-top:5px; 
	margin-top: 5px; 
	padding-left: 5px; 
	padding-right: 5px;
	word-wrap: break-word;
}
.new_item{
	float: left;
	width: 100%;
	padding: 10px;
	padding-top:  10px;
	padding-bottom:  10px;
	/*
	border: 1px solid #cdcdcd;
	*/
	background: #4ac0cc;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.wkarea1{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	background: #fff;
}
.wkarea_design{
	min-width: 150px;
	width: 150px;
	background: #fff;
}
.preview_area{
	width: 30%;
	min-width: 300px;
	background: #fff;
}
#bt_area{
	width: 100%;
	text-align: right;
	float: left;
	padding-bottom: 15px;
}
#bt_area_on{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #cdcdcd;
	color: #e5e5e5;
	z-index: 10;
	position: fixed;
	bottom: 0px;
	background: #fff;
	padding: 2%;
}
#project_img{
	float: left;
	width: 100%;
}
#school_info_add, #career_info_ad, #certi_info_add{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#school_info_add, #career_info_add, #certi_info_add{
	display: none;
}
.ajax_result{
	float: left;
	width: 100%;
}
.h3_ajax_title{
	float: left;
	margin-top: 10px;
}
#wp_center_con ul{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#wp_center_con h3{
	float: left;
	width: 100%;
}
#wp_center_con hr{
	float:left; 
	width:100%; 
	margin-top: 10px; 
	margin-bottom: 10px;
}
.basic_ip{
	margin-top: 5px;
	margin-bottom: 5px;
}
.img_div{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #cdcdcd;
	cursor: pointer;
	text-align: center;
}
#con_main2{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#form_area, #eval_table, #eval_user_list{
	width: 100%;
	float: left;
}
#eval_user_list{
	max-height: 150px;
    	overflow: auto;
 }
 #resp_list_area2 .col{
 	padding-left: 3px;
 	padding-right: 3px;
 }
 #eval_table{
	border: 1px solid #cdcdcd;
	padding: 0px;
	max-height: 350px;
    	overflow: auto;
 }
 #inc_eval_table_con{
	width: 95%;
	margin: auto;
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #ffffff;
 }
#main_slider{
	float: left;
	background : url('/img/main/main_top.jpg') no-repeat center top #fff;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
#main_slider_con{
	float: left;
	margin-top: 135px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 30px;
	text-align: left;
	background: #fff;
}
#main_slider_con2{
	float: left;
	margin-top: 0px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 200px;
	text-align: center;
}
#board_slider{
	float: left;
	width: 100%;
}

#board_slider_con{
	float: left;
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

#job_slider{
	float: left;
	/*background : url('/img/main/board_top.jpg') no-repeat center top #fff;*/
	background: #fff;
	background-size: 1000px;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
#job_slider_con2{
	float: left;
	margin-top: 0px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}
#slider_con_1{
	float: left;
	width: 96%;
	margin-top: 30px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 10px;
	text-align: center;
}
.g_point_color{
	color: #185ec4;
}
.g_point_bold{
	font-weight: bold;
}
.main_slider_sub_con_area{
	float: left;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.main_slider_sub_con{
	float: left;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #cdcdcd;
}
.nv_bt{
	background: #6f43cc;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
}

.nv_bt:hover{
	font-weight: bold;
}
#main_slider_menu a{
	font-size: 14px;
 	font-weight: 700;
 	font-family: 'Noto Sans KR', sans-serif;
}

#sub_top_banner{
	float: left;
	background : #fff;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}

#sub_top_banner_con{
	float: left;
	padding: 20px;
	width: 100%;
}
div{
	white-space:normal;
	word-break:break-all;
}

#sub_top_welcome_con{
	float: left;
	margin: 5%;
	width: 90%;
	background: #fff;
	text-align: center;
}

#top_banner_area{
	margin-top: 110px;
	width: 100%; 
	height: 200px;
	background : url('/img/intro_top_img.png') no-repeat center top;
	background-size: cover;
}
#top_banner_con{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
#top_banner_con h1{
	color: #fff;
	font-size: 30px;
	line-height: 35px;
}
.intro_con_area{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.intro_con_title{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.intro_con_title h2{
	margin-top: 0px;
}
.intro_con_txt{
	float: left;
	width: 100%;
}
#sub_top_welcome_con .intro_ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 10px;
	counter-reset:list-number;
} /*list-number의 번호 초기화*/

.intro_ul li{
	counter-increment:list-number;
	line-height:1;
	font-size: 12px;
	margin-bottom: 10px;
} /*li선택자의 counter-increment명을 'list-number'라고 명명*/

.intro_ul li:before{
	content:counter(list-number); /*list-number를 count하여 가상선택자before의 content로 담아준다.*/
    display:inline-block;
    text-align:center;
	font-size: 12px;
    line-height:1.2;
    width:15px;
    height:15px;
    border-radius:50%;
    color:#fff;
    margin-right:0px;
    background:brown;
}

.h1_labs{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.bt_labs{
	width: 100px;
	float: right;
	vertical-align: middle;
	padding-right: 10px;
} 
.sub_top_img{
	max-width: 100%; 
	margin-bottom: 20px;
}
/*Step bar area */
 .container {
  width: 100%;
}

.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 31%;
  position: relative;
  text-align: center;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 68%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -37%;
  z-index : 0;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #185ec4;
}
.progressbar li.active:before {
  border-color: #185ec4;
  background: #185ec4;
  color: #fff;
  z-index : 1;
} 
.progressbar li.active + li:after {
  background-color: #185ec4;
}
/*Step bar area finished*/
#main_con_left{
	width: 96%;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
#main_con_right{
	width: 96%;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
#mobile_search{
	text-align: right;
}
.search_img{
	vertical-align:middle;
	margin-bottom: 3px;
}
.mobile_hide{
	display: none;
}
#left_search_area{
	display: none;
}
#left_set_area{
	display: none;
}
#mail_msg_form{
	display: none;
}
.main_con_left_w{
	width: 100%;
	float: right;
	padding : 10px;
	border: 1px solid #cdcdcd;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
}
.search_area{
	width: 100%;
}
.search_area input, .search_area select{
	width: 100%;
	margin-bottom: 10px;
}
.main_con_right_w{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.main_con_right_w h3{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.main_con_right_w img{
    max-width: 100%;
}
#login_con_area{
	width: 100%;
	clear: both;
	float: left;
	margin-top: 10px;
}
.u_type{
	font-size: 11px;
}
.u_type, .u_type_edu{
	width: 100%;
}
.login_con_left{
	width: 100%;
	float: left;
	text-align: center;
}
.login_con_left img{
	width: 50%;
}
.login_con_right{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
}
#login_area{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
 	font-weight: 700;
 	font-family: 'Noto Sans KR', sans-serif;
}
#login_area p{
	margin-top: 10px;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	line-height: 15px;
 	text-align: center;
}
#login_area h1{
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
#sub_con_left_detail{
	float: left;
	margin-top: 30px;
	width: 680px;
	margin-right: 20px;
}
#sub_con_right_detail{
	float: left;
	width: 300px;
	margin-top: 30px;
}
.sub_con_left_w{
	width: 680px;
}

.sub_con_right_w{
	width: 300px;
}

#sub_top_menu{
	font-size: 18px;
	color: #ceeeeb;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sub_top_menu a{
	font-size: 18px;
	color: #ffffff;
}
.list_search_area{
	background: #37bc9b;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
}
.list_search_area select{
	padding: 5px;
	border-radius: 5px;
}
.list_search_area_gray{
	background: #efefef;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
}
.subtitle_mint_gr{
	border-radius: 3px;
	background : #37bc9b;
	text-align: center;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.subtitle_mint_gr a{
	color: #fff;

}

.con_outline{
	float: left;
	width: 100%;
	padding : 10px;
	border: 1px solid #cdcdcd;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
}
.con_outline ol, .con_outline ul{
	margin-left: 20px;
}
.menu_mypage{
	background: #efefef;
	display: none;
}
.main_con_title{
 	margin-bottom: 10px;
 	margin-top: 10px;
 	text-align: left;
	color: #2D2F30;
	font-size: 25px;
	line-height: 50px;
	background: url('/img/h1_top_bar.png') no-repeat;
 	font-weight: bold;
    	font-family: 'Noto Sans KR', sans-serif;
}
.mypage_con_list{
	width: 100%;
	float: left;
}
.mypage_item{
	float: left;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
}
.con_area{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.label_s{
	cursor: pointer;
}

.campaign_con_list{
	float: left;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
}
.campaign_con_txt_area{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.campaign_con_img_area{
	position: relative;
	border: 1px solid #efefef;
	border-radius: 50px;
	width: 100px; 
	height: 100px; 
	margin-left: auto;
	margin-right: auto;
}
.campaign_con_txt_area_detail{
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 17px;
	margin-top: 5px;
}
.campaign_con_txt_area_detail h3{
	font-weight: bold;
}
.team_con_txt_area{
	float: left;
	margin-left: 15px;
	width: 483px;
	padding-top: 0px;
}
.team_con_txt_area_detail{
	font-size: 12px;
	line-height: 17px;
	margin-top: 5px;

}
.team_sub_event_menu{
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;

 	font-family: 'Nanum Gothic';
 	font-size: 15px;
 	line-height: 25px;
}
.con_detail_h3{
	color:  #079db6;
}
.swoker_con_list{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.swoker_con_color_area{
	float: left;
	width: 140px;
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #8b73b3;
	text-align: center;
	color: #009eb4;
 	font-weight: 350;
 	font-family: 'Nanum Gothic';
 	font-size: 20px;
 	line-height: 25px;
}
.swoker_con_color_area_h{
	width: 100%;
 	font-size: 30px;
 	line-height: 35px;
 	font-weight: bold; 
	text-align: center;
 	color: #fff;
 	padding-bottom: 10px;
}

.tag_area{
	float: left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tag_con{
	float: left;
	font-size: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ffaa43;
	color: #ffaa43;
	border-radius: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	line-height: 24px;
}
.main_mail_list{
	width: 100%;
}
.main_mail_con{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}
.submenu_list{
	width: 100%;
	display: none;
}
.submenu_list hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.submenu_list_con{
	float: left;
	width: 100%;
	display: inline-block;
	padding: 5px;
	border: 1px solid #cdcdcd;
  	font-family: 'Nanum Gothic';
	font-weight: normal;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
}
/*하단 영역*/
#con_main_bottom{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 30px; 	
	padding-bottom: 30px;
	background: #fff;
	border-top: 1px solid #cdcdcd;
}
#cmb_con{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#cmb_con1{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.date_st{
	color: #8f8f8f;
	font-size: 11px;
}

#quick_link{
	display: none;
    z-index: 100;
    float: left;
    position: fixed;
    width: 100%;
    text-align: left;
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    bottom: 10px;
    text-align: center;
    line-height: 12px;
    background: #AF0912;
}
#quick_link img{
	max-width: 80%;
}
#quick_link a{
	color: #ffffff;
	font-size: 10px;
}
#bottom_area{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #313030;
}
#bottom_con{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #e5e5e5;
}
/*sub page*/
#sub_top{
	float: left;
	background : #fff;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
#sub_top_con{
	float: left;
	padding: 20px;
	margin-bottom: 10px;
	background: #fff;
}
#sub_navigator{
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 10px;
}
#sub_navigator2{
	width: 100%;
	float: left;
	text-align: right;
}
#sub_con_area{
	margin-top: 10px;
	width: 100%;
	background : #fff;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	float: left;
}
#sub_con_zone{
	float: left;
	width: 960px;
	padding: 20px;
}
#sub_con_zone2{
	float: left;
	width: 100%;
	padding: 20px;
}
.inno_table{
	width: 100%;
	border: 0px;
	border-top: 1px solid #313030;
	border-collapse: collapse;
}
.inno_table th{
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #313030;
	padding: 10px;
}
.inno_table td{
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
}
.inno_table_last_tr td{
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #313030;
	padding: 5px;
}
.inno_table .price_td{
	text-align: right;
}
.inno_table table tr td{
	padding: 5px;
}
.com_img{
	max-width: 140px;
}
.com_img_area{
	float: left;
	width: 140px;
	padding: 0px;
	text-align: center;
}
.gray_area{
	padding: 10px;
	background: #f7f7f8;
}
.result_area{
	float: left;
	border-top:1px solid #cdcdcd;
	margin-top: 20px;
	padding-top: 10px;
}
.inno_checkbox{
	background: #fff;
	border:1px solid #cdcdcd;
	margin-top: 5px;
}
.total_tr td{
	background: #434a54;
	color: #fff;
}
#login_area{
	font-size: 14px;
 	font-weight: 250;
 	font-family: 'Noto Sans KR', sans-serif;
}
#sub_con_area select{
	padding: 5px;
	width: 100%;
	border:1px solid #cdcdcd;
	color: #8d8d8d;
}
#sub_con_area input{
	color: #8d8d8d;
	padding: 5px;
}
#search_result_table tr td{
	text-align: center;
}
#addr_2, #addr_3{
	display: none;
}
.div_alert{
  border: 1px solid #e85757;
  width: 96%;
  margin-top: 15px;
  padding: 2%;
}


/*폼 뷸더 관련*/
.form_move_icon_area{
	width: 100%;
	float: left;
	padding: 5px;
	background: #efefef;
	margin-bottom: 10px;
}
.form_title_area{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.form_required_area{
	width: 100%;
	float: left;
	margin-top: 5px;
	text-align: left;
}
.form_required_area a{
	text-decoration: underline;
	cursor: pointer;
}
.form_memo_area{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.form_type_area{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.form_move_area{
	width: 60%;
	float: left;
	text-align: left;
	cursor: pointer;
}
.form_dell_area{
	width: 40%;
	float: left;
	text-align: right;
}
.form_option_area{
	width: 100%;
	float: left;
}
.form_option_con{
	display: none;
	width: 100%;
	float: left;
}
.list-group-item{
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.list-group-item:first-child{
	border: 1px solid #cdcdcd;
}
.form_option_con_detail{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.form_option_con_input{
	float: left;
	width: 70%;
	text-align: left;
}
.form_option_con_bt{
	float: left;
	width: 30%;
	min-width: 30px;
	text-align: left;

}
.form_option_con_bt .fa{
	padding-left: 10px;
}
.add_more_radio{
	cursor: pointer;
}
#workspace_preview_con{
	padding: 10px;
}
#workspace_preview_con h3{
	margin-top: 15px;
}
/*Guide 영역*/
#workspace_preview_guide{
	padding: 10px;
	overflow: auto;
}
#workspace_preview_guide h1{
	line-height: 35px;
}
#outline_preview{
	float: left;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 15px;
	width: 100%;
	max-height: 90%;
}
#outline_preview img{
	max-width: 100%;
}
.form_preview{
	width: 100%;
	float: left;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}
.form_icon_area{
	width: 100%;
	padding: 5px;
	float: left;
	font-size: 10px;
	display: none;
}
.form_icon{
	padding: 2px;
	width: 40px;
}
.form_icon_area button{
	float: left;
	width: 50%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	margin-bottom: 3px;
}
.form_icon_area button:hover{
	width: 50%;
	background: #efefef;
	border: 1px solid #cdcdcd;
	margin-bottom: 3px;
}
.field_type{
	display: none;
}
.form_type_txt{
	font-weight: bold;
}
.form_type_txt_area a{
	cursor: pointer;
	text-decoration: underline;
}
#form_area{
	height: 100%;
	overflow: auto;
}
#workspace_preview_con{
	height: 100%;
	overflow: auto;
}
#bt_show_preview_modal{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}