@charset "utf-8";
#wrap {
	min-height: 100%;
	position: relative;
}
#header {
	padding: 15.5px 30px;
	border-bottom: 3px solid #76357a;
	background: #ffffff;
   	text-align: center;
	font-size: 0;
}
#header #logo {
	float: left;
	padding: 1.5px 0;
}
#header #title {
	display: inline-block;
	height: 33px;
	line-height: 35px;
	margin-left: -156px;
    font-size: 24px;
    font-weight: 600;
    color: #76357a;
}
#header .gnb-contents {
	display: inline-block;
}
.gnb-contents .gnb-menu li {
	height: 36px;
	line-height: 36px;
	letter-spacing: -0.5px;
}
.gnb-contents .gnb-menu > li {
	position: relative;
	float: left;
}
.gnb-contents .gnb-menu li a {
	display: block;
	color: #000;
}
.gnb-contents .gnb-menu > li > a {
	padding: 0 20px;
	font-size: 16px;
	font-weight: 600;
}
.gnb-contents .gnb-menu > li:hover > a,
.gnb-contents .gnb-menu > li.active > a {
	background: #76357a;
	color: #fff;
}
.gnb-contents .gnb-menu .submenu {
	position: absolute;
	z-index: 99;
	width: 100%;
    height: 0px;
	margin-top: -1px;
    overflow: hidden;
    -webkit-transition: height .2s;
	transition: height .2s;
}
.gnb-contents .gnb-menu > li:hover .submenu {
	height: 240px;
}
.gnb-contents .gnb-menu .submenu li {
    background: #fff;
	border-style: solid;
	border-color: #76357a;
	border-width: 1px 1px 0;
}
.gnb-contents .gnb-menu .submenu li:last-child {
	border-width: 1px;
}
.gnb-contents .gnb-menu .submenu li a {
	font-size: 14px;
}
.gnb-contents .gnb-menu .submenu li a:hover {
	color: #ca4e03;
}
/* 2020. 10. 14 릴리즈 노트 추가 */
.release-note {
	width: 1140px;
	margin: 0 auto;
	padding: 40px 0;
}
.release-note .table-header {
	border-radius: 5px 5px 0 0;
	padding: 10px 0 10px 20px;
	background: #76357a;
	font-weight: 600;
}
.release-note .table-header > span {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	margin-left: 10px;
	font-size: 24px;
	color: #fff;
}
.release-note .table-list {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	background: #f7f7f7;
}
.release-note table {
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px;
}
.release-note table td {
	text-align: left;
	background: #fff;
	padding: 13px 15px;
	border-radius: 3px;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.release-note .release-item-title {
	display: block;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 600;
	color: #76357a;
}
.release-note .release-item-date {
	display: inline-block;
	margin-bottom: 13px;
	line-height: 17px;
	font-size: 14px;
	color: #555;
}
.release-note .release-item-file {
	display: inline-block;
	margin-left: 20px;
	padding-left: 15px;
	/*background: url("../img/attachments.png") 0 0 no-repeat;*/
	font-size: 14px;
}
.release-note .release-item-file > a {
	display: inline-block;
	margin-left: 3px;
	border-bottom: 1px solid #ff5400;
	line-height: 17px;
	color: #ff5400;
}
.release-note .release-item-content {
	line-height: 1.4;
	font-size: 16px;
}
.release-note .release-item-version {
	display: inline-block;
	line-height: 1.4;
	margin-bottom: 10px;
}
.release-note .pn-wrap {
	padding: 0 0 20px;
}

.user-contents {
	float: right;
	padding-top: 6px;
}
.user-contents li {
	float: left;
}
.user-contents .user {
	padding: 6px 10px 0;
	line-height: 12px;
}
.user-contents .user span {
	display: inline-block;
	max-width: 105px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
}
.user-contents button {
	vertical-align: inherit;
	padding: 3px;
}
.user-contents .user span,
.user-contents button,
.user-contents button {
	color: #666;
}
.user-contents > li > .logout {
	height: 24px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.user-contents > li > .logout:hover {
	background: #555;
	border-color: #555;
	color: #fff;
}
.location {
	padding: 9.5px 40px;
	border-bottom: 1px solid #e5e5e5;
	background: #efefef;
	text-align: left;
}
.section-top .top-wrap {
	padding-left: 30px;
}
.target-navi li,
.target-navi li a {
	color: #666;
    font-size: 13px;
}
.target-navi li {
	float: left;
	padding: 0 10px;
}
.target-navi li:last-child,
.target-navi li:last-child a {
	color: #666;
    font-weight: 600;
}
.section-cont .section-title {
	float: left;
	width: 100%;
	padding: 20px 0 20px 40px;
	font-size: 24px;
	letter-spacing: -2px;
	color: #000;
} 
.section {
	padding: 0 30px;
}
.section .title {
	padding: 20px 0 0 40px;
	font-size: 24px;
	font-weight: 600;
}
.section .row:last-child {
	padding-bottom: 50px;
}
.section .row.border-t {
    border-top: 1px solid #e5e5e5;
}
.detail .row {
    width: 1140px;
    margin: 0 auto;
}
.ml-6 {
	margin-left: 6px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.route-map {
	height: 540px;
	margin-top: 30px;
}

/* btn */
.btn {
	padding: 0 30px;
	height: 36px;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;	
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: 600;
}
.btn.small {
	height: 28px;
	padding: 0 10px 1px;
	font-size: 13px;
}
.btn.min-width-105 {
	min-width: 105px;
}
.btn:not(:first-of-type) {
	margin-left: 10px;
}

.btn.btn1 {
	background: #666;
	border-color: #666;
}
.btn.btn2 {
	background: #ca4e03;
	border-color: #ca4e03;
}
.btn.btn1:not(:disabled):hover,
.btn.btn2:not(:disabled):hover,
.btn.btn4:not(:disabled):hover {
	background:#fff !important;
	color: #222;
}
.btn.btn3 {
	border-color: #666;
	color: #333;
}
.btn.btn4 {
	background: #76357a;
	border-color: #76357a;
}
.btn.btn3:not(:disabled):hover {
	background: #f3f3f3;
}
.btn:disabled {
	opacity: 0.5;
	cursor: default;
}
[data-toggle-area="false"] .btn:disabled,
[data-toggle-area="false"] .radios input[type="radio"]:disabled + label,
[data-toggle-area="false"] .checks input[type="checkbox"]:disabled + label {
	opacity: 1 !important;
}
.icon-btn {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-image: url("../img/t-button.png");
	background-repeat: no-repeat;
	text-indent: -99999px;
	vertical-align: middle;
}
.icon-btn.delete {
	background-position: 0 0;
}
.icon-btn.delete:hover,
.icon-btn.delete:disabled {
	background-position: -40px 0;
}
.icon-btn.add {
	background-position: -80px 0;
}
.icon-btn.add:hover,
.icon-btn.add:disabled {
	background-position: -120px 0;
}
.icon-btn.modify {
	background-position: -160px 0;
}
.icon-btn.modify:hover {
	background-position: -200px 0;
}
.icon-btn.refresh {
    background-position: -240px 0;
}
.icon-btn.refresh:hover {
    background-position: -280px 0;
}
.icon-btn.marker {
	background-position: -320px 0;
}
.icon-btn.marker:hover {
	background-position: -360px 0;
}
.icon-btn:disabled {
	opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: default;
}
.maker-btn {
	width: 28px;
	height: 28px;
	background: url("../img/marker.png") 50% 50% no-repeat;
}
.maker-btn:disabled {
	opacity: 0.4;
	cursor: default;
}
[data-toggle-area] .maker-btn:disabled {
	opacity: 1;
}
.up-down {
	position: relative;
	display: inline-block;
	width: 66px;
	height: 28px;
}
.up-btn,
.down-btn {
	position: absolute;
	top: 0;
	width: 28px;
    height: 28px;
	background-image: url("../img/up-down.png");
    background-repeat: no-repeat;
}
.up-btn {
	left: 0;
    background-position: 0 0;
}
.up-btn:not(:disabled):hover {
    background-position: -56px 0;
}
.down-btn {
	right: 0;
    background-position: -28px 0;
}
.down-btn:not(:disabled):hover {
    background-position: -84px 0;
}
.up-down button:disabled {
	opacity: 0.3;
	cursor: default;
}
.link {
    color: #ca4e03;
    text-decoration: underline !important;
}

/* input, select */
.input-box,
.select-box,
.date-box {
	width: 200px;
	height: 30px;
}
.input-box.small,
.select-box.small {
	width: 80px;
}
.input-box.medium,
.select-box.medium {
	width: 150px;
}
.input-box.large,
.select-box.large {
    width: 250px;
}
.input-box.max {
    width: 100%;
}
.input-box input,
.calendar-box input {
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
}
.input-box input:disabled {
	opacity: 0.5;
	cursor: default;
}
.select-box {
	position: relative;
}
.disabled {
	opacity: 0.5;
	cursor: default;
}
.form-select {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.select-arrow {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    line-height: 26px;
    right: 0;
    top: 0;
    color: #555;
    padding-left: 10px;
    border: 1px solid #cccccc;
	text-align: left;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-select:focus + .select-arrow {
	border-color: #ca4e03 !important;
}
.select-arrow:after {
    content: '';
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff url("../img/select-arrow.png") 3px 50% no-repeat;
}

.textarea-box textarea {
	width: 100%;
    max-width: 850px;
    min-height: 200px;
    max-height: 440px;
    border: 1px solid #cccccc;
    line-height: 15px;
    padding: 5px 10px;
    resize: vertical;
}
.textarea-box.h-half textarea {
	min-height: 70px;
}
.select-box select option {
	padding-left: 8px;
	color: #555555;
}
.flie-box-wrap {
	display: inline-block;
	vertical-align: middle;
}
.flie-box-wrap .flie-box {
	position: relative;
    display: inline-block;
	vertical-align: middle;
    width: 100px;
    height: 28px;
    overflow: hidden;
}
.flie-box-wrap p {
	padding-top: 10px;
	color: #555;
}
.flie-box-wrap .btn {
	width: 100%;
	height: 100%;
}
.flie-box-wrap .flie-box:hover .btn {
    background:#fff;
	color: #222;
}
.flie-box-wrap .button-hidden {
	height: 100%;
	cursor: pointer;
	position: absolute;
	padding: 0;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity:'0');
}
.flie-box-wrap .add-file {
	display: inline-block;
	vertical-align: middle;
}
.flie-box-wrap .file-name {
	padding-left: 15px;
	display: inline-block;
	line-height: 20px;
	color: #ff5400;
	font-size: 12px;
}
.flie-box-wrap .not-flie {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	color: #888;
}
.flie-box-wrap .files-exist {
	display: none;
}
.flie-box-wrap .del-file {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background: url(../img/delete-file.png) 0 0 no-repeat;
	vertical-align: -1px;
}
.flie-box-wrap .del-file:hover {
	background-position: -20px 0;
}

/* tab-style */
.tab-box {
    position: relative;
	margin: 30px 0 0 40px;
	border-bottom:1px solid #ddd;
}
.tab-box li {
	float: left;
	position: relative;
	margin-left: -1px;
}
.tab-box li:first-child {
	margin-left: 0 !important;
}
.tab-box li .tab-btn {
	display: block;
	position: relative;
	min-width: 170px;
	height: 40px;
	padding: 0 30px;
	line-height: 38px;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 1px 0;
	background: #fff;
	font-size: 14px;
	text-align: center;
	color: #666;
}
.tab-box li.active .tab-btn {
	z-index: 1;
	border-color: #666;
	background: #666;
	color: #fff;
}

/* table-style */

/* 기본 css display table */
.table-group .table {
	table-layout: fixed;
}
.table {
	display: table;
	width: 100%;
}
.tbody{
	display: table-row-group;
}
.tr {
	display: table-row;
}
.th, 
.td {
	display: table-cell;
	vertical-align: middle;
}
.table .align-top {
	vertical-align: top;
}
.table-wrap {
	/* position: relative; */
}
.table-title {
	font-weight: 600;
	font-size: 15px;
	padding: 35px 0 15px;
	border-bottom: 1px solid #666;
}
.table-title span:not(.title-text) {
	font-size: 12px;
	margin-left: 10px;
	color: #ca4e03;
	vertical-align: 1px;
}
.table-title .title-text {
	vertical-align: middle;
}
.table-style {
	width: 100% !important;
	table-layout: fixed;
}
.table-style caption {
	padding: 35px 0 10px;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
.table-style caption span {
	font-size: 12px;
	margin-left: 20px;
	color: #ca4e03;
}
.table-style thead tr th,
.table-style tbody tr td,
.table-style tfoot tr td {
	padding: 2px 5px;
	line-height: 16px;
}
.table-style tr th {
	height: 46px;
	border-top: 1px solid #666;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #666;
	font-size: 14px;
	color: #000;	
	font-weight: 600;
}
.table-style.head-2depth.type2 thead tr th {
	height: 30px;
}
.table-style.head-2depth thead tr:not(:last-child) th[colspan]:not([colspan="1"]) {
	border-bottom-color: #d4d4d4;
	border-right-color: #666;
}
.table-style.head-2depth thead th[rowspan]:not([rowspan="1"]) {
	border-right-color: #666;
}
.data-table thead th:last-child {
	border-right: 0 !important;
}
.table-style.head-2depth:not(.data-table) thead th:first-child[rowspan],
.table-style.head-2depth:not(.data-table) tbody th {
	border-left: 1px solid #666;
}
.table-style.head-2depth .br {
	border-right: 1px solid #666 !important;
}
.table-style.head-2depth .brc {
	border-right-color: #666 !important;
}
.table-style.head-2depth .nbl {
	border-left: 0 !important;
}
.table-style.head-2depth .nbr {
	border-right: 0 !important;
}
.table-style tbody tr th {
	border-right-color: #666;
}
.table-style.head-2depth:not(.data-table) tbody th {
	background: #ffddc9;
}
.table-style tbody tr td {
	border: 1px solid #d4d4d4;
}
.table-style:not(.data-table) tbody tr:last-child td,
.table-style:not(.data-table) tbody tr td[rowspan],
.table-style.head-2depth.type2 tbody tr:last-child td {
	border-bottom-color: #666;
}
.table-style.data-table tbody tr td:first-child {
	border-left: 0;
}
.table-style.data-table tbody tr td:last-child {
	border-right: 0;
}
.table-style thead .sort-column {
	padding-right: 19px;
	cursor: pointer;
	background-position: center right;
	background-repeat: no-repeat;
	outline: none;
}
.table-style thead .sorting {
	background-image: url("../img/sort_both.png");
}
.table-style thead th.sorting_asc:not(.no-sort) {
	background-image: url("../img/sort_asc.png");
}
.table-style thead th.sorting_desc:not(.no-sort) {
	background-image: url("../img/sort_desc.png");
}
.table-style tbody tr td,
.table-style tfoot tr td {
	height: 42px;
	color: #666;
}
.table-style tbody tr td .link {
	color: #76357a;
	font-weight: 600;
	text-decoration: underline;
}
.table-style .btn:not(:first-child):not(:only-child) {
	margin-left: 5px;	
}
.table-style .radios,
.table-style .checks {
	padding: 0;
	vertical-align: middle;
	overflow: hidden;
}
.table-style .checks {
	width: 18px;
}
.table-style .radios {
	width: 20px;
}

/* 상세 테이블 */
.table-scroll {
	max-height: 421px;
	overflow-y: auto;
	border-bottom: 1px solid #666;
}
.detail-table {
	width: 100%;
	font-size: 13px;
}
.detail-table tbody th,
.detail-table tbody td {
	height: 42px;
	padding: 6px 10px;
	line-height: 18px;
	border-style: solid;
	border-color: #ddd;	
	border-width: 0 1px 1px 0;
	text-align: left;
}
.detail-table tbody tr td:last-child {
	border-right: 0;
}
.detail-table tbody tr:last-child th,
.detail-table tbody tr:last-child td,
.detail-table tbody th[rowspan] {
	border-bottom-color: #666;
}
.table-scroll .detail-table tbody tr:last-child th,
.table-scroll .detail-table tbody tr:last-child td{
	border-bottom: 0;
}
.detail-table tbody th[rowspan],
.detail-table tbody th[colspan] {
	text-align: center;
}
.detail-table tbody td {
	color: #666;
}
.detail-table tbody td .select-box,
.detail-table tbody td .line-info,
.detail-table tbody td .line-info li,
.detail-table tbody td .line-info li span {
	display: inline-block;
	vertical-align: middle;
}
.detail-table tbody td .line-info {
	font-size: 0;
}
.detail-table tbody td .line-info li {
	margin-left: 20px;
	font-size: 13px;
	color: #000;
}
.detail-table tbody td .line-info li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 3px;
	margin-right: 10px;
	background-image: url("../img/line-info.png");
	background-repeat: no-repeat;
}
.detail-table tbody td .line-info li:first-child:before {
	background-position: 0 0;
}
.detail-table tbody td .line-info li:last-child:before {
	background-position: -60px 0;	
}
.detail-table tbody td .route-color li {
	float: left;
	position: relative;
	padding-left: 19px;
	font-weight: 600;
}
.detail-table tbody td .route-color li + li {
	margin-left: 20px;
}
.detail-table tbody td .route-color li.orange {
	color: #ff5400;
}
.detail-table tbody td .route-color li.blue {
	color: #0015e1;
}
.detail-table tbody td .route-color li.navy {
	color: #1a0088;
}
.detail-table tbody td .route-color li.pink {
	color: #fe008f;
}
.detail-table tbody td .route-color li.black {
	color: #000000;
}
.detail-table tbody td .route-color li.green {
	color: #097a00;
}
.detail-table tbody td .route-color li.red {
	color: #e70000;
}
.detail-table tbody td .route-color li.purple {
	color: #ba00ff;
}
.detail-table tbody td .route-color li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: currentColor;
}
.table-list.bdt {
	border-top: 1px solid #666;	
}
.table-list .color {
	color: #ca4e03 !important;
}
.table-list .table .th,
.table-list .table .td {
	padding: 6px 10px;
	border-bottom: 1px solid #ddd;
	height: 42px;
	word-break: break-all;
}
.table-list .table .th {
	width: 161px;
	border-right: 1px solid #ddd;
}
.table-list .double-column .th:not(:first-child) {
	border-left: 1px solid #ddd;
}
.table-list .table .td {
	color: #666;
}
.table-list .table > .tr:last-child > .th,
.table-list .table > .tr:last-child > .td {
	border-bottom-color: #666;
}
.table-group .table:not(:last-child) > .tr:last-child > .th,
.table-group .table:not(:last-child) > .tr:last-child > .td {
	border-bottom-color: #ddd;
}
.table-list .colspan > .tr > .th {
	width: 251px;
	text-align: center;
}
.table-list .rowspan:not(.colspan) > .tr > .th {
	width: 90px;
	text-align: center;
}
.table-list .rowspan > .tr > .td,
.table-list .rowspan [data-rowspan] {
	padding: 0;
}
.table-list .rowspan > .tr > .td > .table .tr:last-child > .th,
.table-list .rowspan > .tr > .td > .table .tr:last-child > .td,
.table-list .rowspan > .tr > .td > .table .tr.last-row > .th,
.table-list .rowspan > .tr > .td > .table .tr.last-row > .td,
.table-list .rowspan [data-rowspan] .table .tr:last-child .th, 
.table-list .rowspan [data-rowspan] .table .tr:last-child .td,
.table-list .rowspan [data-area="tr-street"] > .th, 
.table-list .rowspan [data-area="tr-street"] > .td {
	border-bottom: 0;
}
.table-list .tr.rowspan [data-rowspan] > .table .tr .th {
	width: 150px;
	border-right: 0;
}
.table-list .tr.rowspan [data-rowspan] > .table .tr .td {
	padding: 6px 0px;
}
.table-list .table .th .control-label,
.table-list .table .td-col-title {
	font-weight: 600;
	line-height: 18px;
	color: #000;
}
.table-list .table .td-col-title {
	display: inline-block;
	min-width: 53px;
}
.table-list .table .td-row-group:not(:first-child) {
	margin-top: 10px;
}
.table-list .table .td > .td-row-group > .td-row-group,
.table-list .table .td > .td-row-group > [data-append="week"] > .td-row-group {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.table-list .table .td [data-append] > .td-row-group:first-child {
	margin-top: 10px;
}
.table-list .table .hidden-row {
	padding-left: 408px;
}
.table-list .td-col-group {
	display: inline-block;
}
.table-list .col-min-width {
	font-size: 0;
}
.table-list .col-min-width .td-col-group {
	width: 209px;
	font-size: 13px;
}
.table-list .td-col-group:not(:first-child) {
	margin-left: 36px;
}
.table-list .col-min-width .td-col-group:not(:first-child) {
	margin-left: 10px;
}
.table-list [data-toggle-area="false"] {
	opacity: 0.5;
}
.table-list [data-hidden="true"] {
	display: none !important;
}
.table-list .table .td .td-row-group .maker-btn {
	vertical-align: middle;
}
.table-list .detail-table td .input-box,
.table-list .table .td .input-box,
.table-list .table .td .select-box {
	display: inline-block;
}
.table-list .td .td-col-group .input-box:not(:first-child),
.table-list .td .td-col-group .select-box:not(:first-child) {
	margin-left: 6px;
}
.table-list .table .td [data-append] > .td-row-group > .select-box {
	vertical-align: middle;
}
.table-list .table .td [data-append] > .td-row-group > .btn {
	margin-left: 8px;
}
.table-list .table .td .select-arrow {
	color: #666;
}
.table-list .table .td .guide-text {
	display: inline-block;	
	margin-left: 6px;
	color: #222;
	min-width: 106px;
}
.table-list .table .td .guide-text span,
.table-list .table .td .guide-text strong {
	color: #ca4e03;
}
.table-list .table .td .table-btn {
    min-width: 118px;
    padding: 5px 10px 6px;
    min-height: 28px;
    margin-left: 10px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    background: #eee;
}
.table-list .table .td .table-btn:hover {
    background: #353535;
    border-color: #353535;
    color: #fff;
}
.table-list .table .checks-row-group {
	font-size: 0;
}
.table-list .table .checks-row-group .ellipsis-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 715px;
	padding-left: 10px;
	font-size: 13px;
}
.table-list .table .checks-row-group .ellipsis-wrap.type2 {
	width: 760px;
}
.table-list .table .checks-row-group .ellipsis-wrap.type3 {
	width: 400px;
}
.table-list .table .checks-row-group .ellipsis-wrap .link,
.table .td .detail-link {
	display: inline-block;
	margin-bottom: 5px;
	color: #76357a;
	font-weight: 600;
	font-size: 13px;
}
.table-list .table .checks-row-group .ellipsis {
	display: block;
}
.table-list .table .checks-row-group .checks {
	min-width: 130px;
}
.table-list .table .td .radio-box:not(:first-child) {
	margin-top: 7px;
}
.table-list .table. .td .radios,
.table-list .table .td .checks {
	vertical-align: middle;
	font-size: 13px;
}
.table-list .table .td .radios .input-box {
	vertical-align: middle;
	margin-left: 15px;
}
.table-list .table .td .radios .btn {
	vertical-align: middle;
	margin-left: 6px;
}
.table-list .table .td .radios:not(:last-child) {
	margin-right: 30px;
}
.table-list .table .th .radios {
	margin-right: 0;
}
.table-list .detail-table td .checks,
.table-list .table .td .checks {
	margin-right: 10px;
}
.table-list .table .td .at {
	display: inline-block;
	padding: 0 8px;
}
.table-list .table .td .tilde {
	display: inline-block;
	/* vertical-align: middle; */
	padding: 0 6px 0 12px;
}
.table-list .table .td .dot {
    vertical-align: bottom;
}
.table-list .table .td .select-detail {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.table-list .table .td .select-detail > span {
	display: inline-block;
	padding-left: 10px;
}
.table-list .table .td .select-detail.type2 > span {
	padding-left: 0;
	padding-right: 10px;
}

/* data table paginate */
.dataTables_paginate {
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}
.pn-wrap {
	padding-top: 40px;
	text-align: center;
}
.pagination {
    display: inline-block;
	white-space: nowrap;
}
.pn-wrap .paginate_button {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	color: #666;
	cursor: pointer;
	margin: 0 2px;
}
.pn-wrap > div > .paginate_button {
	background-image: url("../img/paginate-btn.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.pn-wrap .paginate_button.first {
	background-position: 0 0;
}	
.pn-wrap .paginate_button.last {
	background-position: -30px 0;
}	
.pn-wrap .paginate_button.previous {
	background-position: -90px 0;
}
.pn-wrap .paginate_button.next {
	background-position: -60px 0;
}
.pn-wrap span .paginate_button {
	border: 1px solid transparent;
}
.pn-wrap span .paginate_button:hover {
	border-color: #5B5F66;
	color: #5B5F66;
}
.pn-wrap .paginate_button.current {
	color: #fff !important;
	background: #76357a;
}

/* 데이타 테이블 셀렉트 */
.length-wrap {
	display: table;
	width: 100%;
	height: 40px;
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 0;
}
.length-wrap .dataTables_length {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}
.length-wrap .dataTables_length > label {
	display: inline-block;
	font-size: 12px;
	position: relative;
    padding-top: 1px;
    margin-right: 10px;
    height: 30px;
	color: #222;
	vertical-align: middle;
}
.length-wrap .dataTables_length select {
    width: 92px;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 10px;
    vertical-align: inherit;
}
.length-wrap .dataTables_length > label .select-arrow {
    width: 92px;
}
.length-wrap .dataTables_length select option {
	padding-left: 5px;
}
.length-wrap .dataTables_length .data-table-info {
    font-size: 12px;
    color: #222;
    display: inline-block;
    margin-left: 10px;
	vertical-align: middle;
}
.length-wrap .btn.float-right {
	float: right;
	margin-top: 2px;
}
.length-wrap .dataTables_length > span {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
    height: 30px;
	vertical-align: middle;	
}

/* 데이터 다운로드,업로드 process */
.data-process {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
	z-index: 999;
}
.login-body .data-process {
	position: absolute;
}
.process-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity:'50'); 
}
.process {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 5px;
	z-index: 1;
	margin-left: -55px;
	margin-top: -55px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0 0 6px 0px #888;
}
.process-in {
	width: 110px;
	height: 110px;
	background: url("../img/loading.gif") 0 0 no-repeat;
}
.process span {
	position: absolute;
	left: -9999px;
}
.process p {
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

/* list-search */
.section .list-search {
	max-width: 1140px;
	padding: 30px 19px 18px;
	margin: 0 auto;
}
.list-search .form-group-box {
	margin-bottom: 12px;
}
.list-search .form-group {
	position: relative;
}
.list-search .first-group {
	float: left;
}
.list-search .last-group {
	float: right;
}
.list-search .form-group > div {
	float: left;
}
.list-search .label-box {
	width: 94px;
	height: 30px;
}
.list-search .label-box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.list-search .label-box label {
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	color: #222;
	font-size: 12px;
}
.list-search .input-box,
.list-search .select-box,
.list-search .date-box {
	width: 400px;
}
.list-search .input-box.mixed-control {
	width: 275px;
	margin-left: 10px;
}	
.list-search .select-box.mixed-control {
	width: 115px;
}
.date-control .select-box {
	display: inline-block;	
	vertical-align: middle;
	margin-left: 15px;
}
.date-control .date-box {
	display: inline-block;	
	width: auto;
	vertical-align: middle;
	margin-right: 20px;
}
.date-box .calendar-box {
	float: left;
	width: 180px;
	height: 30px;
}
.calendar-box .calendar-input {
	background-image: url(../img/calendar-input-bg.png);
	background-position: 100% -1px;
	background-repeat: no-repeat;
	padding: 5px 40px 5px 12px;
}
.count-btn {
	float: left;
    width: 30px;
    height: 30px;
	background-image: url("../img/prev-next.png");
	text-indent: -9999px;
}
.count-btn.prev {
	margin-right: 10px;
	background-position: 0 0;
}
.count-btn.next {
	margin-left: 10px;
    background-position: 30px 0;
}
.count-btn:disabled {
	opacity: 0.5;
	cursor: default;
}
.dash {
	width: 40px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
}
.form-text {
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: -32px;
}
.btn-icon {
    display: inline-block;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.list-search .check-box {
	width: 400px;
	font-size: 0;
}
.list-search .first-group .check-box {
	width: 445px;
}
.list-search .check-box-group:not(:first-child) {
	padding-top: 3px;
}
.list-search .check-box .checks {
	margin-top: 7px;
}
.list-search .check-box .checks:not(:last-child) {
	margin-right: 13px;
} 
.list-search .radio-box {
	padding: 3px 0;
	margin-bottom: 7px;
	font-size: 0;
}
.list-search .search-radios {
	display: inline-block;
}
.list-search .search-radios:not(:first-child) {
	margin-left: 12px;
}
.search-radios input[type="radio"] + label,
.search-checks input[type="checkbox"] + label {
	min-width: 40px;
	height: 24px;
	padding: 0 8px;
	line-height: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.search-radios input[type="radio"] + label:hover,
.search-checks input[type="checkbox"] + label:hover {
	font-weight: 600;
}
.search-radios input[type="radio"]:checked + label,
.search-checks input[type="checkbox"]:checked + label {	
	border-color: #ca4e03;
	background: #ca4e03;
	color: #fff;
	font-weight: 600;
}


/* form-actions */
.form-actions {
	padding-top: 40px;
	font-size: 0;
	text-align: center;
}
.list-search .form-actions {
	text-align: right;
	padding-top: 0 !important;
	padding-bottom: 12px;
}
.form-group .form-actions {
	padding-bottom: 0;
}
.form-actions.date-control {
	padding-top: 35px;
	text-align: left;
}

/* dashboard */
.list {
	padding-top: 5px;
}
.list > li {
	padding: 30px 0;
	margin-top: 25px;
	border: 1px solid #ddd;
}
.list > li .th {
	width: 240px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.list > li .th > p {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 600;
}
.list > li .first-td {
	width: 500px;
	padding-left: 60px;
}
.list > li .td .total-text {
	font-size: 0;
	font-weight: 600;
}
.list > li .td .detail-text {
	margin-top: 20px;
	font-size: 0;
}
.list li .td p,
.list li .td small,
.list li .td span  {
	display: inline-block;
	vertical-align: middle;
}
.list > li .td .total-text p,
.list > li .td .total-text small {
	font-size: 20px;
}
.list > li .td .total-text p,
.list > li .td .detail-text p {
	width: 220px;
}
.list > li .td .total-text span {
	margin-right: 10px;
	font-size: 40px;
}
.total-text .success {
	color: #009a24;
}
.total-text .warning {
	color: #ca4e03;
}
.total-text .danger {
	color: #ea0000;
}
.detail-text .success {
	color: #009a24;
}
.detail-text .warning {
	color: #ca4e03;
}
.detail-text .danger {
	color: #ea0000;
}
.list > li .td .detail-text li:not(:first-child) {
	margin-top: 10px;
}	
.list > li .td .detail-text p,
.list > li .td .detail-text small {
	font-size: 13px;
}
.list > li .td .detail-text span {
	font-size: 20px;
	font-weight: 600;
}
.list > li .td dl {
	line-height: 20px;
	font-size: 13px;
}
.list > li .td dl dt {
	color: #ca4e03;
	font-weight: 600;
}
.list > li .td dl dd {

}

/* map */
.map-view {
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden;
}
.map-view + .form-actions {
    padding: 40px 0 0;
}
.map-view #map {
	margin-right: 650px;
	height: 655px;
}
.map-row .table-list {
	position: absolute;
	width: 650px;
	height: 655px;
	right: 0px;
	top: 0;
	padding-left: 40px;
	padding: 0 30px;
	background: #fff;
	border-left: 2px solid #ddd;
}
.menu-icon-box {
	position: absolute;
	display: block;
	top: 0;
	left: -42px;
	background: #019590;
	padding: 13px 10.5px;
	z-index: 999;
}
.menu-icon {
	position: relative;
	width: 19px;
	height: 14px;
	transition: -webkit-transform 550ms cubic-bezier(.23,1,.32,1);
	transition: transform 550ms cubic-bezier(.23,1,.32,1);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.close .menu-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-icon .bar {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 550ms cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-icon .bar.top {
    top: 0;
    margin-top: -1px;
}
.close .menu-icon .bar.top {
    top: 50%;
	-webkit-transform: rotate(-40deg) translateY(-5px);
    -moz-transform: rotate(-40deg) translateY(-5px);
    -o-transform: rotate(-40deg) translateY(-5px);
    -ms-transform: rotate(-40deg) translateY(-5px);
	transform: rotate(-40deg) translateY(-5px);
	width: 70%;
}
.menu-icon .bar.middle {
    top: 50%;
    margin-top: -1px;
}
.menu-icon .bar.bottom {
    bottom: 0;
    margin-bottom: -1px;
}
.close .menu-icon .bar.bottom {
    bottom: 50%;
	-webkit-transform: rotate(40deg) translateY(5px);
    -moz-transform: rotate(40deg) translateY(5px);
    -o-transform: rotate(40deg) translateY(5px);
    -ms-transform: rotate(40deg) translateY(5px);
	transform: rotate(40deg) translateY(5px);
	width: 70%;
}
.marker-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: -84px;
	background: #019590 url("../img/t-button.png") -400px 0 no-repeat;
}
.map-row .dataTables_wrapper .length-wrap {
	padding-top: 15px;
}
.coordinate {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	bottom: 0;
	margin-right: 600px;
	display: none;
}
.coordinate-pop-up {
	position: absolute;
	top: 132px;
	left: 50%;
	margin-left: -231px;
	padding: 30px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 5px #635c5a;
}
.coordinate-pop-up h4 {
	font-size: 14px;
	color: #222;
	text-align: center;
	margin-bottom: 30px;
}
.coordinate-pop-up p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.coordinate-pop-up p span {
	display: inline-block;
	padding-left: 30px;
	font-size: 12px;
	color: #019590;
	font-weight: 400;
}
.coordinate-pop-up .label-box {
	width: auto;
	line-height: 1;
	margin-bottom: 10px;
}
.coordinate-pop-up .form-actions {
    padding: 30px 0 0;
	text-align: center;
}
.coordinate-pop-up .form-actions button {
    width: 110px;
}
.coordinate-pop-up .form-actions button:first-child {
    margin-right: 10px;
}

/* 로그인 */
.login-body {
	min-width: 512px;
	margin-right: 0 !important;
	overflow: auto;
	background: #f6f7fa;
}
.login-body #contents {
	padding-bottom: 0;
	width: 460px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -230px;
	box-shadow: 6px 6px 10px #dddddd;
	background: #fff;
}
.login-body #contents .contents-in {
	padding: 28px 30px 30px;
}
.login-body .login-logo {
	text-align: center;
	padding: 25px 30px 0px;
}
.login-body .login-title {
	padding:0 0 35px;
    font-size: 25px;
	font-weight: 600;
	text-align: center;
}
.login-body .login-wrap {
	margin: 0 auto;
}
.login-body .login-wrap,
.login-body .find-id-wrap, 
.login-body .find-pw-wrap,
.login-body .re-pw-wrap {
    padding-bottom: 30px;
}
.login-body .find-info {
    line-height: 16px;
    padding-bottom: 12px;
    color: #666;
	letter-spacing: -0.3px;
}
.login-body .results {
    display: none;
}
.login-body .results p {
	height: 134px;
	line-height: 132px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	color: #555;
}
.login-body .re-pw-wrap .results p {
	height: 180px;
	line-height: 178px;
}
.login-body .form-group .input-box {
	height: 40px;
}
.login-body .form-group .input-box:not(.calendar-box) {
	width: 400px;
}
.login-body .form-col-group .calendar-box {
	width: 220px;
}
.login-body .form-col-group .calendar-input {
	background-image: url("../img/calendar-input-bg-2.png");
}
.login-body .form-col-group,
.login-body .form-col-group .select-box {
	float: left;
}
.login-body .form-col-group .select-box {
	height: 40px;
	margin-left: 10px;
}
.login-body .form-col-group .select-arrow {
	line-height: 38px;
}
.login-body .form-group.mb10 {
	margin-bottom: 10px;
}
.login-body .control-label {
	display: block;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 13px;
	color: #333;
}
.login-body .control-label:not(.type2) {
	display: none;
}
.ie9 .login-body .control-label {
	display: block !important;
}
.login-body .contents-in .form-actions {
	padding-top: 17px;
    padding-bottom: 25px;
}
.login-body .contents-in .form-actions button {
	font-size: 14px;
	width: 100%;
	height: 46px;
}
.login-body .contents-in .form-actions.button-2 button {
    width: 48%;
    float: right;
}
.login-body .contents-in .form-actions.button-2 button:first-child {
    float: left;
}
.login-body #footer {
	margin-top: 0;
	height: auto;
}
.login-body .user {
    float: right;
}
.login-body .user li {
    float: left;
    margin-left: 15px;
    line-height: 18px;
}
.login-body .user li:first-child {
	padding-right: 15px;
	border-right: 1px solid #ccc;
}
.login-body .user li a {
    font-size: 12px;
    color: #333;
}
.login-body .user li a:hover {
    color: #76347b;
    text-decoration: underline;
}
.login-body #footer p {
	font-size: 12px;
	color: #555;
	text-align: center;
}
.login-body .re-pw-info {
	margin-top: 10px;
	line-height: 15px;
	color: #555;
}
.login-body .otp-contents {
	text-align: center;
}
.login-body .otp-contents .desc {
	line-height: 20px;
	margin: 15px 0 25px;
	font-size: 16px;
	font-weight: 600;
}
.login-body .otp-contents .desc > span {
	color: #76357a;
}
.login-body .otp-contents .input-box {
	position: relative;
	display: inline-block;
	width: 400px;
	height: 46px;
}
.login-body .otp-contents .input-box input {
	padding: 5px 69px 5px 20px;
	font-size: 16px;
}
.login-body .otp-contents .input-box > .timer {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
	font-weight: 600;
	font-size: 15px;
	color: #76357a;
}
.login-body .otp-contents .error-msg > p {
	margin-top: 10px;
	color: #ca4e03;
}
.fake-input {
	display: inline-block;
	width: 100%;
	height: 40px;
	border: 1px solid#ccc;
	line-height: 38px;
	padding: 0px 12px;
	color: #333;
}

/* 팝업 */
.fade {
    opacity: 0;
	filter: alpha(opacity=0);
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.fade.in {
    opacity: 1;
	filter: alpha(opacity=100);
}
.back-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000;
	display: none;
}
.back-bg.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.login-popup .back-bg {
	display: block;
}
.back-bg.in,
.login-popup .back-bg {
	opacity: .3;
	filter: alpha(opacity=30);
}
.pop-up {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
	overflow: auto;
}
.pop-up .pop {
	position: relative;
	z-index: 1050;
	width: 1100px;
	margin: 120px auto;
}
.pop-up.fade .pop {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.pop-up.in .pop {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.pop-up .pop.m40 {
	margin: 40px auto;
}
.pop-up .pop.m80 {
	margin: 80px auto;
}
.pop-up .pop.w450 {
	width: 450px;
}
.pop-up .pop.w500 {
	width: 500px;
	margin: 230px auto;
}
.pop-up .pop.w1200 {
	width: 1200px;
}
.pop-up .pop.w1500 {
	width: 1500px;
}
.pop-up .pop.w1870 {
	width: 1870px;
}
.pop-up .pop-in {
	padding: 20px 30px 40px;
	background: #fff;
}
.pop-up .pop-in-padding {
    padding: 0 60px 20px;
}
.pop-up .pop-title {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 23px 30px;
	background: #76357a;
}
.pop-title .btn-x {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
}
.pop-title .btn-x:hover {
	opacity: 0.5;
}
.pop-info {
	color: #222;
	font-size: 13px;
	text-align: center;
	margin-bottom: 25px;
}
.pop-up .target-text-box {
	border-bottom: 0;
	padding: 20px 0 20px;
}
.pop-up .table-title {
	padding-top: 0;
}
.pop-up .table-title > .btn.small {
	float: right;	
	margin-top: -9px;
}
.pop-up .map-title {
    font-size: 15px;
	line-height: 18px;
}
.pop-up .pn-wrap,
.pop-up .form-actions {
	padding-top: 30px;
}
.pop-up .list-search {
	width: 595px;
	margin: 0 auto;
	padding-bottom: 8px;
}
.pop-up .list-search .form-actions .btn {
	position: relative;
	margin-top: -3px;
}


/* 주행 내역 관리 > 주행 경로 팝업 */
#drivingMapPopup .pop,
#districtsMapPopup .pop {
	margin-top: 80px;
	margin-bottom: 80px;
}
#drivingMapPopup #map,
#districtsMapPopup #map {
	width: 1040px;
	height: 420px;
	margin-top: 20px;
}
#drivingMapPopup .detail-table img {
	vertical-align: middle;
	margin-right: 20px;
}
#drivingMapPopup .detail-table .detail-txt:not(:first-child) {
	padding-left: 40px;
}
#drivingMapPopup .detail-table .detail-txt > strong {
	color: #000;
}

