@charset "UTF-8";
@import url("/assets/common/css/font.css");

#bo_manage_list_body {
	position: absolute;
	top: 41px;
	width: 100%;
	height: calc(100% - 41px);
}

#bo_manage_list_sub_body {
	position: absolute;
	top: 85px;
	width: 100%;
	background-color: #fff;
	height: calc(100% - 41px);
}

#bo_manage_list_body .title_text {
	position: absolute;
	top: 15px;
	right: 45%;
	width: 200px;
	height: 30px;
	border: 0px solid;
	outline: 0px;
	font-size:20px;
	background-color: #fff;
}

#bo_manage_list_body .or02_window_close {
	 position: absolute;
	 top: 11px;
	 right: 30px;
	 width: 30px;
	 height: 30px;
	 border: 0px solid;
	 outline: 0px;
	 background-color: #113E46;
	 background-image: url("/assets/image/popup/bt_popup_close_n.svg");
 }

#bo_manage_list_body .company_add_btn {
	margin-top: 2px;
	width: 120px;
	height: 36px;
	background-color: #113E46FF;
	color: white;
	outline: none;
	border: 0px;
	border-radius: 3px;
}

#bo_manage_list_body .company_add_btn:hover {
	background-color: #1e7882;
}

#bo_manage_list_body .company_edit {
	margin-top: 2px;
	margin-left: 5px;
	width: 80px;
	height: 36px;
	background-color: #113E46FF;
	color: white;
	outline: none;
	border: 0px;
	border-radius: 3px;
}

#bo_manage_list_body .company_edit:hover {
	background-color: #1e7882;
}

#bo_manage_list_body .company_deleted {
	margin-top: 2px;
	margin-left: 5px;
	width: 80px;
	height: 36px;
	background-color: #FF5A00;
	color: white;
	outline: none;
	border: 0px;
	border-radius: 3px;
}

