/**************************************************************************************************************************************
		1. header
		2. side_nav
		3. content
		4. footer
		5. login
		6. table
			6-1. basic_table
			6-2. two_table
			6-3. accordion_table
		7. layer_modal
		8. tab_content
		9. element
			9-1. button
			9-2. file selector - imaged preview
			9-3. datepicker
			9-4. checkbox
			9-5. radio button
			9-6. ect
**************************************************************************************************************************************/
body {
	line-height: 1 !important;
}
.table {
	margin-bottom: 0 !important;
}
/* 1. header */
.header {
	position: relative;
	min-width: 1300px;
	background-color: #34445e;
}
.header_top {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
}
.header_top .logo {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	height: 40px;
}
.header_top .logo img {
	height: 40px;
}
.user_access {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -5.5px;
	font-size: 11px;
	color: #a2a2a2;
	cursor: pointer;
}
.user_access:after {
	display: inline-block;
	content: '\25bc';
	color: #fff;
	float: right;
	margin-left: 10px;
	font-size: 5px;
	vertical-align: middle;
}
.user_access .user_info span {
	color: #fff;
}
.user_access .user_menu {
	display: none;
	position: absolute;
	background-color: #fff;
	top: 15px;
	left: 0;
	right: 0;
}
.user_access .user_menu.active {
	display: block;
}
.user_access .user_menu li {
	padding: 10px;
}
.user_access .user_menu li a {
	color: #000;
}
.nav_bar {
	background-color: #485b79;
	border-bottom: 3px solid #e7604a;
}
.nav_bar .nav:after {
	display: block;
	content: '';
	clear: both;
}
.nav_bar .nav li {
	position: relative;
	float: left;
	width: 100px;
	padding: 10px 0 20px;
	border-left: 1px solid #576a85;
	border-right: 1px solid #394962;
}
.nav_bar .nav li:first-child {
	border-left: none;
}
.nav_bar .nav li:hover, .nav_bar .nav li:focus {
	background-color: #34445e;
}
.nav_bar .nav li.current:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -2.5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #e7604a;
}
.nav_bar .nav li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 0;
}
.nav_bar .nav li a:hover {
	background-color: transparent;
}
.nav_bar .nav li a img {
	display: block;
	margin: 5px auto 15px;
	width: 24px;
}
.send_mms {
	margin-right: 20px;
	color: #fc8675;
}
/* 2. side_nav */
.side_nav_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: calc(100% - 48px);
	border-right: 1px solid #cfcfcf;
}
.menu_ctrl_btn {
	position: absolute;
	right: -30px;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #cfcfcf;
	z-index: 100;
	text-align: center;
	color: #000;
}
.menu_ctrl_btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7.625px;
	margin-left: -8px;
	font-size: 16px;
}
.side_nav_top {
	padding: 30px 10px;
	text-align: center;
}
.side_nav_top img {
	width: 50px;
}
.side_nav .side_nav_item {
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.side_nav .side_nav_item:hover {
	background-color: #eee;
}
.side_nav .side_nav_item:first-child {
	border-top: 1px solid #eee;
}
.side_nav .side_nav_item.current {
	background-color: #eee;
}
.side_nav .side_nav_item a {
	display: inline-block;
	width: 100%;
	color: #000;
}
.side_nav .side_nav_item a:after {
	display: block;
	content: '';
	background-color: #fff;
	width: 2px;
	position: absolute;
	right: 0;
	top: 0;
}
.side_nav .side_nav_item a i {
	margin-left: 20px;
	color: #e1e1e1;
}
.side_nav .side_nav_item a span {
	display: block;
	float: right;
	margin-right: 30px;
	font-weight: bold;
	font-size: 13px;
}
.menu_ctrl_btn i {
	display: none;
}
.menu_ctrl_btn i.menu_close {
	display: block;
}
.menu_resize .menu_ctrl_btn i.menu_open {
	display: block;
}
.menu_resize .menu_ctrl_btn i.menu_close {
	display: none;
}
.menu_resize .side_nav_wrap {
	width: 50px;
}
.menu_resize .side_nav .side_nav_item a {
	text-align: center;
}
.menu_resize .side_nav .side_nav_item a i {
	margin-left: 0;
}
.menu_resize .side_nav .side_nav_item a span {
	display: none;
}
.menu_resize .content {
	margin-left: 50px;
}
.side_nav .side_nav_item:hover a i {
	color: #a1a1a1;
}
.side_nav .side_nav_item.current a {
	color: #ff2400;
}
.side_nav .side_nav_item.current a i {
	color: #e7604a;
}
.side_nav .side_nav_cnt {
	padding: 0 0 25px 0;
	background-color: #fcfcfc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.side_nav .side_nav_cnt li {
	border: 0;
	height: 30px;
	margin: 0;
	padding: 7px 4px 8px 25px;
	background-color: #fcfcfc;
}
.side_nav .side_nav_cnt li.current {
	text-shadow: none;
	background: #e8e8e8;
	padding-left: 37px;
	font-size: 12px;
	font-weight: bold;
}
.side_nav .side_nav_cnt li.current:before {
	content: '\003e';
	margin-right: 10px;
}
.side_nav .side_nav_cnt li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.side_nav .side_nav_cnt li.current a {
	color: #333;
}
/* 3. content */
.content_wrap {
	background-color: #fcfcfc;
}
.container {
	position: relative;
	width: 100% !important;
	min-width: 1300px !important;
	padding: 0 !important;
}
.content {
	margin: 0 0 0 200px;
	padding: 20px 20px 60px;
	background-color: #fff;
}
.content:after {
	display: block;
	clear: both;
	content: '';
}
.page_header {
	position: relative;
	margin-bottom: 20px;
	padding: 17px 0;
	border-bottom: 2px solid #888;
	background-color: #fff;
}
.page_header h3 {
	margin: 0;
	font-size: 22px;
	color: #222;
	font-weight: bold;
}
.page_header .btn_group {
	position: absolute;
	top: 0;
	right: 0;
}
.table_tit {
	/*margin-bottom: 20px;
	font-weight: bold;*/
	margin: 0 0 7px;
	color: #222222;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
}
/* 4. footer */
.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-top: 1px solid #cfcfcf;
}
.footer p {
	padding: 18px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
/* 5. login */
.login_sec {
	margin: 150px auto 0;
	width: 660px;
}
.login_sec .logo_sec {
	text-align: center;
	margin-bottom: 100px;
}
.input_row {
	position: relative;
	margin: 0 0 14px;
	padding: 5px 15px 5px 15px;
	border: solid 1px #dadada;
	background: #fff;
}
.input_box {
	display: block;
	overflow: hidden;
}
.int {
	font-size: 15px;
	line-height: 16px;
	position: relative;
	z-index: 9;
	width: 100%;
	height: 16px;
	padding: 7px 0 6px;
	color: #000;
	border: none;
	background: #fff;
	-webkit-appearance: none;
}
.lbl {
	font-size: 15px;
	line-height: 16px;
	position: absolute;
	z-index: 8;
	top: 16px;
	left: 15px;
	color: #8e8e8e;
}
.check_info {
	position: relative;
	margin-bottom: -10px;
}
.login_check_box {
	position: relative;
	display: block;
	height: 26px;
	margin: 0 0 28px 1px;
}
.login_check_box input {
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.login_check_box label {
	font-size: 13px;
	line-height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	padding-left: 33px;
	cursor: pointer;
	color: #333;
}
.login_sec p {
	font-size: 12px;
}
/* 6. table */
/* 6-1. basic_table */
.tables_sec > div {
	margin-top: 20px;
}
.table {
	/*table-layout: fixed;
	width: 100%;*/
	min-width: 950px;
	font-size: 12px;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.modal_table {
	min-width:inherit;
}
.pull_left {
	float: left;
}
.pull_left:after {
	display: block;
	content: '';
	clear: both;
	margin-bottom: 10px;
}
.pull_right {
	float: right;
}
.table_th {
	width: 110px;
}
.table_td_md {
	width: calc(50% - 110px);
}
.table_td_lg {
	width: calc(100% - 110px);
}
.table tr th {
	height: 30px;
	line-height: 30px !important;
	font-weight: bold;
	vertical-align: middle !important;
	border-bottom: 1px solid #e6e6e6;
	background-color: #F7F7F7;
	padding: 0 !important;
	border-top: none !important;
	text-align: center !important;
}
.table tr th.higher {
	vertical-align: middle;
}
.table tr td {
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	background-color: transparent;
	vertical-align: middle !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px !important;
	line-height: normal !important;
	border-top: none !important;
}
.table tr td.board_tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	text-align: left !important;
}
.table tr td.board_cnt {
	font-size: 14px;
	line-height: 1.8;
}
.table input[type="text"],
.table select, .table input[type="password"] {
	padding: 0 10px 0 10px;
	width: 170px;
	height: 25px;
	font-size: 12px;
	border: 1px solid #d8d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table input[type="text"].num {
	padding: 0;
	width: 80%;
	text-align: center;
}
.table select {
	text-align: center;
}
.table_header {
	margin: 20px 0 10px;
	font-size: 14px;
}
.table_header:after {
	display: block;
	content: '';
	clear: both;
}
.table_header strong {
	margin: 0 5px;
	color: #fa2828;
	font-weight: bold;
}
.table.table_rows tr th {
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 0%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.table.table_rows tr th:nth-child(1){
	border-left:1px solid #d6d6d6;
}
.table.table_rows tbody tr:nth-child(even) {
	background-color: #f1f1f1;
}
.table.table_rows tr td {
	/*padding-left: 0;*/
	text-align: center;
	border-left: 1px solid #d6d6d6;
	height: 35px;
}
.table-action {
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
	margin-bottom: 20px;
	background: #f6f6f6;
}
.table-action select {
	background-color: #fff;
}
.table-action-header {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 0;
	border-bottom: 0;
}
.table-action .pull-left {
	color: #333;
	padding-left:10px;
}
.table-action .pull-right {
	padding-right:10px;
}
.table-action .pull-right select {
	background-color: #fff;
}
.table-action select {
	color:#333;
	border:1px solid #888;
	background-color: #fff !important;
}
.table .note_sec {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
.table .board_tit a {
	color: #000;
}
.table .board_tit a:hover, .table .board_tit a:focus {
	color: #e7604a;
}
.table.table_rows tbody tr.selected {
	background-color: #c9edff;
}
.order_amount {
	display: none;
}
tr.selected .order_amount {
	display: block;
}
.table tr td.td_ta {
	padding: 10px;
	height: inherit;
	line-height:inherit;
}
.txt_sp {
	display: inline-block;
	/*height: 25px;
	line-height: 25px;*/
}
.table_btn {
	text-align: center;
}

.table.table_cols tr th, td {
	border-left:1px solid #d6d6d6;
}

/* Table - Active */
.table.table_active {
	margin-top: 50px;
}
.table.table_active th {
	padding: 15px 0;
	height: auto;
	line-height: initial;
	font-size: 16px;
}
.table.table_active td {
	text-align: center;
	border-left: 1px solid #e6e6e6;
}
.table.table_active p {
	margin: 15px 0;
	font-weight: 500;
	font-size: 41px;
	color: #2C3549;
	font-family: 'Poppins', sans-serif;
}
.table.table_active span.num {
	display: inline-block;
	position: relative;
	padding: 1px 8px;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.table.table_active span.up {
	color: #FE2751;
	background: #FFE9EF;
}
.table.table_active span.down {
	color: #1C47DC;
	background-color: #E8E9FB;
}
.submenu_tab {
	margin: 50px 0 20px;
}
.submenu_tab ul {
	display: flex;
}
.submenu_tab ul li {
	width: 33.33%;
	border: 1px solid #ccc;
	border-right: none;
}
.submenu_tab ul li:last-of-type {
	border-right: 1px solid #ccc;
}
.submenu_tab ul li a {
	width: 100%;
	display: block;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.submenu_tab ul li.on {
	background-color: #ccc;
	border: none;
}
.submenu_tab ul li.on a {
	color: #fff;
}
.func_wrap {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 30px;
}
.func_wrap .srch_wrap {
	display: flex;
	margin-right: 30px;
}
.func_wrap .srch_wrap .srch_date {
	padding-top: 5px;
	margin-right: 10px;
}
.func_wrap .srch_wrap .srch_date .dateOnly {
	padding: 5px 0;
	border: 1px solid #d8d7d7;
}
.func_wrap .srch_wrap .srch_date button {
	vertical-align: middle;
}
.func_wrap .srch_wrap .srch_date i {
	font-size: 21px;
}
.func_wrap .btn_srch {
	margin: 0;
}
.btn_excel a {
	display: block;
	background-color: #008b00;
	height: 100%;
	padding: 0 10px;
	line-height: 34px;
}
.btn_excel a img {
	width: 21px;
	vertical-align: sub;
	margin-right: 10px;
}
.btn_excel a span {
	color: #fff;
	font-size: 16px;
}
.table_active_cnt tr th {
	padding: 15px 0;
	height: auto;
	line-height: initial;
	font-size: 16px;
}
.table_active_cnt tr td {
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
}
/* 대시보드 - 공통 */
.graph_head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.graph_head h4 {
	padding-top: 10px;
	font-size: 25px;
}
.graph_head select {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.05em;
	color: #323643;
	padding: 9px 16px;
	cursor: pointer;
	background: #fff url(../image/user/arrow_select.png) no-repeat 95% 14px;
	-webkit-background-size: 16px;
	background-size: 16px;
	width: 150px;
}
/* 대시보드 - 종합 통계 */
.cumulative_wrap ul,
.cumulative_month_cnt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cumulative_wrap ul li,
.cumulative_month_cnt ul li {
	margin-bottom: 10px;
	padding: 36px 20px;
	width: calc(25% - 10px);
	background-color: #FFFFFF;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
	-moz-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
	box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}
.cumulative_wrap ul li {
	width: calc(33.33% - 10px);
}
.cumulative_wrap ul li h4,
.cumulative_month_cnt ul li h4 {
	/*margin-bottom: 30px;
	font-size: 28px;*/
	margin-bottom: 25px;
	font-size: 16px;
}
.cumulative_wrap ul li p,
.cumulative_month_cnt ul li p {
	text-align: right;
	font-size: 36px;
	font-weight: bold;
}
.cumulative_month_wrap {
	margin-top: 100px;
}
.cumulative_month_cnt ul li {
	width: calc(25% - 10px);
	color: #fff;
}
.cumulative_month_cnt ul li:nth-child(1) {
	background-color: #999;
}
.cumulative_month_cnt ul li:nth-child(2) {
	background-color: #fc8675;
}
.cumulative_month_cnt ul li:nth-child(3) {
	background-color: #f3ce85;
}
.cumulative_month_cnt ul li:nth-child(4) {
	background-color: #6bafbd;
}
.cumulative_month_cnt ul li:nth-child(5) {
	width: calc(33.33% - 10px);
	background-color: #65cea7;
}
.cumulative_month_cnt ul li:nth-child(6) {
	width: calc(33.33% - 10px);
	background-color: #424f63;
}
.cumulative_month_cnt ul li:nth-child(7) {
	width: calc(33.33% - 10px);
	background-color: #485b79;
}
.cumulative_month_cnt ul li h4 {
	margin-bottom: 50px;
}
.cumulative_month_cnt ul li p {
	font-size: 55px;
}
.cumulative_month_cnt .btn_excel_sm {
	position: absolute;
	top: 30px;
	right: 20px;
}
.cumulative_month_cnt .btn_excel_sm a {
	display: block;
}
.cumulative_month_cnt .btn_excel_sm a img {
	width: 25px;
}
.page_total_dash .select_div {
	margin-bottom: 40px;
	text-align: right;
}
.page_total_dash .select_div select {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.05em;
	color: #323643;
	padding: 3px 16px;
	cursor: pointer;
	background: #fff url(../image/user/arrow_select.png) no-repeat 95% 8px;
	-webkit-background-size: 16px;
	background-size: 16px;
	width: 150px;
}
.page_total_dash .select_div .btn_srch {
	margin: 0;
}
.btn_li {
	position: relative;
}
/* 대시보드 - 회원정보 */
.user_data_wrap .user_status ul {
	display: flex;
	justify-content: space-between;
}
.user_data_wrap .user_status ul li {
	width: calc(50% - 10px);
}
.user_data_wrap .user_status ul li .no-data {
	position: relative;
	height: 100%;
}
.user_data_wrap .user_status ul li .no-data p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
}
.user_data_wrap .user_status .stat_square {
	margin-top: 50px;
	height: 300px;
}
.user_data_wrap .user_status .stat_square .square_list {
	position: relative;
}
.user_data_wrap .user_status .stat_square .square_list div {
	position: absolute;
}
.user_data_wrap .user_status .stat_square .square_list div h6 {
	text-align: center;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.05em;
}
.user_data_wrap .user_status .stat_square .square_list div p {
	text-align: center;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	letter-spacing: -0.05em;
}
.user_data_wrap .user_status .stat_square .square_list .first {
	top: 0;
	left: 0;
	padding-top: 55px;
	width: 50%;
	height: 179px;
	background-color: #3A72FF;
}
.user_data_wrap .user_status .stat_square .square_list .first h6 {
	font-size: 16px;
	line-height: 42px;
}
.user_data_wrap .user_status .stat_square .square_list .first p {
	font-size: 17px;
}
.user_data_wrap .user_status .stat_square .square_list .second {
	top: 0;
	left: 50.5%;
	margin-bottom: 4px;
	padding-top: 15px;
	width: 35%;
	height: 80px;
	background-color: #2695FF;
}
.user_data_wrap .user_status .stat_square .square_list .second h6 {
	font-size: 15px;
	line-height: 30px;
}
.user_data_wrap .user_status .stat_square .square_list .second p {
	font-size: 12px;
}
.user_data_wrap .user_status .stat_square .square_list .third {
	top: 84px;
	left: 50.5%;
	margin-right: 5px;
	padding-top: 20px;
	height: 95px;
	width: 20%;
	background-color: #5FB7FF;
}
.user_data_wrap .user_status .stat_square .square_list .third h6 {
	font-size: 15px;
	line-height: 30px;
}
.user_data_wrap .user_status .stat_square .square_list .third p {
	font-size: 12px;
}
.user_data_wrap .user_status .stat_square .square_list .fourth {
	top: 84px;
	left: 71%;
	padding-top: 20px;
	height: 95px;
	width: 14.5%;
	background-color: #4F5D78;
}
.user_data_wrap .user_status .stat_square .square_list .fourth h6 {
	font-size: 15px;
	line-height: 30px;
	zoom: 0.9;
}
.user_data_wrap .user_status .stat_square .square_list .fourth p {
	font-size: 12px;
}
.user_data_wrap .user_status .stat_square .square_list .fifth {
	top: 0;
	right: 0;
	padding-top: 25px;
	width: 14%;
	height: 86px;
	background-color: #707FA1;
}
.user_data_wrap .user_status .stat_square .square_list .fifth h6 {
	font-size: 10px;
	line-height: 16px;
}
.user_data_wrap .user_status .stat_square .square_list .fifth p {
	font-size: 12px;
}
.user_data_wrap .user_status .stat_square .square_list .sixth {
	top: 91px;
	right: 0;
	padding-top: 15px;
	width: 14%;
	height: 58px;
	background-color: #9AA6C2;
}
.user_data_wrap .user_status .stat_square .square_list .sixth h6 {
	font-size: 10px;
	line-height: 16px;
}
.user_data_wrap .user_status .stat_square .square_list .sixth p {
	font-size: 10px;
}
.user_data_wrap .user_status .stat_square .square_list .seventh {
	top: 154px;
	right: 0;
	width: 14%;
	height: 25px;
	background-color: #CFD9ED;
}
.user_data_wrap .user_status .stat_square .square_list .seventh h6 {
	font-size: 8px;
	line-height: 12px;
	color: #333;
}
.user_data_wrap .user_status .stat_square .square_list .seventh p {
	font-size: 8px;
	color: #333;
}
/* 대시보드 - 콘텐츠 정보 */
.content_data_wrap .content_graph_line {
	margin-bottom: 50px;
}
.content_table table td {
	text-align: center;
}
#planDataList {
	display: flex;
	justify-content: space-between;
}
#planDataList table {
	table-layout: fixed;
	width: calc(50% - 10px);
	min-width: auto;
}
#planDataList table th {
	padding: 10px;
	font-size: 18px;
}
#planDataList table td {
	padding: 10px;
	font-size: 16px;
}
/* Paging */
.pagination_wrap {
	margin: 10px 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
}
.pagination li.next {
	transform: rotate(180deg);
}
.pagination li a {
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.5;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	color: #666;
	background-color: transparent;
	border: 1px solid #666;
	cursor: pointer;
}
.pagination li.active a {
	color: #fff;
	background-color: #666;
}
/* 6-2. two_table */
.two_table_header h4 {
	float: left;
	line-height: 35.56px;
	font-size: 20px;
}
.two_table_header a.btn {
	float: right;
}
.two_table_header:after {
	display: block;
	margin-bottom: 10px;
	content: '';
	clear: both;
}
.two_table .l_tb {
	float: left;
	margin-right: 50px;
	width: 300px;
}
.two_table .l_tb .code_name, .two_table .l_tb .code_name:active, .two_table .l_tb .code_name:link, .two_table .l_tb .code_name:visited, .two_table .l_tb .code_name:hover {
	color: #000;
}
.l_tb.r_tb_button > table {
	margin-top: 4px;
}
.two_table .r_tb {
	float: left;
	width: calc(100% - 350px);
}
.two_table table {
	width: 100%;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.two_table .table {
	min-width: inherit;
}
.two_table table tr:nth-child(even) {
	background-color: #f1f1f1;
}
.two_table table th, .two_table table td {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
}
.two_table table th {
	color: #fff;
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 0%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}
.two_table table td {
	padding: 2px;
	border-left: 1px solid #d6d6d6;
}
.two_table_wrap .table {
	float: left;
	width: 49.5%;
}
.two_table_wrap .table:first-child {
	margin-right: 1%;
}
/* 6-3. accordion_table */
.table_accordion {
	margin-bottom: 50px;
}
.table_accordion tr td {
	border-top: 1px solid #e6e6e6;
	/*border-bottom: none;*/
}
.table_accordion tr:nth-child(even) td {
	border: none;
}
.accordion_detail {
	display: none;
}
.accordion_detail.active {
	display: table-row;
	border-top: 1px solid #bdb9b9;
	border-bottom: 1px solid #bdb9b9;
}
.table.table_accordion .accordion_detail > td {
	padding: 30px 100px;
	background-color: #fff;
}
.accordion_detail .table {
	table-layout: fixed;
	min-width: inherit;
}
.accordion_detail .table.table_cols tbody {
	border: 1px solid #eee;
}
.accordion_detail .table.table_cols tbody tr {
	border-bottom: 1px solid #e6e6e6;
}
.accordion_detail .table.table_cols tbody tr:nth-child(even) {
	background-color: transparent;
}
.accordion_detail .table.table_cols td {
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: transparent;
}
.accordion_detail .table.table_cols th {
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	background: transparent;
	background-color: #F7F7F7 !important;
	color: #000;
}
.accordion_detail .table.table_rows tbody tr:nth-child(even){
	background:none;
}
.accordion_detail .table.table_rows th {
	background: transparent;
	background-color: #F7F7F7 !important;
	color: #000 !important;
	border: 1px solid #e6e6e6;
}
.accordion_detail .table.table_rows td {
	border: 1px solid #e6e6e6;
}

.schedual_wrap .schedual_date {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}
.schedual_day_wrap {
	padding-top: 20px;
}
.schedual_day_wrap:after {
	display: block;
	content: '';
	clear: both;
}
.schedual_day_wrap h4 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 900;
	border-bottom: 1px solid #c3c3c3;
}
.schedual_day_wrap h4 i {
	float: right;
}
.schedual_day_wrap.active h4 i {
	transform: rotate(180deg);
}
.engineer_list {
	display: none;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.schedual_day_wrap.active .engineer_list {
	display: block;
}
.engineer_list li {
	display: inline-block;
	width: 20%;
}
.engineer_list li .nm {
	padding-bottom: 10px;
}
.engineer_list li table.table {
	min-width: inherit;
}
.engineer_list li table.table tr th,
.engineer_list li table.table tr td {
	text-align: center;
}
/* 7. layer_modal */
.layer_modal_wrap {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2100;
	justify-content: center;
}
.mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: zoom-out;
}
#layer_modal {
	position: relative;
	z-index: 9999;
}
.modal-dialog {
	max-width: 900px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 9999;
}
.modal_content {
	overflow: hidden;
}
.modal_head {
	position: relative;
	padding-left: 20px;
	height: 60px;
	line-height: 60px;
	cursor: move;
}
.modal_head h1 {
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.modal_head .close_btn {
	float: right;
	margin-right: 30px;
	color: #000;
	font-size: 16px;
	cursor: pointer;
}
.modal_body {
	padding: 0 20px 20px;
}
#layer_modal table {
	min-width: inherit;
}
#layer_modal table.table_rows th, #layer_modal table.table_rows td {
	text-align: center;
	vertical-align: middle;
}
#layer_modal input[type="text"], #layer_modal select, #layer_modal input[type="password"] {
	width: 130px;
	height: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#modalSub label.error {
	display: block;
	margin-top: 8px;
	margin-left: 5px;
	color: #f20000;
}
.modal_footer {
	margin-bottom: 20px;
	text-align: center;
}
.modal_footer .modal_close_btn {
	border-color: #34445e;
	color: #34445e;
}
.modal_close_btn:hover, .modal_close_btn:focus {
	box-shadow: inset 100px 0 0 0 #34445e;
	color: #fff;
}
.modal_footer .btn_reg {
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
}
.modal_search_wrap {

}