/* map list */
.pop .map-list {
	margin-top: 20px;
}
.pop .map-list #map {
	float: left;
	width: 1040px;
	height: 420px;
}
[data-table-show="true"] .pop .map-list #map {
	width: 640px;
	height: 500px;
	border: 1px solid #dcdcdc;
}
[data-table-show="false"] .pop .map-list > .table-list {
	display: none;
}
.pop .map-list > .table-list {
	float: left;
	width: calc(100% - 640px);
	padding-left: 20px;
}
.pop .map-list > .table-list .table-style tr th {
	height: 40px;
}
.pop .map-list > .table-list .table-style tbody tr td {
	height: 37px;
}
.pop .map-list > .table-list .pn-wrap {
	padding-top: 20px;
}
.pop .map-list > .table-list .length-wrap {
	height: auto;
	padding-top: 0;
	padding-bottom: 10px;
}
[data-table-show="true"] .form-actions1,
[data-table-show="false"] .form-actions2 {
	display: none;
}
[data-table-show="false"] .form-actions1
[data-table-show="true"] .form-actions2 {
	display: block;
}
.Info-window {
	width: 350px;
	padding-bottom: 10px;
}
.table-list.Info-window .table > .tr > .th,
.table-list.Info-window .table > .tr > .td {
	border-color: #ddd !important;
}
.table-list.Info-window .form-actions {
    padding-top: 10px;
}

