/**************************************************************************************************************************************
		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
**************************************************************************************************************************************/
/* 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;
}
.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%;
	min-width: 1300px;
}
.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 {
	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_fixed {
	table-layout: fixed;
}
.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;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #e6e6e6;
	background-color: #F7F7F7;
}
.table tr th.higher {
	vertical-align: middle;
}
.table tr td {
	padding: 5px;
	/*height: 46px;*/
	/*padding: 0 10px;*/
	/*height: 39px;*/
	/*line-height: 39px;*/
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	background-color: transparent;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}

.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: 100;
}
.mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: zoom-out;
}
#layer_modal {
	display:none;
	position: relative;
	margin: 0 auto;
	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_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 {

}
.mms_layer {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.mms_layer .overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: zoom-out;
}
.mms_layer_modal {
	display:none;
	position: relative;
	margin: 0 auto;
	z-index: 9999;
}
.mms_layer_modal .modal_body:after {
	clear: both;
	content: '';
	display: block;
}
.mms_layer_modal h5 {
	margin-bottom: 10px;
	font-size: 14px;
	background-color: #6bafbd;
	padding: 10px;
	color: #fff;
}
.mms_layer_modal h5 span {
	float: right;
}
.mms_layer_modal .modal_body .mms_ta {
	float: left;
	background: url(../image/mms.png) no-repeat center;
	width: 300px;
	height: 400px;
	-webkit-background-size: contain;
	background-size: contain;
}
.mms_layer_modal .mms_ta textarea {
	display: block;
	margin: 53px auto 20px;
	padding: 10px;
	width: 165px;
	height: 235px;
	font-size: 14px;
	color: #000;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	outline: none;
}
.mms_layer_modal .mms_ta > span {
	display: block;
	text-align: center;
	font-size: 12px;
}
.mms_layer_modal .mms_ta > span span {
	margin-right: 10px;
}
.mms_layer_modal .number_wrap {
	float: left;
	margin-right: 20px;
	width: 240px;
}
.mms_layer_modal .number_wrap > div:first-child {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border: 1px solid #6bafbd;
}
.mms_layer_modal .number_wrap > div:first-child span {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}
.mms_layer_modal .number_wrap > div:last-child {
	padding-bottom: 10px;
	border: 1px solid #6bafbd;
}
.mms_layer_modal .number_wrap > div:last-child h5 i {
	color: #fff;
}
.mms_layer_modal .number_wrap ul {
	padding: 0 10px;
	overflow-y: auto;
	max-height: 234px;
}
.mms_layer_modal .number_wrap ul li {
	margin-bottom: 8px;
}
.mms_layer_modal .number_wrap ul li input {
	width: calc(100% - 40px);
	height: 20px;
	outline: none;
}
.mms_layer_modal .number_wrap ul li span {
	float: right;
	cursor: pointer;
	margin-top: 6px;
	width: 20px;
	text-align: center;
	color: #6bafbd;
}
.mms_layer_modal .modal_footer {
	clear: both;
}
/* 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 */
.btn {
	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;
}
.btn_ss {
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
}
.btn_sm {
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}
.btn_md {
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
}
.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;
}
.btn_reg:hover, .btn_reg:focus {
	box-shadow: inset 200px 0 0 0 #ff604a;
}
.btn_reg i {
	margin-right: 10px;
}
.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 */
}
.btn_srch:hover, .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: #aaa;
	-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_view {
	border-color: #34445e;
	color: #34445e;
}
.btn_view:hover, .btn_view:focus {
	box-shadow: inset 100px 0 0 0 #34445e;
	color: #fff;
}
.btn_save {
	vertical-align: bottom;
	color: #fff;
	background-color: #e7604a;
	border: 1px solid #e7604a;
}
.btn_save:hover, .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: #18a3fa;
	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;
}