/* 8. tab_content */
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs li {
	float: left;
	padding: 22px 15px;
	width: 25%;
	text-align: center;
	color: #222;
	font-size: 14px;
	border: 1px solid #e1e1e4;
	border-right-color: transparent;
	background-color: #fff;
	cursor: pointer;
}
ul.tabs li:last-child {
	border-right: 1px solid #e1e1e4;
}
ul.tabs li.current {
	background: #f6f6f6;
	color: #222;
}
.tab-content {
	display: none;
}
.tab-content.current {
	display: inherit;
}
/* 9. element */
/* 9-1. button */
.w_btn,
.w_btn_basic {
	display: inline-block;
	vertical-align: bottom;
	text-shadow: none;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	-webkit-box-shadow: inset 0 0 0 0 #fff;
	-moz-box-shadow: inset 0 0 0 0 #fff;
	box-shadow: inset 0 0 0 0 #fff;
	cursor: pointer;
}
.w_btn_ss {
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
}
.w_btn_sm {
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}
.w_btn_md {
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
}
.w_btn_reg {
	padding: 10px 15px;
	height: inherit;
	line-height: inherit;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px solid #e7604a;
	background-color: #e7604a;
}
.w_btn_reg:hover, .w_btn_reg:focus {
	box-shadow: inset 200px 0 0 0 #ff604a;
}
.w_btn_reg i {
	margin-right: 10px;
}
.w_btn_srch {
	margin: 10px 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.75px;
	border: none;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.w_btn_srch:hover, .w_btn_srch:focus {
	box-shadow: inset 100px 0 0 0 #1d1d1d;
}
.btn_login {
	font-size: 20px;
	font-weight: 700;
	line-height: 61px;
	display: block;
	width: 100%;
	height: 61px;
	margin: 30px 0 13px;
	padding-top: 2px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 0;
	background-color: #f26822;
	-webkit-appearance: none;
}
.btn_login:hover,
.btn_login:active,
.btn_login:link {
	text-decoration: none;
	color: #fff;
}
.btn_applic {
	border-color: #37b33b;
	color: #37b33b;
}
.btn_applic:hover, .btn_applic:focus {
	box-shadow: inset 100px 0 0 0 #37b33b;
	color: #fff;
}
.btn_cancel {
	border-color: #e7604a;
	color: #e7604a;
}
.btn_cancel:hover, .btn_cancel:focus {
	box-shadow: inset 100px 0 0 0 #e7604a;
	color: #fff;
}
.btn_modify {
	border-color: #f29661;
	color: #f29661;
}
.btn_modify:hover, .btn_modify:focus {
	box-shadow: inset 100px 0 0 0 #f29661;
	color: #fff;
}


.btn_modify2 {
	border-color: #757af2;
	color: #757af2;
}
.btn_modify2:hover, .btn_modify2:focus {
	box-shadow: inset 100px 0 0 0 #757af2;
	color: #fff;
}

.btn_modify3 {
	border-color: #F20000;
	color: #F20000;
}
.btn_modify3:hover, .btn_modify3:focus {
	box-shadow: inset 100px 0 0 0 #F20000;
	color: #fff;
}

.btn_modify4 {
	border-color: #4bf238;
	color: #4bf238;
}
.btn_modify4:hover, .btn_modify4:focus {
	box-shadow: inset 100px 0 0 0 #4bf238;
	color: #fff;
}

w_.btn_view {
	border-color: #34445e;
	color: #34445e;
}
w_.btn_view:hover, .w_btn_view:focus {
	box-shadow: inset 100px 0 0 0 #34445e;
	color: #fff;
}
.w_btn_save {
	vertical-align: bottom;
	color: #fff;
	background-color: #e7604a;
	border: 1px solid #e7604a;
}
.w_btn_save:hover, .w_btn_save:focus {
	box-shadow: inset 100px 0 0 0 #ff604a;
}
/* 9-2. file selector */
/*.file_box input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
.file_box label {
	display: inline-block;
	padding: .5em .75em;
	color: #999;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}
.file_box .upload-name {
	display: inline-block;
	padding: .5em .75em;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.file_box.bs3-primary label {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}*/
/*.filebox {
	margin-bottom: 20px;
	height: 36px;
}*/
.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
.filebox label {
	display: block;
	float: left;
	width: 100px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #f26822;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filebox .upload-name {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 10px 0;
	/*width: 390px;*/
	width: calc(84% - 110px);
	font-size: 12px;
	color: #999;
	border: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/* 9-3. datepicker */
.ui-datepicker {
	font:12px dotum
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 70px
}
.ui-datepicker-trigger {
	margin:0 0 0 2px;
	cursor:pointer;
	vertical-align: baseline;
	border:none;
	background:none;
	font-size:16px;
}
.table input[type="text"].datepicker {
	padding-left: 0;
	width: 100px;
	min-width: 100px !important;
	text-align: center;
}
/* 9-4. checkbox */
.checks {
	position: relative;
}
.checks input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0
}
.checks input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	line-height: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.checks input[type="checkbox"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	line-height: 21px;
	text-align: center;
	background-image: url(../image/check.png);
	background-color: #fff;
	background-repeat: no-repeat;
}
.checks.checks_tb_rows input[type="checkbox"] + label:before {
	top: -12px;
	left: 50%;
	margin-left: -8px;
}
.checks input[type="checkbox"]:checked + label:before {
	content: '';
	background: url(../image/checked.png) no-repeat;
}
/* 9-5. radio button */
.radio_btn {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 15px;
}
.radio_btn input[type=radio] {
	position: absolute;
	visibility: hidden;
}
.radio_btn label {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding-left: 24px;
	z-index: 9;
	cursor: pointer;
}
.radio_btn .check {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	z-index: 5;
	border: 1px solid #aaa;
	border-radius: 100%;
}
.radio_btn .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 6px;
	width: 6px;
	top: 2px;
	left: 2px;
	margin: auto;
}
.txt_sp .radio_btn .check {
	top: 6px;
}
.radio_btn input[type=radio]:checked ~ .check {
	border: 1px solid #aaa;
}
.radio_btn input[type=radio]:checked ~ .check::before{
	background: #aaa;
}
/* 9-6. ect */
.hide {
	display: none;
}
.blind {
	position: absolute !important;
	clip: rect(0px, 0px, 0px, 0px) !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px;
	overflow: hidden !important;
}
.essential {
	margin-left: 5px;
	color: red;
}
.empty_space_ss {
	height: 20px;
}
.empty_space {
	height: 40px;
}
.empty_space_md {
	height: 80px;
}
.textarea_full {
	width: 100%;
	height: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.table input[type="text"].text_full, .table input[type="password"].text_full {
	margin: 0 auto;
	width: 90%
}
.addr_sp {
	/*margin-right: 20px;*/
}

/* dateOnly center */
.dateOnly {
	padding: 0;
	text-align:center;
}

#sub label.error {
	display: block;
	margin-top: 8px;
	margin-left: 5px;
	color: #f20000;
}
select {
	font-family: inherit;
	background: url(../image/select_arrow.png) no-repeat 97% 50%;
	background-size: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d8d7d7;
	border-radius: 0;
}
select::-ms-expand { /* for IE 11 */
	display: none;
}

