@charset "UTF-8";

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #f0f0f0;
	text-align: center;
	vertical-align: middle;
}

.table th, .table td {
	padding: .75rem;
	vertical-align: middle;
	border-top: 1px solid #f0f0f0;
}

.switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 55px;
	max-width: 55px;
	height: 25px;
	background: #d1d1d1;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switchToggle label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switchToggle input:checked+label, .switchToggle input:checked+input+label
	{
	background: #716aca;
}

.switchToggle input+label:before, .switchToggle input+input+label:before
	{
	content: 'OFF';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 13px;
	width: 50px;
	height: 23px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.switchToggle input:checked+label:before, .switchToggle input:checked+input+label:before
	{
	content: 'ON';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.switchToggle input:checked+label:after, .switchToggle input:checked+input+label:after
	{
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switchToggle label:active:after {
	width: 60px;
}

.toggle-switchArea {
	margin: 10px 0 10px 0;
}

.is-start-switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.is-start-switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 55px;
	max-width: 55px;
	height: 25px;
	background: #d1d1d1;
	display: block;
	border-radius: 100px;
	position: relative;
}

.is-start-switchToggle label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.is-start-switchToggle input:checked+label, .is-start-switchToggle input:checked+input+label
	{
	background: #716aca;
}

.is-start-switchToggle input+label:before, .is-start-switchToggle input+input+label:before
	{
	content: 'OFF';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 13px;
	width: 50px;
	height: 23px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.is-start-switchToggle input:checked+label:before,
	.is-start-switchToggle input:checked+input+label:before {
	content: 'ON';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.is-start-switchToggle input:checked+label:after, .is-start-switchToggle input:checked+input+label:after
	{
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.is-start-switchToggle label:active:after {
	width: 60px;
}


.is-simple-auth-switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.is-simple-auth-switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 55px;
	max-width: 55px;
	height: 25px;
	background: #d1d1d1;
	display: block;
	border-radius: 100px;
	position: relative;
}

.is-simple-auth-switchToggle label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.is-simple-auth-switchToggle input:checked+label, .is-simple-auth-switchToggle input:checked+input+label
	{
	background: #716aca;
}

.is-simple-auth-switchToggle input+label:before, .is-simple-auth-switchToggle input+input+label:before
	{
	content: 'OFF';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 13px;
	width: 50px;
	height: 23px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.is-simple-auth-switchToggle input:checked+label:before, .is-simple-auth-switchToggle input:checked+input+label:before
	{
	content: '간';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.is-simple-auth-switchToggle input:checked+label:after, .is-simple-auth-switchToggle input:checked+input+label:after
	{
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.is-simple-auth-switchToggle label:active:after {
	width: 60px;
}


/* -------------------------------------------------------------------- */
/* 현금영수증발행 - 계산기용 */
/* -------------------------------------------------------------------- */
.is-cashReceiptPublish-switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.is-cashReceiptPublish-switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 65px;
	max-width: 65px;
	height: 25px;
	background: #d1d1d1;
	display: block;
	border-radius: 100px;
	position: relative;
}

.is-cashReceiptPublish-switchToggle label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.is-cashReceiptPublish-switchToggle input:checked+label, .is-cashReceiptPublish-switchToggle input:checked+input+label
	{
	background: #716aca;
}

.is-cashReceiptPublish-switchToggle input+label:before, .is-cashReceiptPublish-switchToggle input+input+label:before
	{
	content: '미발행';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 17px;
	width: 50px;
	height: 23px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.is-cashReceiptPublish-switchToggle input:checked+label:before,
	.is-cashReceiptPublish-switchToggle input:checked+input+label:before {
	content: '발행';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 9px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.is-cashReceiptPublish-switchToggle input:checked+label:after, .is-cashReceiptPublish-switchToggle input:checked+input+label:after
	{
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.is-cashReceiptPublish-switchToggle label:active:after {
	width: 60px;
}
/* -------------------------------------------------------------------- */
/* 현금영수증발행 - 고객신청용 */
/* -------------------------------------------------------------------- */
.is-cashReceiptPublish-applicant-switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.is-cashReceiptPublish-applicant-switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 65px;
	max-width: 65px;
	height: 25px;
	background: #d1d1d1;
	display: block;
	border-radius: 100px;
	position: relative;
}

.is-cashReceiptPublish-applicant-switchToggle label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.is-cashReceiptPublish-applicant-switchToggle input:checked+label, .is-cashReceiptPublish-applicant-switchToggle input:checked+input+label
	{
	background: #716aca;
}

.is-cashReceiptPublish-applicant-switchToggle input+label:before, .is-cashReceiptPublish-applicant-switchToggle input+input+label:before
	{
	content: '미발행';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 29px;
	width: 50px;
	height: 23px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.is-cashReceiptPublish-applicant-switchToggle input:checked+label:before,
	.is-cashReceiptPublish-applicant-switchToggle input:checked+input+label:before {
	content: '발행';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 13px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.is-cashReceiptPublish-applicant-switchToggle input:checked+label:after, .is-cashReceiptPublish-applicant-switchToggle input:checked+input+label:after
	{
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.is-cashReceiptPublish-applicant-switchToggle label:active:after {
	width: 60px;
}
/* -------------------------------------------------------------------- */

/* Customize the label (the container) */
.checkbox_container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkbox_checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #e0e0e0;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkbox_checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkbox_checkmark {
	background-color: #716aca;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkbox_checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkbox_checkmark:after {
	left: 6px;
	top: 3px;
	width: 7px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Customize the label (the container) */
.radio_container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.radio_checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #e0e0e0;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .radio_checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .radio_checkmark {
	background-color: #716aca;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .radio_checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .radio_checkmark:after {
	top: 8px;
	left: 7.6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.badge-shape {
	font-family: '留묒� 怨좊뵓', 'Malgun Gothic', 'Noto Sans KR',
		sans-serif !important;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 11px;
	border-radius: 9px;
}

.tooltip-circle {
	background-color: #f0f0f0;
	border: 1px solid #212529;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	color: #212529;
	vertical-align: middle;
	line-height: 18px;
	margin-bottom: 4px;
	/* font-weight: bold; */
}

.th-tooltip {
	position: relative;
	display: inline-block;
}

.th-tooltip .tooltiptext {
	visibility: hidden;
	width: 190px;
	background-color: #fff;
	color: #212529;
	text-align: left;
	border-radius: 6px;
	padding: 15px 15px;
	position: absolute;
	z-index: 1;
	top: 181%;
	left: 50%;
	/* margin-left: -60px; */
	margin-left: -97px;
	border: 1px solid #696969;
	font-size: 13px;
}

.th-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-style: solid;
	width: 0;
	z-index: 0;
	border-width: 0 7px 12px 7px;
	border-color: #696969 transparent;
}

.th-tooltip:hover .tooltiptext {
	visibility: visible;
}

.bidAmt-tooltip {
	position: relative;
	display: inline-block;
}

.bidAmt-tooltip .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #fff;
	color: #212529;
	text-align: left;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 1;
	top: 181%;
	left: 50%;
	/* margin-left: -60px; */
	margin-left: -97px;
	border: 1px solid #696969;
	font-size: 12px;
}

.bidAmt-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 37%;
	margin-left: -5px;
	border-style: solid;
	width: 0;
	z-index: 0;
	border-width: 0 7px 12px 7px;
	border-color: #696969 transparent;
}

/* .bidAmt-tooltip:hover .tooltiptext {
  visibility: visible;
} */
.keywordCnt-tooltip {
	position: relative;
	display: inline-block;
}

.keywordCnt-tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #fff;
	color: #212529;
	text-align: left;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 1;
	top: 181%;
	left: 50%;
	/* margin-left: -60px; */
	margin-left: -55px;
	border: 1px solid #696969;
	font-size: 12px;
}

.keywordCnt-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 37%;
	margin-left: -5px;
	border-style: solid;
	width: 0;
	z-index: 0;
	border-width: 0 7px 12px 7px;
	border-color: #696969 transparent;
}

.under_line_link {
	color: blue;
	border-bottom: 1px dashed;
	padding: 2px;
	text-decoration: none;
}


.screen_background_color {
	background: #ffffff;
}

.mt-minus-10 {
	margin-top: -10px;
}

.fare-table {
	font-size:15px;	
}

.fare-td {
	height:46px; 
	font-weight:bold;	
}

.fare-b td {
	border:1px solid #bdbebf;
}

.memo-tooltip {
	position: relative;
	display: inline-block;
}

.memo-tooltip .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #fff;
	color: #212529;
	text-align: left;
	border-radius: 6px;
	padding: 15px 15px;
	position: absolute;
	z-index: 1;
	top: 181%;
	left: 50%;
	margin-left: -150px;
	border: 1px solid #696969;
	font-size: 13px;
	word-break:break-all;
}

.memo-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-style: solid;
	width: 0;
	z-index: 0;
	border-width: 0 7px 12px 7px;
	border-color: #696969 transparent;
}

.memo-tooltip:hover .tooltiptext {
	visibility: visible;
}