#bo_manage_list_body .company_deleted:hover {
	background-color: #ff8f53;
}

	#bo_manage_list_body .bg {
		position: absolute;
		width: 100vw;
		height: 100vh;
		background-color: #ccc;
	}

	#bo_manage_list_sub_body .bg {
		position: absolute;
		width: 100vw;
		height: 100vh;
		background-color: white;
	}

	/*--------------------프로젝트 관리-------------------------*/
	#bo_manage_list_body .project_manage1 {
		position: absolute;
		top: 50px;
		left: 232px;
		width: 100%;
		height: 100%;
		background-color: #0B3138;
		/*border: 1px solid red;*/
		z-index: 84;
		transform: translateY(0px);
		transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#bo_manage_list_body .project_manage {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #fff;
		/*border: 1px solid red;*/
		z-index: 80;
		transform: translateY(0px);
		transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#bo_manage_list_body .project_sub_manage {
		position: absolute;
		top: 60px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #fff;
		/*border: 1px solid red;*/
		z-index: 90;
		transform: translateY(0px);
		transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#bo_manage_list_body .slide:checked+.project_manage {
		transform: translateY(-100vh);
	}

	#bo_manage_list_body .slide {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 82;
	}

	#bo_manage_list_body .project_manage_bottom {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100vw;
		height: 60px;
		background-color: #fff;
		box-shadow: 0px 0px 10px #ddd;
		/*	border: 1px solid red;*/
	}

	#bo_manage_list_body .project_manage_button1 {
		position: absolute;
		top: 10px;
		right: 374px;
		width: 150px;
		height: 40px;
		background-color: #FF5A00;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		outline: none;
		border: 0px;
		border-radius: 3px;
		color: #fff;
	}

	#bo_manage_list_body .project_manage_button1:hover {
		background-color: #ff8f53;
	}

	#bo_manage_list_body .project_manage_button1:disabled {
		background-color: #C3C3C3;
	}

	#bo_manage_list_body .project_manage_button2 {
		position: absolute;
		top: 10px;
		right: 214px;
		width: 150px;
		height: 40px;
		background-color: #104348;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		outline: none;
		border: 0px;
		border-radius: 3px;
		color: #fff;
	}

	#bo_manage_list_body .project_manage_button2:hover {
		background-color: #1e7882;
	}

	#bo_manage_list_body .project_manage_button2:disabled {
		background-color: #C3C3C3;
	}

	#bo_manage_list_body .project_manage_button3 {
		position: absolute;
		top: 10px;
		right: 54px;
		width: 150px;
		height: 40px;
		background-color: #FF5A00;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		outline: none;
		border: 0px;
		border-radius: 3px;
		color: #fff;
	}

	#bo_manage_list_body .project_manage_button3:hover {
		background-color: #ff8f53;
	}

	#bo_manage_list_body .project_manage_button3:disabled {
		background-color: #C3C3C3;
	}

	#bo_manage_list_body .project_manage_icon_area {
		position: absolute;
		display: flex;
		top: 13px;
		left: 50px;
		width: 185px;
		height: 30px;
	}

	#bo_manage_list_body .project_manage_icon1 {
		position: absolute;
		top: -1px;
		left: 0px;
		width: 30px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_down_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon2 {
		position: absolute;
		top: 1px;
		left: 54px;
		width: 30px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_edit_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon3 {
		position: absolute;
		top: 0px;
		left: 104px;
		width: 30px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_copy_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon4 {
		position: absolute;
		top: 0px;
		left: 155px;
		width: 30px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_del_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon5 {
		position: absolute;
		top: 0px;
		left: 104px;
		width: 30px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_del_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon6 {
		position: absolute;
		top: 0px;
		left: 155px;
		width: 34px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_delivery_check_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon7 {
		position: absolute;
		top: 0px;
		left: 206px;
		width: 34px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_prj_del_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon8 {
		position: absolute;
		top: 0px;
		left: 206px;
		width: 34px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_voc_1_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon9 {
		position: absolute;
		top: 0px;
		left: 257px;
		width: 34px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_print_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon10 {
		position: absolute;
		top: 0px;
		left: 308px;
		width: 34px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_delivery_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon11 {
		position: absolute;
		top: 0px;
		left: 267px;
		width: 34px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_prj_add_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon12 {
		position: absolute;
		top: 0px;
		left: 359px;
		width: 34px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_cal_down_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_manage_icon_area .disable{
		pointer-events: none;
		opacity: 0.3;
	}

	#bo_manage_list_body .project_manage_nav_bar_menu {
		position: absolute;
		top: 0px;
		width: 100%;
		height: 60px;
		border: 0px solid red;
		background-color: #113E46;
		font-size: 16px;
	}

	#bo_manage_list_body .project_manage_nav_bar_menu_content {
		position: absolute;
		top: 10px;
		width: 100%;
		height: 40px;
		border: 0px solid red;
	}

	#bo_manage_list_body .project_manage_menu {
		position: absolute;
		top: 126px;
		left: 50%;
		margin-left: -593px;
		width: 1186px;
		height: 36px;
		border: 0px solid red;
	}

	#bo_manage_list_body .project_print_manage_menu {
		position: absolute;
		top: 50px;
		left: 50%;
		margin-left: -593px;
		width: 1186px;
		height: 36px;
		border: 0px solid red;
	}

	#bo_manage_list_body .project_manage_add {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 180px;
		height: 36px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #FF5A00;
		outline: none;
		background-color: #fff;
		border: 1px solid #FF5A00;
		border-radius: 3px;
	}

	#bo_manage_list_body .project_print_start {
		position: absolute;
		top: 5px;
		right:70px;
		width: 180px;
		height: 36px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #FF5A00;
		outline: none;
		background-color: #fff;
		border: 1px solid #FF5A00;
		border-radius: 3px;
	}

	#bo_manage_list_body .project_print_setting{
		position: absolute;
		top : 26px;
		left: 0px;
		width: 30px;
		height: 30px;
		cursor:pointer;
		background-image: url("/assets/image/project/bt_print_set_n.svg");

	}

	#bo_manage_list_body .project_print_setting:hover{
		background-image: url("/assets/image/project/bt_print_set_s.svg");
	}


	#bo_manage_list_body .project_manage_add_img {
		position: absolute;
		top: 9px;
		left: 35px;
		width: 17px;
		height: 17px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/ic_add_project_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .project_excel_add {
		position: absolute;
		top: 0px;
		left: 185px;
		width: 90px;
		height: 36px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #FF5A00;
		outline: none;
		background-color: #fff;
		border: 1px solid #FF5A00;
		border-radius: 3px;
	}

	#bo_manage_list_body .project_manage_list_status_select {
		position: absolute;
		top: 0px;
		left: 200px;
		width: 130px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .project_manage_list_select {
		position: absolute;
		top: 0px;
		left: 350px;
		width: 60px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .project_manage_date_area {
		position: absolute;
		display: flex;
		top: 0px;
		right: 380px;
		width: 300px;
		height: 36px;
		border-radius: 2px;
		border: 0px solid #D5D5D5;
	}

	#bo_manage_list_body .project_manage_date_icon {
		position: relative;
		top: 0px;
		right: 0px;
		width: 36px;
		height: 36px;
		background-image: url("/assets/image/project/bt_project_cal_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px solid;
		outline: none;
	}

	#bo_manage_list_body .project_manage_date_middle {
		position: relative;
		top: 3px;
		left: 10px;
		width: 10px;
		height: 30px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		color: #D5D5D5;
		border: 0px solid;
	}

	#bo_manage_list_body .project_manage_date1 {
		position: relative;
		top: 0px;
		left: 5px;
		width: 90px;
		height: 34px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .project_manage_date2 {
		position: relative;
		top: 0px;
		left: 5px;
		width: 90px;
		height: 34px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .project_manage_select1 {
		position: absolute;
		top: 0px;
		right: 265px;
		width: 100px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .project_manage_select1 option {
		position: absolute;
		height: 34px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
	}

	#bo_manage_list_body .project_manage_search {
		position: absolute;
		top: 0px;
		right: 30px;
		width: 220px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .project_manage_search::placeholder {
		color: #D5D5D5;
	}

	#bo_manage_list_body .project_manage_search_icon {
		position: absolute;
		top: 3px;
		right: 0px;
		width: 30px;
		height: 30px;
		border: 0px solid;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/project/ic_input_search.svg");
	}

	#bo_manage_list_body .project_print_manage_search_icon {
		position: absolute;
		top: 8px;
		right: 25px;
		width: 30px;
		height: 30px;
		border: 0px solid;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/project/ic_input_search.svg");
	}

	#bo_manage_list_body .project_manage_table {
		position: absolute;
		top: 182px;
		left: 50%;
		margin-left: -593px;
		width: 1186px;
		height: 546px;
		border: 0px solid red;
	}

	#bo_manage_list_body .project_print_manage_table {
		position: absolute;
		top: 106px;
		left: 50%;
		margin-left: -593px;
		width: 1186px;
		height: 100%;
		border: 0px solid red;
	}

	#bo_manage_list_body .project_manage_table table {
		border-collapse: collapse;
	}

	#bo_manage_list_body .project_manage_table_1 {
		position: absolute;
		top: 132px;
		left: 50%;
		margin-left: -760px;
		width: 1535px;
		height: 900px;
		border: 0px solid red;
	}

	#bo_manage_list_body .project_manage_company_table {
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		width: 1535px;
		height: 600px;
		border: 0px solid red;
	}

	#bo_manage_list_sub_body .project_manage_company_table {
		position: absolute;
		top: 50px;
		width: 100%;
		height: 100%;
		border: 0px solid red;
	}

	#bo_manage_list_sub_body .manager_content_top {
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 1220px;
		height: 40px;
		border: 0px solid red;
		display: flex;
	}

	#bo_manage_list_sub_body .manager_company_content_top_area {
		position: absolute;
		top: 10px;
		left: 113px;
		width: 1783px;
		height: 40px;
		border: 0px solid red;
		display: flex;
		justify-content: flex-start;
	}

	#bo_manage_list_sub_body .manager_user_content_top_area {
		position: absolute;
		top: 10px;
		width: 1220px;
		height: 40px;
		border: 0px solid red;
		display: flex;
		justify-content: space-between;
	}

	#bo_manage_list_sub_body .manager_user_content_top_area_1 {
		position: absolute;
		top: 10px;
		width: 1220px;
		height: 40px;
		border: 0px solid red;
		display: flex;
		justify-content: flex-end;
	}


	#bo_manage_list_sub_body .manager_content_display {
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		width: 1220px;
		height: 600px;
		border: 0px solid red;
	}

	#bo_manage_list_body .project_manage_table_1 table thead th {
		margin-left: auto;
		margin-right: auto;
	}

	#bo_manage_list_body .project_manage_table_1 table {
		border-collapse: collapse;
	}

	#bo_manage_list_body .project_manage_table_1 thead {
		display: block;
		width: 1186px;
		height: 30px;
	}

	#bo_manage_list_body .project_manage_table_1 tbody {
		display: block;
		width: 1186px;
		height: 460px;
		overflow: auto;
	}

	#bo_manage_list_body .project_manage_input_all {
		position: absolute;
		top: 50%;
		left: 16px;
		margin-top: -6px;
		margin-left: -6px;
		width: 12px;
		height: 12px;
	}

	#bo_manage_list_body .project_manage_input {
		position: absolute;
		top: 50%;
		left: 16px;
		margin-top: -6px;
		margin-left: -6px;
		width: 12px;
		height: 12px;
	}

	#bo_manage_list_body .pm_tr1 {
		position: relative;
		top: 0px;
		width: 100%;
		height: 30px;
		background-color: #104348;
		border: 0px solid red;
	}

	#bo_manage_list_body .pm_tr2 {
		position: relative;
		top: 0px;
		width: 100%;
		height: 45px;
		/*background-color: #104348;*/
		border: 0px solid red;
	}

	#bo_manage_list_body .pm_tr3 {
		position: relative;
		top: 0px;
		width: 100%;
		height: 45px;
		background-color: #fff;
		border: 0px solid red;
	}

	#bo_manage_list_body .pm_tr1 td {
		border-collapse: collapse;
		border: 0px solid red;
	}

	#bo_manage_list_body .pm_tr2 td {
		border-collapse: collapse;
		border: 0px solid red;
	}

	#bo_manage_list_body .menu_font {
		color: #fff;
		font-weight: 600;
	}

	#bo_manage_list_body .menu_font1 {
		color: #83999D;
		font-weight: 600;
	}

	#bo_manage_list_body .list_td {
		padding-left: 5px;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 12px;
		color: #fff;
		font-weight: 600;
	}

	#bo_manage_list_body .pm_td1 {
		position: relative;
		top: 0px;
		width: 44px;
	}

	#bo_manage_list_body .pm_td2 {
		position: relative;
		top: 0px;
		width: 90px;
		overflow: hidden;
		text-overflow: ellipsis;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td2_list {
		position: relative;
		top: 0px;
		width: 70px;
		padding-left: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td3 {
		position: relative;
		top: 0px;
		width: 140px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td3_list {
		position: relative;
		top: 0px;
		width: 82px;
		padding-left: 20px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td4 {
		position: relative;
		top: 0px;
		width: 395px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td4_list {
		position: relative;
		top: 0px;
		width: 495px;
		padding-left: 20px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td5_title {
		position: relative;
		top: 0px;
		width: 61px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
		text-align: center;
	}

	#bo_manage_list_body .pm_td5 {
		position: relative;
		top: 0px;
		width: 61px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td6_title {
		position: relative;
		top: 0px;
		width: 110px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
		text-align: center;
	}

	#bo_manage_list_body .pm_td6 {
		position: relative;
		top: 0px;
		width: 110px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td7_title {
		position: relative;
		top: 0px;
		width: 85px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td7 {
		position: relative;
		top: 0px;
		width: 85px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td7_list {
		position: relative;
		top: 0px;
		width: 95px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_sort {
		position: relative;
		top: 0px;
		width: 10px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		color: #083338;
	}

	#bo_manage_list_body .sort {
		height: 30px;
		float:left;
		margin-left:5px;
		margin-right:5px;
	}

	#bo_manage_list_body .sort1 {
		height: 30px;
		float:left;
		margin-left:20px;
		margin-right:5px;
	}

	#bo_manage_list_body .sort2 {
		height: 30px;
		float:left;
		margin-left:100px;
		margin-right:5px;
	}

	#bo_manage_list_body .sort_text {
		color: #fff;
		font-weight: 600;
		height: 25px;
		margin-top : 5px;
		text-align:left;
	}

	#bo_manage_list_body .sort_desc {
		width: 10px;
		height: 14px;
		border: 0px solid;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/search/bt_list_sort_up_n.png");
	}

	#bo_manage_list_body .sort_asc {
		width: 10px;
		height: 14px;
		border: 0px solid;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/search/bt_list_sort_down_n.png");
	}

	#bo_manage_list_body .project_list_dl_ic_p{
		width: 14px;
		height: 14px;
		outline: none;
		cursor: pointer;
		background-color: transparent;
		border: 0px solid;
		position: absolute;
		left: 50%;
		top: 15px;
		margin-left: -20px;
		background-image: url("/assets/image/project/bt_download_img_b_n.svg");
	}


	#bo_manage_list_body .project_list_dl_ic_n{
		width: 14px;
		height: 14px;
		outline: none;
		cursor: default;
		background-color: transparent;
		border: 0px solid;
		position: absolute;
		left: 50%;
		top: 15px;
		margin-left: -20px;
		background-image: url("/assets/image/project/bt_download_img_b_d.svg");
	}

	#bo_manage_list_body .project_manage_table table tbody .pm_tr2:nth-child(even) {
		background-color: #fff;
		color: #dddddd;
		border: 0px solid;
	}

	#bo_manage_list_body .project_manage_table table tbody .pm_tr2:nth-child(odd) {
		background-color: #F4F4F4;
		color: #dddddd;
		border: 0px solid;
	}

	#bo_manage_list_body .project_manage_table table tbody th {
		text-align:center;
	}

	/*/*/

	#bo_manage_list_body .pm_td_driver1 {
		position: relative;
		top: 0px;
		width: 61px;
	}

	#bo_manage_list_body .pm_td_driver2 {
		position: relative;
		top: 0px;
		width: 82px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .td_operation {
		position: absolute;
		width: 45px;
		margin: 10px 10px;
		padding: 2px 5px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 12px;
		color: #fff;
		background: #3C99FC 0% 0% no-repeat padding-box;
		border-radius: 30px;
		opacity: 1;
	}

	#bo_manage_list_body .td_connect {
		position: absolute;
		width: 45px;
		margin: 10px 10px;
		padding: 2px 5px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 12px;
		color: #fff;
		text-align: center;
		background: #6DEBAE 0% 0% no-repeat padding-box;
		border-radius: 30px;
		opacity: 1;
	}

	#bo_manage_list_body .td_waiting_disconnect {
		position: absolute;
		width: 60px;
		margin: 10px 5px;
		padding: 2px 5px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 12px;
		color: #fff;
		text-align: center;
		background: #BEBEBE 0% 0% no-repeat padding-box;
		border-radius: 30px;
		opacity: 1;
	}

	#bo_manage_list_body .pm_td_driver3 {
		position: relative;
		top: 0px;
		width: 78px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_driver4 {
		position: relative;
		top: 0px;
		width: 126px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_driver5 {
		position: relative;
		top: 0px;
		width: 361px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_driver6 {
		position: relative;
		top: 0px;
		width: 288px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_driver7 {
		position: relative;
		top: 0px;
		width: 190px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_location1 {
		position: relative;
		top: 0px;
		width: 40px;
	}

	#bo_manage_list_body .pm_td_location2 {
		position: relative;
		top: 0px;
		width: 225px;
		padding-left: 10px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_location3 {
		position: relative;
		top: 0px;
		width: 345px;
		padding-left: 10px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_location4 {
		position: relative;
		top: 0px;
		width: 252px;
		padding-left: 10px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_location5 {
		position: relative;
		top: 0px;
		width: 162px;
		padding-left: 10px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_location6 {
		position: relative;
		top: 0px;
		width: 162px;
		padding-left: 10px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
	}

	#bo_manage_list_body .pm_td_location7 {
		position: relative;
		top: 0px;
		width: 162px;
		padding-left: 10px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #083338;
		cursor: pointer;
	}

	#bo_manage_list_body .pm_circle1 {
		position: absolute;
		top: 19px;
		left: 12px;
		width: 6px;
		height: 6px;
		border-radius: 3px;
		background-color: #6DE621;
	}

	#bo_manage_list_body .pm_circle2 {
		position: absolute;
		top: 19px;
		left: 12px;
		width: 6px;
		height: 6px;
		border-radius: 3px;
		background-color: #FFE760;
	}

	#bo_manage_list_body .pm_circle3 {
		position: absolute;
		top: 19px;
		left: 12px;
		width: 6px;
		height: 6px;
		border-radius: 3px;
		background-color: #FF6077;
	}

	#bo_manage_list_body .pm_status1 {
		position: absolute;
		top: 10px;
		left: 12px;
		width: 55px;
		height: 22px;
		background-image: url("/assets/image/project/bt_connect_status1.svg");
		background-repeat: no-repeat;
		color: #083338;
	}

	#bo_manage_list_body .pm_status2 {
		position: absolute;
		top: 10px;
		left: 12px;
		width: 55px;
		height: 22px;
		background-image: url("/assets/image/project/bt_connect_status2.svg");
		background-repeat: no-repeat;
		color: #083338;
	}

	#bo_manage_list_body .pm_status3 {
		position: absolute;
		top: 10px;
		left: 12px;
		width: 55px;
		height: 22px;
		background-image: url("/assets/image/project/bt_connect_status3.svg");
		background-repeat: no-repeat;
		color: #083338;
	}

	#bo_manage_list_body .project_manage_check1 {
		position: absolute;
		top: 0px;
		right: 0px;
		left: 1px;
		width: 44px;
		height: 45px;
		border: 0px solid;
		outline: 0px;
		/*background-color: #fff;*/
		background-image: url("/assets/image/project/bt_pm_check_p.svg");
	}

	#bo_manage_list_body .project_manage_check2 {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 44px;
		height: 45px;
		border: 0px solid;
		outline: 0px;
		/*background-color: #fff;*/
		background-image: url("/assets/image/project/bt_pm_check_n.svg");
	}

	#bo_manage_list_body .project_manage_page_area {
		position: relative;
		top: -5px;
		left: 0px;
		width: 150px;
		height: 17px;
		padding-bottom: 6px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 0px solid;
	}

	#bo_manage_list_sub_body .project_manage_page_area_display{
		position: relative;
		margin: 0 auto;
		width: fit-content;
		height: 30px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 0px solid;
	}

	#bo_manage_list_sub_body .project_manage_page_frist {
		position: relative;
		top: 3px;
		left: 0px;
		width: 17px;
		height: 17px;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/project/bt_list_frist_n.svg");
		border: 0px solid;
	}

	#bo_manage_list_sub_body .project_manage_page_pre {
		position: relative;
		top: 3px;
		left: 0px;
		width: 17px;
		height: 17px;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/project/bt_list_previous_n.svg");
		border: 0px solid;
	}

	#bo_manage_list_sub_body .project_manage_page_next {
		position: relative;
		top: 3px;
		left: 0px;
		width: 17px;
		height: 17px;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/project/bt_list_next_n.svg");
		border: 0px solid;
	}

	#bo_manage_list_sub_body .project_manage_page_end {
		position: relative;
		top: 3px;
		left: 0px;
		width: 17px;
		height: 17px;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/project/bt_list_end_n.svg");
		border: 0px solid;
	}

	#bo_manage_list_sub_body .project_td_buttom1 {
		position: absolute;
		width: 110px;
		height: 20px;
		margin: 7px 10px;
		padding: 5px 10px 0px 10px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 12px;
		color: #083338;
		outline: none;
		text-align: center;
		background-color: #fff;
		border: 1px solid #083338;
		border-radius: 3px;
	}

	#bo_manage_list_sub_body .project_td_buttom2 {
		position: absolute;
		top: 10px;
		left: 115px;
		width: 65px;
		height: 25px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 12px;
		color: #083338;
		outline: none;
		text-align: center;
		background-color: #fff;
		border: 1px solid #083338;
		border-radius: 3px;
	}

	/* */
	/* Create a custom radio button */
	#bo_manage_list_body .or29_checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		width: 25px;
		background-color: #fff;
		border-radius: 50%;
		border:1px solid #97A0A2;
	}

	/* On mouse-over, add a grey background color */
	#bo_manage_list_body:hover input ~ .or29_checkmark {
		background-color: #ccc;
	}

	/* When the radio button is checked, add a blue background */
	#bo_manage_list_body input:checked ~ .or29_checkmark {
		background-color: #6DEBAE;
		background-image: url("/assets/image/prod/popup/bt_radio_checked1.svg");
		border:0px solid #97A0A2;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	#bo_manage_list_body .checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	#bo_manage_list_body input:checked ~ .or29_checkmark:after {
		display: block;
	}

	/* Style the indicator (dot/circle) */
	#bo_manage_list_body .checkmark:after {
		top: 9px;
		left: 9px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}

	#bo_manage_list_body .or29_container_radio {
		display: block;
		position: relative;
		top:-7px;
		padding-left: 35px;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 22px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