.customer_alert_msg {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #424f63;
	color: #fff;
	padding: 25px;
	font-size: 18px;
}

.fixed_header_common {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.fixed_header_common thead {
	display: table;
	width: 100%;
}
.fixed_header_common tbody {
	display:block;
	overflow-y: scroll;
	max-height: 500px;
}
.fixed_header_common tr {
	display: table; /* display purpose; th's border */
	width: 100%;
	box-sizing: border-box;
}
.fixed_header_common th, .fixed_header3 td {
	padding: 5px;
	text-align: center;
}

.fixed_header th:nth-child(1), .fixed_header td:nth-child(1) {
	width: 1%
}
.fixed_header th:nth-child(2), .fixed_header td:nth-child(2) {
	width: 7%
}
.fixed_header th:nth-child(3), .fixed_header td:nth-child(3) {
	width: 13%
}
.fixed_header th:nth-child(4), .fixed_header td:nth-child(4) {
	width: 7%
}
.fixed_header th:nth-child(5), .fixed_header td:nth-child(5) {
	width: 4%
}
.fixed_header th:nth-child(6), .fixed_header td:nth-child(6) {
	width: 5%
}
.fixed_header th:nth-child(7), .fixed_header td:nth-child(7) {
	width: 7%
}
.fixed_header th:nth-child(8), .fixed_header td:nth-child(8) {
	width: 17%
}
.fixed_header th:nth-child(9), .fixed_header td:nth-child(9) {
	width: 14%
}
.fixed_header th:nth-child(10), .fixed_header td:nth-child(10) {
	width: 7%
}
.fixed_header th:nth-child(11), .fixed_header td:nth-child(11) {
	width: 5%
}
.fixed_header th:nth-child(12), .fixed_header td:nth-child(12) {
	width: 7%
}
.fixed_header th:nth-child(13), .fixed_header td:nth-child(13) {
	width: 5%
}




.fixed_header2 th:nth-child(1), .fixed_header2 td:nth-child(1) {
	width: 1%
}
.fixed_header2 th:nth-child(2), .fixed_header2 td:nth-child(2) {
	width: 1%
}
.fixed_header2 th:nth-child(3), .fixed_header2 td:nth-child(3) {
	width: 7%
}
.fixed_header2 th:nth-child(4), .fixed_header2 td:nth-child(4) {
	width: 13%
}
.fixed_header2 th:nth-child(5), .fixed_header2 td:nth-child(5) {
	width: 7%
}
.fixed_header2 th:nth-child(6), .fixed_header2 td:nth-child(6) {
	width: 4%
}
.fixed_header2 th:nth-child(7), .fixed_header2 td:nth-child(7) {
	width: 5%
}
.fixed_header2 th:nth-child(8), .fixed_header2 td:nth-child(8) {
	width: 7%
}
.fixed_header2 th:nth-child(9), .fixed_header2 td:nth-child(9) {
	width: 17%
}
.fixed_header2 th:nth-child(10), .fixed_header2 td:nth-child(10) {
	width: 14%
}
.fixed_header2 th:nth-child(11), .fixed_header2 td:nth-child(11) {
	width: 7%
}
.fixed_header2 th:nth-child(12), .fixed_header2 td:nth-child(12) {
	width: 5%
}
.fixed_header2 th:nth-child(13), .fixed_header2 td:nth-child(13) {
	width: 7%
}
.fixed_header2 th:nth-child(14), .fixed_header2 td:nth-child(14) {
	width: 5%
}



.fixed_header3 th:nth-child(1), .fixed_header3 td:nth-child(1) {
	width: 7%;
}
.fixed_header3 th:nth-child(2), .fixed_header3 td:nth-child(2) {
	width: 10%;
}
.fixed_header3 th:nth-child(3), .fixed_header3 td:nth-child(3) {
	width: 10%;
}
.fixed_header3 th:nth-child(4), .fixed_header3 td:nth-child(4) {
	width: 7%;
}
.fixed_header3 th:nth-child(5), .fixed_header3 td:nth-child(5) {
	width: 7%;
}
.fixed_header3 th:nth-child(6), .fixed_header3 td:nth-child(6) {
	width: 10%;
}
.fixed_header3 th:nth-child(7), .fixed_header3 td:nth-child(7) {
	width: 13%;
}
.fixed_header3 th:nth-child(8), .fixed_header3 td:nth-child(8) {
	width: 12%;
}
.fixed_header3 th:nth-child(9), .fixed_header3 td:nth-child(9) {
	width: 6%;
}
.fixed_header3 th:nth-child(10), .fixed_header3 td:nth-child(10) {
	width: 6%;
}
.fixed_header3 th:nth-child(11), .fixed_header3 td:nth-child(11) {
	width: 6%;
}
.fixed_header3 th:nth-child(12), .fixed_header3 td:nth-child(12) {
	width: 6%;
}
.fixed_header3 input[type="text"] {
	width: 100%;
}


.fixed_header4 th:nth-child(1), .fixed_header4 td:nth-child(1) {
	width: 16.66%;
}
.fixed_header4 th:nth-child(2), .fixed_header4 td:nth-child(2) {
	width: 16.66%;
}
.fixed_header4 th:nth-child(3), .fixed_header4 td:nth-child(3) {
	width: 16.66%;
}
.fixed_header4 th:nth-child(4), .fixed_header4 td:nth-child(4) {
	width: 16.66%;
}
.fixed_header4 th:nth-child(5), .fixed_header4 td:nth-child(5) {
	width: 16.66%;
}
.fixed_header4 th:nth-child(6), .fixed_header4 td:nth-child(6) {
	width: 16.66%;
}
.fixed_header4 input[type="text"] {
	width: 100%;
}