/* realtime map list */
.realtime .map-list {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
.realtime .map-list #map {
	float: left;
	width: 1040px;
	height: 620px;
}
[data-table-show="true"] .realtime .map-list #map {
	width: calc(75%);
	height: 700px;
	border: 1px solid #dcdcdc;
}

.realtime .map-list > .table-list {
	float: left;
	width: calc(25%);
	padding-left: 20px;
}
.realtime .map-list > .table-list .table-style tr th {
	height: 40px;
}
.realtime .map-list > .table-list .table-style tbody tr td {
	height: 37px;
}
.realtime .map-list > .table-list .pn-wrap {
	padding-top: 20px;
}
.realtime .map-list > .table-list .length-wrap {
	height: auto;
	padding-top: 0;
	padding-bottom: 10px;
}

/* etc.... */
.pop-up .pop.w1200 .table-style tbody tr th {
	font-size: 13px;
}
.pop-up .pop.w1200 .table-style tbody tr td {
	font-size: 12px;
}

/* 선택 팝업 */
.pop-up.select-pop-up .pop {
	width: 1020px;
}
.pop-up.car-select-detail .pop, 
.pop-up.transport-select-detail .pop,
.pop-up.transport-select-type2 .pop {
	width: 480px;
}
.pop-up.corporate-select .pop,
.pop-up.private-select .pop {
	width: 600px;
}
.pop-up.select-pop-up .pop-in .pop-in-col {
	float: left;
	height: 500px;
}
.pop-up.car-select-detail .pop-in .pop-in-col,
.pop-up.transport-select-detail .pop-in .pop-in-col {
	height: auto;
}
.pop-up.select-pop-up .pop-in .pop-in-col:nth-child(1) {
	width: 420px;
}
.pop-up.select-pop-up .pop-in .pop-in-col:nth-child(2) {
	width: 80px;
	position: relative;
}
.pop-up.select-pop-up .pop-in .pop-in-col:nth-child(3) {
	width: 460px;
	padding: 7px 10px 13px;
	border: 2px solid #999;
}
.pop-up.corporate-select .pop-in .pop-in-col:nth-child(1),
.pop-up.private-select .pop-in .pop-in-col:nth-child(1) {
	width: 100%;
	height: auto;
}
.pop-up.select-pop-up .guide-text span {
	font-size: 12px;
	color: #ca4e03;
}
.pop-up.select-pop-up .control-btn {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 20px;
}
.pop-up.select-pop-up .pop-in .pop-in-col p {
	font-size: 14px;
	padding: 5px 0 10px 0;
	font-weight: bold;
}
.pop-up.car-select-detail .pop-in .pop-in-col p,
.pop-up.transport-select-detail .pop-in .pop-in-col p {
	padding-top: 0;
}
.pop-up.select-pop-up .pop-in .pop-in-col p .count-num {
	color: #ca4e03;
}
.pop-up.select-pop-up .control-btn button {
	width: 40px;
	height: 40px;
	background-image: url("../img/select-control-btn.png");
	background-repeat: no-repeat;
}
.pop-up.select-pop-up .control-btn-right {
	background-position: 0 0;
}
.pop-up.select-pop-up .control-btn-right:hover {
	background-position: -40px 0;
}
.pop-up.select-pop-up .control-btn-left {
	margin-top: 5px;
	background-position: -80px 0;
}
.pop-up.select-pop-up .control-btn-left:hover {
	background-position: -120px 0;
}
.pop-up .scroll-table {
	position: relative;
	padding-top: 35px;
	width: 100%;
	height: calc(100% - 29px);
	overflow: hidden;
}
.transport-select .scroll-table {
	padding-top: 29px;
}
.pop-up .scroll-table > .scroll {
	height: 100%;
	overflow-y: scroll;
}
.pop-up .scroll-table thead tr {
	position: absolute;
	top: 0;
	width: 100%;
	background: #ccc;
}
.car-select .scroll-table .selected-table thead tr th:nth-child(1),
.transport-select .scroll-table .selected-table thead tr th:nth-child(1) {
	width: 42px !important;
}
.car-select .scroll-table .selected-table thead tr th:nth-child(2),
.transport-select .scroll-table .selected-table thead tr th:nth-child(2) {
	width: 63px !important;
}
.car-select .scroll-table .selected-table thead tr th:nth-child(3) {
	width: 189px !important;
}
.car-select .scroll-table .selected-table thead tr th:nth-child(4) {
	width: 126px !important;
}
.transport-select .scroll-table .selected-table thead tr th:nth-child(3) {
	width: 160px !important;
}
.transport-select .scroll-table .selected-table thead tr th:nth-child(4) {
	width: 155px !important;
}
.pop-up .pop-search {
    padding: 0 0 9px;
}
.car-select-detail .pop-search,
.transport-select-detail .pop-search {
	border-top: 1px solid #ddd;
    padding-top: 19px;
}
.pop-up .pop-search .form-group {
	margin-bottom: 10px;
}
.pop-up .pop-search .input-box,
.pop-up .pop-search .label-box,
.pop-up .pop-search .select-box {
    float: left;
}
.pop-up .pop-search .input-box,
.pop-up .pop-search .select-box {
	width: calc(100% - 190px);
}
.pop-up .pop-search .label-box {
	width: 110px;
	height: 30px;
}
.pop-up .pop-search .label-box:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.pop-up .pop-search .label-box .control-label {
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
}
.pop-up .pop-search .form-group .btn {
	width: 70px;
	height: 30px;
	padding: 0;
	margin-left: 10px;
}	
.select-pop-up .pop .table-style thead tr th {
    background-color: #ccc;
	font-size: 12px;
    color: #222;
    height: 30px;
	border-top: 0;
	border-bottom: 0;
	border-color: #ddd;
}
.select-pop-up .pop .table-style thead tr th:first-child {
	border-left: 0 !important;
}
.select-pop-up .table-style tbody tr td {
    height: 27px;
	border-color: #ddd;
	color: #555;
}

.tims-register-info{
    height: 100px;	
}
.tims-register-info p {
	font-size: 14px;
	font-weight: bold;	
}
.tims-register-info p:last-child {
	color: red;	
}

/* media */
@media all and (max-width:1450px){ 
	.gnb-contents .gnb-menu > li > a {
		padding: 0 10px;
		font-size: 15px;
	}
}