<!-- delivery edit -->
	#bo_manage_list_body .project_title{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 30px;
	}

	#bo_manage_list_body .projcet_excel{
		position: relative;
		top: 30px;
		left: 0px;
	}
	#bo_manage_list_body .project_title_tool{
		position: relative;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 30px;
		background-color: #104348;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		outline: none;
		border: 0px;
		color: #fff;
	}

	#bo_manage_list_body .project_edit_saved {
		position: relative;
		bottom: 0px;
		left: 30px;
		right: 0px;
		width: 75px;
		height: 30px;
		background-color: #104348;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		outline: none;
		border: 0px;
		color: #fff;
	}

	#bo_manage_list_body .project_edit_saved:hover {
		background-color: #1e7882;
	}

	#bo_manage_list_body .project_edit_saved:disabled {
		background-color: #C3C3C3;
	}


	#bo_manage_list_body .project_edit_exited {
		position: relative;
		bottom: 0px;
		left: 50px;
		right: 0px;
		width: 75px;
		height: 30px;
		background-color: #104348;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		outline: none;
		border: 0px;
		color: #fff;
	}

	#bo_manage_list_body .project_edit_exited:hover {
		background-color: #1e7882;
	}

	#bo_manage_list_body .project_edit_exited:disabled {
		background-color: #C3C3C3;
	}

	#bo_manage_list_body .product_title_tool{
		position: relative;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 32px;
		background-color: #104348;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		outline: none;
		border: 0px;
		color: #fff;
	}

	#bo_manage_list_body .product_title {
		position: relative;
		top: 15px;
		left: 50px;
		right: 0px;
		float: left;
		width: 150px;
		height: 30px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #889FA3;
		outline: none;
		border: 0px;
	}

	#bo_manage_list_body .product_body {
		position: relative;
		top: 45px;
		left: 0px;
		right: 0px;
		width: 90%;
		height: 90%;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #889FA3;
		outline: none;
		border: 0px;
	}

	#bo_manage_list_body .product_refresh {
		position: relative;
		top: 10px;
		left: 50px;
		right: 0px;
		float: left;
		width: 30px;
		height: 30px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #889FA3;
		outline: none;
		border: 0px;
		background-image: url("/assets/image/prod/toptoolbar/bt_route_reset_n.svg");
	}

	#bo_manage_list_body .product_bar_refresh:hover{
		background-image: url("/assets/image/prod/toptoolbar/bt_route_reset_s.svg");
	}

	#bo_manage_list_body .product_tree_grid {
		position: relative;
		top: 10px;
		left: 50px;
		right: 0px;
		width: 100%;
		height: 100%;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		outline: none;
		border: 0px;
	}

	#bo_manage_list_body .mocean_tree_grid {
		position: relative;
		top: 10px;
		left: 50px;
		right: 0px;
		width: 90%;
		height: 100%;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		outline: none;
		border: 0px;
	}

	#bo_manage_list_body .vr {
		display: block;
		width:1px;
		background-color:#D3D3D3;
		position:absolute;
		top:0;
		bottom:0;
		left:0px;
	}

	#bo_manage_list_body .mocean_title {
		position: relative;
		top: 15px;
		left: 50px;
		right: 0px;
		float: left;
		width: 600px;
		height: 30px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		color: #889FA3;
		outline: none;
		border: 0px;
	}
	#bo_manage_list_body .project_manage_inputdate1 {
		position: relative;
		top: 0px;
		left: 5px;
		width: 120px;
		height: 36px;
		border: 0px solid red;
	}

	#bo_manage_list_body .project_manage_inputdate2 {
		position: relative;
		top: 0px;
		left: 15px;
		width: 120px;
		height: 36px;
		border: 0px solid red;
	}

	#bo_manage_list_sub_body .st_search_list_pageNum {
		position: relative;
		top: -1px;
		width: fit-content;
		margin-left: 10px;
		margin-right: 10px;
		height: 17px;
		font-size: 13px;
		font-weight: 500;
		outline: none;
		background-color: rgba(0, 0, 0, 0);
		font-family: 'Noto Sans KR', sans-serif;
		color: #083338;
		border: 0px solid;
	}

	#bo_manage_list_body .st_search_list_pageNum.pick {
		color: #6DE621;
	}

	/*배송지 관리 페이지에서 사용하는 Style*/

	#bo_manage_list_body .delivery_manage_list_status_select {
		position: absolute;
		top: 0px;
		left: 360px;
		width: 130px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .delivery_manage {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #fff;
		/*border: 1px solid red;*/
		z-index: 80;
		transform: translateY(0px);
		transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#bo_manage_list_body .delivery_manage_menu {
		position: absolute;
		top: 126px;
		left: 50%;
		margin-left: -390px;
		width: 1000px;
		height: 36px;
		border: 0px solid red;
	}

	#bo_manage_list_body .delivery_manage_date_area {
		position: absolute;
		display: flex;
		top: 0px;
		right: 515px;
		width: 300px;
		height: 36px;
		border-radius: 2px;
		border: 0px solid #D5D5D5;
	}

	#bo_manage_list_body .delivery_manage_date_area_1 {
		position: absolute;
		display: flex;
		top: 0px;
		right: 385px;
		width: 300px;
		height: 36px;
		border-radius: 2px;
		border: 0px solid #D5D5D5;
	}

	#bo_manage_list_body .delivery_manage_date_icon {
		position: relative;
		top: 0px;
		right: 0px;
		width: 36px;
		height: 36px;
		background-image: url("/assets/image/project/bt_project_cal_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px solid;
		outline: none;
	}

	#bo_manage_list_body .delivery_manage_inputdate_start {
		position: relative;
		top: 0px;
		left: 5px;
		width: 120px;
		height: 36px;
		border: 0px solid red;
	}

	#bo_manage_list_body .delivery_manage_date_middle {
		position: relative;
		top: 3px;
		left: 10px;
		width: 10px;
		height: 30px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		color: #D5D5D5;
		border: 0px solid;
	}

	#bo_manage_list_body .delivery_manage_inputdate_end {
		position: relative;
		top: 0px;
		left: 15px;
		width: 120px;
		height: 36px;
		border: 0px solid red;
	}

	#bo_manage_list_body .delivery_manage_select1 {
		position: absolute;
		top: 0px;
		right: 510px;
		width: 100px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .delivery_manage_select2 {
		position: absolute;
		top: 0px;
		right: 400px;
		width: 100px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .delivery_manage_select3 {
		position: absolute;
		top: 0px;
		right: 262px;
		width: 125px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 400;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .delivery_manage_search {
		position: absolute;
		top: 0px;
		right: 30px;
		width: 220px;
		height: 36px;
		padding-left: 10px;
		border-radius: 2px;
		font-weight: 500;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #083338;
		border: 1px solid #D5D5D5;
	}

	#bo_manage_list_body .delivery_manage_search::placeholder {
		color: #D5D5D5;
	}

	#bo_manage_list_body .delivery_manage_search_icon {
		position: absolute;
		top: 3px;
		right: 0px;
		width: 30px;
		height: 30px;
		border: 0px solid;
		outline: 0px;
		background-color: #fff;
		background-image: url("/assets/image/project/ic_input_search.svg");
	}

	#bo_manage_list_body .delivery_manage_table {
		position: absolute;
		top: 182px;
		left: 50%;
		margin-left: -593px;
		width: 1205px;
		height: 546px;
		border: 0px solid red;
	}

	#bo_manage_list_body .delivery_manage_icon1 {
		position: absolute;
		top: -1px;
		left: 0px;
		width: 30px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_edit_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}

	#bo_manage_list_body .delivery_manage_icon2 {
		position: absolute;
		top: -1px;
		left: 54px;
		width: 30px;
		height: 30px;
		background-color: #fff;
		outline: none;
		background-image: url("/assets/image/project/bt_list_copy_n.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0px;
	}