@charset "UTF-8";

html, 
body {
	font-family: "Spoqa Han Sans", sans-serif;	
}
.sbox, .tbox, .nbox, .ldbox, .ldtbox, .ltbox, .dtzbox {
	height: 48px;
}
.sbox, .tbox, .nbox, .ldbox, .ldtbox, .ltbox, .dtzbox, .gbox-head-cell, .gbox-body-cell, .ebox, .tabs{
	border: 1px solid #EAEAEA;
}
h1, h2, h3, h4, h5, h6, p, a, span, label, input, button, select, option, textarea {
	color: #000;
}
p, a, span, label, input, button, select, option, textarea{
	font-size: 14px;	
}
.tbox, .nbox, .ldbox, .ldtbox, .ltbox, .dtzbox {
	width: 100%;
	background: #fff;
}
.sbox {
	width: 100%;
}
.tbox[readonly], .nbox[readonly], .ebox[readonly], .ldbox[readonly], .ldtbox[readonly], .ltbox[readonly], .dtzbox[readonly], a.tbox, span.tbox {
	border: 1px solid #EAEAEA !important;
	background: #f4f4f4;
	padding-left: 15px;
}
ol, ul, table, th, tr, td, pre {
  list-style: none;
  /*   vertical-align: baseline; */
  box-sizing: content-box;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-end: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
}
.gbox {
	padding: 0;
}
body {
	display: flex;
}
.flex-holder {
	display: flex;
}
.align_left {
	float: left;
}
.align_right {
	float: right;	
}
.clear-both:after {
	content: '';
	display: block;
	clear: both;
}
#wrap {
	flex: 1;
}
#section-capacity .field-body {
	white-space: nowrap;
}
#section-capacity .nbox {
	width: 80px;
}
#section-capacity .nbox[readonly] {
	padding: 0;
	text-align: right;
}

ul.charge-steps {
	margin: 0;
	padding-left: 20px;	
}
li.charge-step {
	padding-top: 10px;
}
li.charge-step:first-child {
	padding-top: 0;
}
p.charge-step-interval,
p.charge-step-car-size-wise {
	margin: 0;
	font-size: 13px;
	line-height: 140%;	
}
.charge-step-edit-holder .nbox {
	width: 100px;
}
.charge-step-edit-holder .nbox.nbox-currency {
	width: 120px;
}

/* monitoring */
.device-status {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin-left: 10px;
}
.device-status.normal {
	background-color: #00ff00;
}
.device-status.offline {
	background-color: #ff0000;
}
.device-status.error {
	background-color: #ffb100;
}

.badge {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #343a40;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

.btn-inline {
	line-height: 14px;
    height: 16px;
    padding: 0 6px;
    font-size: 12px;
}

.btn-gbox-body-cell {
	line-height: 16px;
    height: 18px;
    padding: 0 6px;
    font-size: 12px;
}

/* UI Style Renewal */
#gnb {
	/* background-color: #2a3e61; */
	background-color: #fff;
	height: 60px;
	box-shadow: 0px 1px 10px 1px #eee;
	z-index: 1;
	flex-basis: 60px;
}
#gnb-menus {
	display: none;
}
#gnb-content {
	max-width: 1024px;
	width: 95%;
    margin: 0 auto;
    padding: 0 30px 0 0;
    height: 60px;
}
/* #gnb-title { */
/* 	font-size: 20px; */
/* 	color: #000; */
/* 	height: 60px; */
/* 	line-height: 60px; */
/* } */
#gnb-title {
	color: #219fe2;
	font-size: 22px;
	font-weight: bold;	
	line-height: 60px;
}
#gnb-district {
	border: 0;
	font-size: 22px;
	font-weight: bold;
	color: #2a3e61;
}
#district-name {
	border: 0;
	font-size: 22px;
	font-weight: bold;
	color: #2a3e61;
}
#office-districtName {
	border: 0;
	font-size: 24px;
	font-weight: bold;
	color: #2a3e61;
}
#container {
	background-color: #F4F4F4;
}
#lnb .scrollable {
	background-color: #19293f;
}
#app {
	padding: 30px 0;
	max-width: 1024px;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
}
#app-body {
	padding: 0;
}
#app-head {
	padding: 0 0 20px 0;
}
#app-title {
	font-size: 22px;
	font-weight: bold;
}
.car-search-title{
	width: 100%;
}
.reset-time-holder {
	/*float: right;*/
	display: none;
}
.reset-time-holder .reset-time {
	color: #219fe2;
}
#reset-time-option {
    float: right;
    width: 100px;
    height: 44px;
    /*background: url(/resources/img/jquery.cup/drop-down.png) no-repeat right center #fff;*/
}
#app-head-menus .btn {
	border: 1px solid #2ABCE8;
    color: #2ABCE8;
    background-color: #fff;
}
#app-head-menus .btn.btn-primary {
	background-color: #2ABCE8;
	color: #fff;
	margin-top: 0;
	height: 40px;
	line-height: 40px;
}
#app-body {
	margin-top: -20px;
}
#app-body .app-section:first-child {
	padding-top: 0;
	border-top: none;
}
#app-body .app-section {
	flex: none;
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	padding-bottom: 0;
	border-top: 1px solid #ddd;
	padding-top: 25px;
}
.app-section {
    background-color: none;
    border: 1px solid #eaeaea;
    border: none;
    box-sizing: border-box;
    margin: 0;
    height: 100%;
}
.app-section-head {
    background: none;
}
.app-section-title {
	padding: 0;
	color: #333;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}
.app-section-body {
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	height: 100%;
}
.app-section-body.box-style {
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	border-radius: 8px;
}
.app-section-tail {
	border: none;
	position: relative;
	margin: 20px 0 0 0;
}
.app-section-tail .btn {
	min-width: 180px;
	height: 48px;
	line-height: 48px;
}
.btn.btn-primary {
	border: 0;
	background-color: #08468B;
	height: 48px;
	line-height: 48px;
}
.btn.btn-cancel {
	border: 0;
	background-color: #A6A6A6;
	color: #fff;
	height: 48px;
	line-height: 48px;
}
.app-section-tail.btn-buy-holder {
	text-align: center;
	margin-left: -10px;
}
.app-section-tail.btn-buy-holder .btn {
	margin-left: 10px;
}
td .btn.btn-primary {
    border: 1px solid #08468B;
    color: #08468B;
    background-color: #fff;
}
.btn-lnb-slide {
	position: absolute;
    top: 0;
    right: -26px;
    width: 28px;
    height: 72px;
	background-color: #fff;
    box-shadow: 2px 0px 3px 0px #ddd;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 15;
}
.btn-lnb-slide:hover {
	box-shadow: 2px 0px 3px 0px #b5dff7;
}
.btn-lnb-slide.show {
	background: url('/resources/img/btn-lnb-in.png') no-repeat 0px center #041229;
	background-size: 100% auto;
}
.btn-lnb-slide.hide {
	background: url('/resources/img/btn-lnb-out.png') no-repeat -2px center #041229;
	background-size: 100% auto;
}
.selected-row td {
	background-color: #2196f361 !important;
}
#btn-free {
	background-color: #ff5c01;
	width: 100%;
}
#lnb {
	flex-basis: auto;
	background-color: #19293f;
}
#lnb.active {
	flex-basis: 200px;
}
#lnb .btn-lnb-slide.show,
#lnb.active .btn-lnb-slide.hide {
	display: none;
}
#lnb.active .btn-lnb-slide.show,
#lnb .btn-lnb-slide.hide,
#lnb .scrollable {
	display: none;
}
#lnb.active .scrollable {
	display: block;
	width: 200px;
}

.animated {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeOutRight {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeInLeft {
    from {
        flex-basis: 0px;
    }
    to {
        flex-basis: 200px;
    }
}
@keyframes fadeInLeft {
    from {
        flex-basis: 0px;
    }
    to {
        flex-basis: 200px;
    }
}
@-webkit-keyframes fadeOutLeft {
  from {
    flex-basis: 200px;
  }
  to {
    flex-basis: 0px;
  }
}
@keyframes fadeOutLeft {
  from {
    flex-basis: 200px;
  }
  to {
    flex-basis: 0px;
  }
}
.dialog-holder {
	z-index: 15;
}
.dialog-title {
	font-size: 20px;
	font-weight: bold;
}
.dialog-tail {
	margin: 0 auto;
	display: flex;
	gap: 10px;
}
.dialog .qbox-filter {
	float: none;
	margin: 0;	
}
.dialog .qbox-filter-label {
	display: none;
}
.dialog-tail .btn,
.qbox-buttons .btn {
	min-width: 180px;	
}
.dialog-tail .btn {
	flex: 1;
}
.btn.dialog-close {
	background: #A6A6A6;
	color: #fff;
	border: none;
	display: none;
}

.gbox-table {
	border-collapse: none;
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
}
#simple-entered-view .gbox-head-cell {
	background-color: #08468B;
}
#simple-leaved-view .gbox-head-cell {
	background-color: #2aa486;
}
#simple-entered-view .gbox-body-cell {
    background-color: #effaff;
}
#simple-leaved-view .gbox-body-cell {
    background-color: #eefaf6;
}
.gbox-head-cell {
    padding: 10px;
	font-size: 14px;
	line-height: 22px;
	background: #f9f9f9;
	word-break: keep-all;
}
.gbox-body-cell {
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
	word-break: keep-all;
}
.gbox-body-cell.car-img-holder {
	padding: 0;
}
.gbox-body-cell.car-img-holder img {
	display: block;
}
.gbox-body-cell-buttons .btn {
	height: 40px;
	line-height: 40px;
}
.entered-title,
.leaved-title {
	color: #fff;
	vertical-align: top;
	line-height: 20px;
}
.badge-stat {
	display: inline-block;
    marign-left: 8px;
    padding: 4px 6px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 3px;
}
.entered-title + .badge-stat {
	
}
.leaved-title + .badge-stat {
	
}
.btn {
	height: 48px;
	line-height: 48px;
}
.btn-red {
    background-color: #fff;
    color: #fc5c03;
    border-color: #ff5c01;
}
.btn-red.btn-primary {
    color: #fff;
	background: #ff5c01;
}
.btn-green {
	border: 1px solid #2aa486;
    color: #126b55;
    background: #fff;
}
.btn-green.btn-primary {
    color: #fff;
	background: #2aa486;
}
.btn-blue {
	border: 1px solid #08468B;
    color: #08468B;
    background: #fff;
}
.btn-blue.btn-primary {
    color: #fff;
	background: #08468B;
}
.btn-pay{
	height: 50px;
	text-align: center;
	white-space: nowrap;	
}
#visit-coupon-visit-find,
#visit-coupon-template-find,
#visit-coupon-visit-remove,
#visit-coupon-template-remove {
	min-width: 85px;
	height: 40px;
	line-height: 40px;
}
#visit-coupon-visit-find,
#visit-coupon-template-find {
	background: #2ABCE8;
}
#visit-coupon-visit-remove,
#visit-coupon-template-remove {
	background: #A6A6A6;
	color: #fff;
	border: none;
}

.settle-control .btn {
	width: 95px;
    height: 36px;
    font-size: 14px;
    padding: 0 4px;
}
.settle-control.player .btn {
	width: 86px;
    height: 36px;
    font-size: 13px;
    padding: 0 4px;
}

.settle-control .btn.btn-inline {
	width:auto;
	line-height: 18px;
    height: 20px;
    padding: 0 6px;
    font-size: 14px;
}

/* mobile 대응 */
.mobile-gnb-holder {
	display: block;
}
.btn-mobile-menu {
	position: absolute;
	top: 15px;
	right: 0;
	width: 35px;
	height: 35px;
	font-size: 0;
    overflow: hidden;
    text-indent: -2000%;
	background: url('/resources/img/btn-cooperators-menu.png') no-repeat center center;
	background-color: rgba(255,255,255, .1);
	background-size: 100% auto;
	border: 0;
    border-radius: 3px;
    z-index: 1;
    cursor: pointer;
}

/* 
.btn-mobile-menu.clear {
	background: url('/resources/img/btn-clear.png') no-repeat center center;
	background-color: rgba(255,255,255, .1);
	background-size: 100% auto;
}
*/
.mobile-gnb-close {
	border: none;
	display: block;
	position: absolute;
	top: 13px;
	right: 5%;
	width: 35px;
	height: 35px;
	background: url('/resources/img/btn-cooperators-close-menu.png') no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
}
.mobile-gnb-menu-holder {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
}
.mobile-gnb-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0, .7);
}
.mobile-gnb-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -320px;
	width: 80%;
	max-width: 320px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px #111;
	overflow: auto;
}
#btn-logout {
	padding: 0;
}
#btn-logout span {
	color: #fff;
	font-size: 16px;
	padding-right: 10px;
}
.mobile-gnb-menu-holder #gnb-menus {
	display: block;
	float: inherit;
	padding: 0;
}
.mobile-gnb-menu-holder #gnb-menus .link:hover {
	text-decoration: none;
}
.mobile-gnb-menu-holder .btn.gnb-menu {
	color: #fff;
	background-color: #343a40;
}
.mobile-gnb-menu-holder a.gnb-menu {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
    white-space: nowrap;
    display: inline-block;
}
.member-name {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding-right: 10px;
}
.gnb-menu-holder {
	float: right;
	height: 100%;
}
.mobile-gnb-menu-holder .gnb-menu-holder,
.lnb-panel-title {
	padding: 0 15px 0 0;
	display: block;
    position: relative;
    padding: 15px 35px 15px 55px;
    width: 100%;
    height: 100%;
    line-height: 22px;
    font-size: 14px;
    box-sizing: border-box;
}
.mobile-gnb-menu-holder .gnb-menu-holder {
	background: #2ABCE8;
	color: #fff;
}
.gnb-menu-holder.login{
	background: url('../img/icon-menu-login.png') no-repeat left 20px center #2ABCE8;
}
.gnb-menu-holder.member{
	background: url('../img/icon-menu-member.png') no-repeat left 20px center #2ABCE8;
}
.lnb-panel-title {
	background-color: #fff;
 	color: #333;
}
#lnb-panels,
.lnb-panel,
.lnb-panel-menu-holder {
    padding: 0;
}
.lnb-panel-menu-holder {
    background-color: #19293f;
}
.lnb-panel-menu-holder.sub-menu {
	padding-left: 10px;
}
.lnb-panel-menu {
	padding: 0 35px 0 55px;
	height: auto;
	line-height: 20px;
    box-sizing: border-box;
    font-size: 14px;
	color: #e5e5e5;
	border-radius: 0;
}
.lnb-panel-menu:hover {
	background-color: #eaeaea;
}
#lnb-panels {
	padding: 0;
}
.mobile-gnb-menu-holder .lnb-panel {
	padding-top: 15px;
}
.mobile-gnb-menu-holder .lnb-panel-title {
	font-size: 16px;	
	white-space: nowrap;
	cursor: pointer;
	font-weight: 600;
}
.lnb-panel-menu-holder.search .lnb-panel-title{
    background: url('../img/icon-menu-search.png') no-repeat left 20px center #fff;
    background-size: 27px auto;
}
.lnb-panel-menu-holder.operation .lnb-panel-title{
    background: url('../img/icon-menu-operation.png') no-repeat left 20px center #fff;
    background-size: 27px auto;
}
.lnb-panel-menu-holder.management .lnb-panel-title{
    background: url('../img/icon-menu-management.png') no-repeat left 20px center #fff;
    background-size: 27px auto;
}
.lnb-panel-menu-holder.search .lnb-panel-title:hover,
.lnb-panel-menu-holder.search .lnb-panel-title:active{
    background: url('../img/icon-menu-search-on.png') no-repeat left 20px center #fff;
    background-size: 27px auto;
}
.lnb-panel-menu-holder.operation .lnb-panel-title:hover,
.lnb-panel-menu-holder.operation .lnb-panel-title:active{
    background: url('../img/icon-menu-operation-on.png') no-repeat left 20px center #fff;
    background-size: 27px auto;
}
.lnb-panel-menu-holder.management .lnb-panel-title:hover,
.lnb-panel-menu-holder.management .lnb-panel-title:active{
    background: url('../img/icon-menu-management-on.png') no-repeat left 20px center #fff;
    background-size: 27px auto;
}
.mobile-gnb-menu-holder .lnb-panel-title:hover {
	color: #08468B;	
}
.mobile-gnb-menu-holder .lnb-panel-menu {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	white-space: nowrap;
	background: #F9F9F9;
	color: #333;
}
/* footer 시작 20220922*/
.footer {
	padding: 30px 0;
    background: #202020;
    box-sizing: border-box;
    position: relative;
}
.footer-buttons {
	display: flex;
	padding: 0 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: space-evenly;
	flex-direction: row;
}
.footer-buttons-background {
	background: #1a232f;
	opacity: 0.8;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer-buttons .footer-buttons-content {
	flex-grow: 1;
	padding: 5px 10px;
}
.footer-global-holder {
	position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1024px;
}
.footer-info-holder .info-name {
	margin-top: 0;
	font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}
.info-list-holder li {
    display: block;
    margin-left: -10px;
}
.info-list-holder li dl {
	margin: 0;
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
}
.info-list-holder li dl dt, 
.info-list-holder li dl dd {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #b7b7b7;
}
.info-list-holder li dl dt{
	font-weight: 700;
	float: left;
}
.info-list-holder li dl dd {
	margin-left: 10px;
	float: left;
}
.btn-footer {
	background-color: #eee;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	min-width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #1a232f;
	height: 100%;
	width: 100%;
}
.btn-footer-up-img {
	background: url('../img/icon_up.png') no-repeat;
	width: 48px;
	height: 48px;
	background-size: contain;
	margin: 5px 0;
}

/* footer 끝 */
.footer-btn-holder {
	margin: 20px auto;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.footer-btn-dual {
  margin-left: 20px;
  min-width: 180px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #FFF;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.footer-btn {
  margin: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #FFF;
}
.footer-btn-dual.color_gray {
  background-color: #A6A6A6;
}
.footer-btn-dual.color_blue, .footer-btn.color_blue {
  background-color: #08468B;
}
.footer-btn-dual.color_black {
  background-color: #000000;
}
.footer-btn-dual.color_white {
  color: #666;
  background-color: #fff;
}
.discount-price {
  color: #0006A7;
  padding-bottom: 0;
}
@media screen and (max-width: 1300px) {
	#gnb-content {
		max-width: 90%;
	}
	
}

/* 20200414 추가 */
#page-filter {
	position: relative;
}
#page-filter .qbox-filters {
	margin: -20px 0 0 -20px;
}
#page-filter .qbox-filter{
	margin: 20px 0 0 20px;
	float: none;
}
#page-filter .qbox-filter-label {
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #646464;
	font-weight: 600;
	width: 30%; 
}
.search-filter-wrap {
	 display: block;
}
.field-body .qbox-filter-field{
	width: 100%;
}
.dialog-body .qbox-filter-field{
	width: 100%;
}
.qbox-filter-field {
	display: flex;
	align-items: center;
	width: 70%;
}
.qbox-filter-field.qbox-filter-lpn {
	width: 100%;
}
.qbox-filter-field .ldtbox {
	flex: 1;
	width: 45%;
	font-size: 14px;
}
.qbox-filter-field .ldtbox:nth-child(1){
	margin-right: 10px;
} 
.qbox-filter-field .ldtbox:nth-child(2) {
	margin-left: 10px;
}
.qbox-filter-field .tbox,
.qbox-filter-field .nbox {
	width: 100%;
}
.qbox-filter-field .sbox {
	min-width: 80px;
}
.qbox-buttons {
	border-color: #e5e5e5;
	border: none;
	margin: 10px 0 0 0;
}
#page-filter .qbox-buttons {
	border-top: 0;
}
#page-filter .qbox-buttons [type=submit] {
    font-size: 16px;
    font-weight: 500;
}
.page-count,
.page-nav-index {
	font-size: 16px;
}
.page-count {
	margin: 5px 0 15px; 
}
.page-tail {
	padding: 15px 15px 0 0;
}
#visit-lpn {
    width: 50%;
}
#visit-lpn, #visit-district-name {
    width: 100%;
    height: 48px;
   	font-size: 14px;
}
.page-wrap {
	position: absolute;
	bottom: 0;
	right: 372px;
}
/* field */
.field-wrap {
	display: flex;
	flex-wrap: wrap;
}
.field {
	flex: 1;
	min-width: 100%;
	padding: 0;
	margin-top: 20px;
}
.field:first-child {
	margin-top: 0;
}
.field-head {
	width: 30%;
	height: 48px;
	line-height: 48px;
	position: relative;
	padding: 0;
}
.field-label {
	height: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #646464;
    font-weight: 600;
}
.field-body {
	width: 70%;
	padding: 0;
}
.field-small-body {
	display: inline-block;
	width: 45%;
	padding: 0;
}
.dialog-body {
	padding: 20px;
	box-sizing: border-box;
/* 	width: 500px; */
/* 	min-height: 545px; */
	/* overflow: hidden; */
}
.dialog .field-head,
.dialog .field-body {
	width: 100%;
}

.car-info-holder {
	padding-bottom: 10px;
}
.car-image {
	width: 320px;
}
.car-image-holder {
    position: relative;
}
.car-image-lpn {
    position: absolute;
    right: 20px;
    bottom: 20px;
	color: #fff;
    background-color: #000;
}
#car-image-view .car-image-lpn {
    right: 5px;
    bottom: 5px;
} 
.section-entered-view,
.section-leaved-view {
	flex: 1;
	width: 120px;
	text-align: center;
}
.section-car-info {
	flex: 1;
	min-width: 540px;
}
.section-car-info .car-image {
	width: 265px;
}

.player {
	object-fit: contain; 
	background-color: #000; 
	width: 360px; 
	height: 270px;
}

/* input[type=file] button type */
.filebox {
	display: inline-block;
}
.filebox 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;
}
.filebox input[type='file'] { /* 파일 필드 숨기기 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}


/*정기권 관리 페이지*/
.box {
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	box-sizing: border-box;
}
.box:first-child {
	margin-top: 0;
}
.parkinglot-list .box {
	padding: 20px;
}
.seasonticket-detail {
	color: #2196f3;
	background-color: transparent;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
.seasonticket-list {
	margin-left: -2%;
	margin-top: -2%;
}
.seasonticket-list .box {
	padding: 0;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
	float: left;
}
.seasonticket-list .box .seasonticket-item {
	padding: 20px;
	box-sizing: border-box;
}
.seasonticket-list .box:not(first-child)
.parkinglot-list .box:not(first-child) {
	margin-top: 12px;
}
.seasonticket-item {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: url('../img/ic_chevron_right.png') no-repeat right 20px center;
	background-size: 8px 12px;
}
.seasonticket-list .box.active,
.seasonticket-list .box:hover,
.parkinglot-list .box.active,
.parkinglot-list .box:hover {
	/* box-shadow: 0px 0px 1px 1px #bbb; */
	border-color: #2ABCE8;
}
.active .seasonticket-item,
.seasonticket-list .box:hover .seasonticket-item {
	background: url('../img/chevron_active.png') no-repeat right 20px center;
	background-size: 8px 12px;
}
.seasonticket-info-holder,
.parkinglot-info-holder {
	display: table;
	width: 100%;
	min-height: 60px;
}
.seasonticket-info,
.parkinglot-info {
	position: relative; 
	display: table-cell;
	vertical-align: middle;
}
.daysRemaining {
	position: absolute;
	top: 0px;
	right: 0px;	
	font-size: 14px;
}
.seasonticket-info .parkinglot-name,
.seasonticket-info .date,
.seasonticket-info .lpn,
.parkinglot-info .parkinglot-name,
.parkinglot-info .date {
	display: block;
	white-space: nowrap;
}
.seasonticket-info .parkinglot-name,
.seasonticket-info .lpn,
.parkinglot-info .parkinglot-name {
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
}
.seasonticket-info .parkinglot-name {
	color: #333;
}
.seasonticket-info .lpn {
	margin-top: 10px;
	color: #646464;
}
.seasonticket-info .seasonticket-date,
.parkinglot-info .seasonticket-date {
  	margin-top: 10px;
  	line-height: 21px;
  	font-size: 15px;
  	color: #666;
}
.seasonticket-info .seasonticket-status {
	margin-top: 12px;
    font-size: 12px;
    width: 70px;
    height: 30px;
    line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: #2ABCE8;
}
.parkinglot-search {
}
.search-box {
	font-size: 14px;
	width: 73%;
	height: 48px;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
	border-radius: 8px;
	background-color: #fff;
}
.input .placeholder {
	line-height: 48px;
	color: #AFAFAF;
}
.submit {
	float: right;
	width: 20%;
	height: 48px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	background-color: #08468B;
	border-radius: 8px;
	box-sizing: border-box;
}
.parkinglot-item {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: url('../img/ic_plus@2x.png') no-repeat right top;
	background-size: 20px 20px;
}
.price-info-box {
	padding: 14px;
	box-sizing: border-box;
}
.price-info-box h1 {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.price-info-tr {
	display: table;
	position: relative;
	width: 100%;
	background-color: #F9F9F9;
}
.price-info-th,
.price-info-td {
	display: table-cell;
	height: 35px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	border: 1px #EAEAEA solid;
}
.price-info-th {
	text-align: center;
	width: 72px;
}
.price-info-td {
	padding-left: 10px;
}

/*정기권 결제*/
.seasonticket-select-container,
.seasonticket-user-container {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.seasonticket-user-container {
	padding-bottom: 20px;
}
.seasonticket-select-container .box {
	font-size: 14px;
}
.seasonticket-type {
	clear: both;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.seasonticket-type:after {
	content:'';
	display:block;
	clear: both;
}
.seasonticket-time {
	line-height: 18px;
	margin-top: 10px;
	color: #666;
}
.seasonticket-type-title {
	float: left;
}
.seasonticket-type-price {
	float: right;
	color: #666;
}
.seasonticket-select-container .box.active,
.seasonticket-select-container .box:hover {
	box-shadow: 0px 0px 3px 1px #bbb;
	border: 1px solid #2ABCE8;
}
.seasonticket-duration {
	margin-bottom: 20px;
	position: relative;
}
.seasonticket-duration:after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}
.duration-date-from,
.duration-date-to {
	padding-left: 10px;
	width: 140px;
	height: 48px;
	line-height: 18px;
	font-size: 14px;
	border-radius: 8px;
	background-color: #fff;
}
.duration-date-to {
	float: right;
}
.tbox .lpn {
	font-size: 16px;
	line-height: 22px;
}
.seasonticket-duration .ui-date-holder {
	width: 44%;
	float: left;
}
.seasonticket-duration .ui-date-holder:last-child {
	float: right;
}
.date-div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	border-bottom: 1px solid #c8c8c8;
	font-size: 20px;
	font-weight: bold;
}
.tbox {
	padding: 10px 8px;
	width: 100%;
	height: 48px;
	line-height: 18px;
	font-size: 14px;
	border-radius: 4px;
	border-color: #ddd;
	background-color: #fff;
	box-sizing: border-box;
}
.tbox::placeholder {
	color: #AFAFAF;
}
.carnumber {
}
.ui-table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.ui-table tr th,
.ui-table tr td {
	padding: 10px;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.ui-table th {
	background-color: #f9f9f9;
}
.ui-table td {
	background-color: #fff;
}
.line-bottom {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.instructions {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.refund-warning {
	line-height: 20px;
	font-size: 14px;
	color: #666;
	text-align: left;
}
.checkbox {
	margin-top: 14px;
	font-size: 16px;
	line-height: 18px;
	vertical-align: middle;
}

/* 정기권 결제 요금 */
.container-title h1 {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 22px;
  font-weight: bold;
}
.container-subtitle h1 {
  margin: 0 0 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333;
}
.container-subtitle h2 {
  margin-top: 20px;
  margin-bottom: 12px;
  line-height: 18px;
  font-size: 16px;
  color: #333;
}
.fee-info.box {
  padding: 0;
}
.car-big-img {
  height: 160px;
  background-color: #ddd;
  overflow: hidden;
}
.car-big-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.parking-info-box {
	padding: 0 16px 16px;
	box-sizing: border-box;
}
.license-number {
	padding: 14px 0;
	text-align: center;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
}
.parking-fee-detail {
	padding: 14px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.parking-info-tr {
	display: table;
	position: relative;
	margin-top: 10px;
	width: 100%;
}
.parking-info-tr:first-child {
	margin-top: 0;
}
.parking-info-th,
.parking-info-td {
	display: table-cell;
	min-height: 30px;
	line-height: 24px;
	font-size: 16px;
}
.parking-info-th {
	padding-right: 10px;
	width: 150px;
	color: #646464;
	font-weight: 600;
}
.parking-info-td {
	padding-left: 20px;
	color: #666;
}
.has_btn .parking-info-td {
	padding-right: 100px;
}
.parking-info-tr.has_btn .btn {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 24px;
	line-height: 22px;
	font-size: 13px;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
}
.discount-btn {
	color: #fff;
	background-color: #2ABCE8;
}
.discount-policy-btn {
	color: #2ABCE8;
	border: solid 1px #ddd;
	background-color: #fff;
}
.parking-total-price {
	margin-top: 14px;
}
.parking-info-td.discount-price {
	color: #0006A7;
	font-weight: bold;
}
.parking-info-td.total-price {
	color: #D8030F;
	font-weight: bold;
}
.footer-btn-holder {
	margin: 20px auto;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.footer-btn-dual {
  margin-left: 20px;
  min-width: 180px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #FFF;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.footer-btn {
  margin: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #FFF;
}
.footer-btn-dual.color_gray {
  background-color: #A6A6A6;
}
.footer-btn-dual.color_blue, .footer-btn.color_blue {
  background-color: #08468B;
}
.footer-btn-dual.color_black {
  background-color: #000000;
}
.footer-btn-dual.color_white {
  color: #666;
  background-color: #fff;
}
.discount-price {
  color: #0006A7;
  padding-bottom: 0;
}

.gbox .gbox-head-cell{
	border:1px #d7d7d7 solid;
}
.expired{
	background-color: #f5e1e1;
}
.footer-btn-new{
	width: 180px;
	margin:30px auto;
	margin-top:0;
	outline:none;
	border:none;
	border-radius:3px;
}
.spacing{
	width:100%;						
	margin:0;
}
.duration{
	align-items: center;
}
.duration ul{
	width:170px;
	margin:auto;
	display:flex;
	flex-wrap:nowrap;
}
.legend {
	margin: 10px 0;
	font-size: 16px;
	line-height: 18px;
	height: 20px;
	display: inline-block;
}
.legend span {
	display: inline-block;
}
.legend-color {
	width: 20px;
	height: 20px;
	background-color: #f5e1e1;
	float: left;
}
.legend-text {
	height: 18px;
	margin-left: 10px;
	box-sizing: border-box;
}
.legend:last-child .legend-color {
	background-color: #fff;
}
/*kms*/

#keypad td {
    vertical-align: middle;
    padding-bottom: 8px;
}
#numericInput{
/*     width: 460px; */
	width: 100%;
}
#numBox{
/*     width: 460px; */
	width: 100%;
    min-height:65px;
    text-align:center;
	border:solid 4px #08468b;
    box-sizing: border-box;
    cursor:text;
    overflow:hidden;
    margin-bottom: 15px;
    font-size: 46px;
    vertical-align: middle;
    letter-spacing: 15px;
    background-color: white;
    border-radius: 9px;
}
.key{
	font-size: 46px;
	border:solid 4px #08468b;
	box-sizing: border-box;
	background-color: #e9e9e9;
	text-align:center;
	font-weight:bold;
	color:black;
	padding-bottom: 4px;
	vertical-align: middle;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border-radius:9px;
}
.key:active{
    background-color:white;
}
.keyboard-btn{
    border:solid 4px #08468b;
    text-align:center;
    font-weight:bold;
    color:black;
    cursor:pointer;
    width:33.3%;
    vertical-align: middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:#978a8a;
    border-radius:9px;
}
#keypad{
	vertical-align: middle;
}
.keyboard-btn:active{
    background-color:white;
}
.key-text{
	font-size:70px;
	height:70px;
	line-height:63px;
	display:block;
}
#btn-init {
	height: 48px;
	line-height: 48px;
	float: right;
	margin-left: 8px;
	font-size: 14px; 
	width: 80px; 
	min-width: auto;
	background: #eee;
	border: 1px solid #cfcfcf;
}
/* reservations */
#app-body .app-section.reservation-form {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
#reservation-create {
	max-width: 340px;
}
#btn-reservation-create {
	width: 100%;
}

.reservation-form .field-head {
	width: 145px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
}
.reservation-form .field-body {
	width: 100%;
}
#keyboard-dialog-template{
	padding:auto;
}
.background-color{
	background-color: #08468b;
	padding: 20px;
	position: relative;
	border-radius: 3px;
}

.visit-memo-pre {
/* 	font-family: "Spoqa Han Sans", sans-serif; */
/* 	font-size: 13px; */
	overflow-wrap: anywhere
}
.visit-memo-pre.visit-memo-exists {
	margin-bottom: 10px;
}
#btn-visit-memo-register {
	height: 44px;
	line-height: inherit;
	background: #e3ecfb;
	border: 1px solid #d7d7d7;
	margin-left: 10%;
}

.margin-top{
	margin: 350px 0 0 0;
}
	/*통영*/
.gnb-menu-holder-ty{
	background-color: #2ABCE8;
	float: right;
	height: 100%;
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	border-radius: 4px;
	padding: 9px;
}

.btn-mobile-menu-home-ty {
	position: relative;
	background: url('../img/icon-menu-member.png') no-repeat left 2px center #2ABCE8;
	background-size: 25px auto;
	width: auto;
	height: 42px;
	display: inline-block;
	padding: 0 38px 0 38px;
	line-height: 42px;
	vertical-align: middle;
	margin-left: 10px;
	border-radius: 4px 0 0 4px;
}

.btn-mobile-menu-mypage-ty {
	position: relative;
	background: url('../img/icon-menu-management-white.png') no-repeat center center #2ABCE8;
	background-size: 80% auto;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	border-radius: 50%;
}

.btn-mobile-menu-logout-ty {
	position: relative;
	background: url('../img/logout.png') no-repeat center center #2ABCE8;
	background-size: 100% auto;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	border-radius: 0 4px 4px 0;
}

.ty-popup-container {
	width: 346px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	background-color: white;
	border-radius: 4px;
	padding: 20px;
	text-align: center;
	height: 130px;
}
.ty-popup-message {
	font-size: 23px;
}

.ty-close-popup {
	background-color: #08468B;
	color: white;
	width: 80px;
	font-size: 20px;
	border-radius: 4px;
}

.overlay {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.visible {
	display:block;
}

.btn-qrcode-image-download{
	background: #2ABCE8;
}

.closed-holder,
.splash-holder {
	position: absolute;
	min-width: 300px;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -25%);
}
.closed-text,
.splash-text {
	color: #414141;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.splash-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.closed-text:before {
	content: "";
	display: block;
	padding-bottom: 200px;
	height: 100%;
	margin-bottom: 50px;
	background: url('/resources/img/icon-link-closed.png') no-repeat center center;
	background-size: contain;
}
.splash-text:before {
	content: "";
	display: block;
	padding-bottom: 200px;
	height: 100%;
	margin-bottom: 50px;
	background: url('/resources/img/icon-splash-season-ticket.png') no-repeat center center;
	background-size: contain;
}
/* 20240822 수정 : KS */
#query-lpn {
	height: 44px;
}
.qr-ticket-container .app-section-body {
	padding: 15px;
}
#app-body .app-section {
	padding-top: 20px;
}
.field .font_bold {
	font-weight: bold;
}
.highlight_holder label {
	line-height: 20px;
}
.highlight_holder .font_highlight {
	font-size: 18px;
}
.field.highlight_holder {
	margin-top: 20px;
	background-color: #f6f6f6;
	border-radius: 5px;
	box-sizing: border-box;
}
.field-head.has_bottom_border {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.app-section-body .field-head label {
	margin-bottom: 0;
}
.app-section-body.has_highlight .field {
	padding: 0 10px;
	box-sizing: border-box;
}
.app-section-body.has_highlight .field.highlight_holder {
	padding: 10px;
}
.color_red {
	color: #ff5c01;
}
.app-carnumber-search-holder {
	position: relative;
}
.app-carnumber-search-holder .input-holder,
.app-carnumber-search-holder .btn-holder {
	float: none;
}
.app-carnumber-search-holder .input-holder {
	padding-right: 90px;
	box-sizing: border-box;
}
.app-carnumber-search-holder .btn-holder {
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
}
#btn-search-season-ticket {
	height: 44px;
	line-height: 44px;
	width: 100%;
}
.size_fill {
	width: 100%;
}
.app-carnumber-search-holder + .field-guide {
	padding-bottom: 0;
	line-height: 20px;
}
.has_bottom_border + .field-wrap {
	padding-top: 10px;
}
#app-body .app-section.payment-success-info {
	border-top: 0;
	margin-top: 0;
}
.bg-check-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: url("/resources/img/icon_check_blue.png") no-repeat center center;
	background-size: contain;
}
.pay-success-info-holder h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
.pay-success-info-holder h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #5e6369;
}
.field-lpn-head {
	width: 100%;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	margin-bottom: 10px;
}

/* animate */
.animate-visit {
	animation-duration: 2s;
}
.animate-visit.entered {animation-name: animate-visit-entered;}
.animate-visit.settled {animation-name: animate-visit-settled;}
.animate-visit.payed {animation-name: animate-visit-payed;}
.animate-visit.leaved {animation-name: animate-visit-leaved;}
@keyframes animate-visit-entered {
	from {background-color: #08468B;}
	to {background-color: transparent;}
}
@keyframes animate-visit-settled {
	from {background-color: #ff5c01;}
	to {background-color: transparent;}
}
@keyframes animate-visit-payed {
	from {background-color: #ff5c01;}
	to {background-color: transparent;}
}
@keyframes animate-visit-leaved {
	from {background-color: #2aa486;}
	to {background-color: transparent;}
}
@media screen and (min-width: 300px) {
	.player {
		width: 440px; 
		height: 330px;
	}
	.key {
		font-size: 39px!important;
	}
	#numBox {
		font-size: 39px!important;
		min-height: 53px!important;
	}
	.keyboard-btn {
		font-size: 27px!important;
	}
	
}
/*
@media only screen and (orientation: landscape) {
}
*/

@media screen and (min-width: 1024px) {
	.section-car-info {
		min-width: 410px;
	}
	.section-car-info .car-image {
		width: 200px;
	}
	.player {
		width: 240px; 
		height: 180px;
	}
	.dialog {
		min-width: 400px!important; 
	}
	.key {
		font-size: 55px!important;
	}
	#numBox {
		font-size: 55px!important;
		min-height: 75px!important;
	}
	.keyboard-btn {
		font-size: 43px!important;
	}
}

@media screen and (min-width: 1440px) {
	.player {
		width: 312px; 
		height: 234px;
	}
}
@media screen and (min-width: 1600px) {
	.player {
		width: 392px; 
		height: 294px;
	}
}
@media screen and (min-width: 1680px) {
	.player {
		width: 432px; 
		height: 324px;
	}
}
@media screen and (min-width: 1800px) {
	.section-car-info {
		min-width: 540px;
	}
	.section-car-info .car-image {
		width: 265px;
	}
	.player {
		width: 456px; 
		height: 342px;
	}
}
@media screen and (min-width: 1920px) {
	.player {
		width: 488px; 
		height: 366px;
	}
	
}
@media screen and (min-width: 1920px) {
	.player {
		width: 488px; 
		height: 366px;
	}
	
}
@media screen and (max-width: 1024px) {
	.dialog {
		min-width: 400px!important; 
	}
	.key {
		font-size: 55px!important;
	}
	#numBox {
		font-size: 55px!important;
		min-height: 75px!important;
	}
	.keyboard-btn {
		font-size: 43px;
	}
	
}
/* 모바일 */
@media screen and (max-width: 768px) {
	.seasonticket-list {
		margin-left: 0;
		margin-top: -20px;
	}
	.seasonticket-list .box {
		padding: 0;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
    .duration ul{
		width:90px;
		margin:auto;
		display:block;
	}
	.duration ul li{
		width:100%;
	}
	.app-section-head .introduction {
		max-width: 243px;
		font-size: 18px;
	}
	.dialog {
		min-width: 395px!important; 
	}
	.key {
		font-size: 55px!important;
	}
	#numBox {
		font-size: 55px!important;
		min-height: 75px!important;
	}
	.keyboard-btn {
		font-size: 43px;
	}
	.dialog-tail .btn, 
	.qbox-buttons .btn {
		min-width: 160px;
	}
	.closed-holder,
	.splash-holder {
		top: 30%;
		transform: translate(-50%, -30%);
	}
	.splash-title {
		font-size: 16px;
		line-height: 22px;
	}
	.closed-text,
	.splash-text {
		font-size: 14px;
		line-height: 20px;
	}
	.closed-text:before,
	.splash-text:before {
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 600px) {
	#reservation-create {
		margin: 0 auto;
	}

}

/* 반응형 */
@media screen and (max-width: 480px) {
	.sbox {
		height: 44px;
	}
	.tbox, .nbox, .ldbox, .ldtbox, .ltbox, .dtzbox {
		height: 44px;
		line-height: 44px;
		padding: 8px 10px;
	}
	.tbox[readonly], .nbox[readonly], .ebox[readonly], .ldbox[readonly], .ldtbox[readonly], .ltbox[readonly], .dtzbox[readonly], a.tbox, span.tbox {
		padding: 8px 10px;
	}
	.dialog-tail .btn, 
	.qbox-buttons .btn,
	.qbox-buttons[type=submit]  {
		min-width: 70px;
	}
	.qbox-buttons [type=submit] {
		width: 100px;
	}
	.page-wrap {
		right: 205px;
	}
	.btn.btn-primary,
	.dialog-tail .btn,
	#visit-lpn,
	#visit-district-name,
	#btn-init,
	.visit-coupon-link-delete{
		height: 44px;
		line-height: 44px;
	}
	.dialog-tail .btn {
		flex: 1;
	}
	#page-filter .qbox-buttons [type=submit] {
		font-size: 14px;
	}
	#gnb-title {
		font-size: 16px;
	}
	#district-name {
	    padding-left: 0px;
	    border: 0;
	    font-size: 12px;
	    font-weight: bold;
	    color: #2a3e61;
	}
	#gnb-title-holder {
	    float: left;
	    margin: 0;
	    height: 60px;
	}
	#gnb-district {
		border: 0;
		font-size: 16px;
		font-weight: bold;
		color: #2a3e61;
		max-width: 210px;
	}
	#gnb-content {
	    margin: 0 auto;
	    padding: 0;
	    height: 60px;
	}
	.app-section-title {
		font-size: 16px;
	}
	#app-title {
		font-size: 18px;
		font-weight: bold;
	}
	#page-filter .qbox-filters {
		margin: -10px 0 0 -10px;
	}
	#page-filter .qbox-filter {
	 	margin: 10px 0 0 10px;
	 }
	 .btn-search-filter {
	 	display: block;
	 	position: absolute;
	 	right: 0;
	 	top: 0;
	 	background: url('/resources/img/icon-arrow-filter.png') no-repeat center center #fff;
	 	width: 30px;
	 	height: 30px;
	 	background-size: 20px auto;
	 	box-sizing: border-box;
	 	cursor: pointer;
	 	border: 1px solid #eaeaea;
    	border-radius: 5px;
	 }
	 .search-filter-wrap {
	 	display: none;
	 }
	/* 
	.qbox-filter-field {
		flex-wrap: wrap;
	}
	.qbox-filter-field .ldtbox:nth-child(2) {
		margin-top: 10px;
		margin-left: 0;
	}
	.qbox-filter-field .ldtbox {
		width: 100%;
		flex: none;
	}
	*/
	.qbox-filter-field .sbox{
		min-width:63px!important;
	}
	.lnb-panel-menus {
		display: none;
	}
	#page-filter .qbox-filter-label {
		font-size: 14px;
		margin-bottom: 10px;
		height: auto;
    	line-height: normal;
		width: 100%;
	}
	.qbox-filter-field {
		width: 100%;
	}
	.qbox-filter-field .ldtbox:nth-child(1){
		margin-right: 0;
	} 
	.qbox-filter-field .ldtbox:nth-child(2) {
		margin-left: 0;
	}
	.page-count, .page-nav-index {
		font-size: 14px;
	}
	.dialog-title {
		font-size: 18px;
	}
	.field {
		margin-top: 10px;
	}
	.field-head {
		width: 100%;
		height: auto;
		line-height: normal;	
	}
	.field-head.field-lpn-head {
		height: 30px;
	}
	.field-body {
		width: 100%;
	}
	.field-label {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	#visit-coupon-visit-find,
	#visit-coupon-template-find,
	#visit-coupon-visit-remove,
	#visit-coupon-template-remove {
		min-width: 70px;
	}
	
	.qbox-filter-label {
	
	}
	.seasonticket-info .lpn, 
	.parkinglot-info .parkinglot-name,
	.seasonticket-info .seasonticket-date, 
	.parkinglot-info .seasonticket-date {
		font-size: 14px;
	}
	/* 정기권 상세*/
	.parking-info-th,
	.parking-info-td {
		font-size: 14px;
	}
	.parking-info-th {
		width: 75px;
	}
	.container-subtitle h2,
	.tbox .lpn  {
		font-size: 14px;
		line-height: 22px;
	}
	.footer-btn-holder,
	.app-section-tail.btn-buy-holder {
		display: flex;
		/* margin-left: -20px; */
	}
	.footer-btn-holder .footer-btn-dual,
	.app-section-tail.btn-buy-holder .btn  {
		flex: 1;
		margin-left: 20px;
		min-width: auto;
	}
	.gbox-head-cell, 
	.gbox-body-cell {
		padding: 5px;
		font-size: 13px;
		line-height: 20px;
	}
	.dialog {
		min-width: 380px!important;
	}
	.key {
		font-size: 39px!important;
	}
	#numBox {
		font-size: 39px!important;
		min-height: 53px!important;
	}
	.keyboard-btn {
		font-size: 27px!important;
	}
	#keypad td{
		padding-bottom: 0px;
	}
	.closed-holder,
	.splash-holder {
		min-width: 100%;
	}
	.closed-text:before,
	.splash-text:before {
		padding-bottom: 100px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 380px) {
	.dialog {
		min-width: 95%!important;
	}
}

@media screen and (max-width: 280px) {
	#gnb-title {
		padding-left: 5px;
		font-size: 10px;
	}
	#gnb-district {
		border: 0;
		font-size: 10px;
		font-weight: bold;
		color: #2a3e61;
	}
	#district-name {		
		border: 0;	
		font-weight: bold;
		color: #2a3e61;
	}
	#gnb-content {
	    margin: 0 auto;
	    height: 60px;
	}

}

.auto-home-checkbox {
	float: right;
	width: 30px;
	height: 30px;
}
#btn-lpn-reload {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
}
.anonymous-gnb-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gnb-content.anonymous-gnb-content {
	padding: 0;
}
.anonymous-gnb-content .gnb-tel {
	font-size: 15px;
	font-weight: 700;
	margin-left: auto;
}
.btn-icon-refresh {
	background-image: url(/resources/img/icon-refresh.png);
}

.word-wrap {
	max-width: 300px;
	white-space: break-spaces;
	word-break: auto-phrase;
}
.navigation-footer {
	padding: 20px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.navigation-footer-info {
	margin: 0;
	padding: 0;
}
.navigation-footer-info li {
	display: flex;
	flex-wrap: wrap;
	line-height: 20px;
}
.navigation-footer-info dl {
	display: flex;
	flex-direction: row;
	margin: 10px 0 0 8px;
}
.navigation-footer-info dl dt,
.navigation-footer-info dl dd {
	color: #d5d5d5;
	display: inline-flex;
	font-size: 13px;
	margin: 0;
}
.navigation-footer-info dl dt {
	font-weight: bold;
	min-width: 28px;
	margin-right: 10px;
}
.lnb-holder .navigation-footer {
	width: 200px;
	background: #041229;
}
.mobile-gnb-menu-holder .navigation-footer {
	width: 100%;
	margin-top: 30px;
	background: #e5e5e5;
}
.mobile-gnb-menu-holder .navigation-footer-info dl dt,
.mobile-gnb-menu-holder .navigation-footer-info dl dd {
	color: #a0a0a0;
}
.signage-image {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.signage-image a {
	display: block;
	height: 100vh;
}

@media screen and (max-height: 800px) {
	.mobile-gnb-menu {
		min-height: 500px;
		overflow-y: auto;
	}
	.mobile-gnb-menu-holder .navigation-footer {
		position: relative;
		width: 100%;
	}
	.mobile-gnb-menu-holder .navigation-footer-info dl dt,
	.mobile-gnb-menu-holder .navigation-footer-info dl dd {
		color: #858585;
	}
}
@media screen and (max-height: 500px) {
	.lnb-holder .navigation-footer {
		position: relative;
		margin-top: 30px;
		width: 100%;
	}
	.lnb-holder, .navigation-footer-info dl dt,
	.lnb-holder, .navigation-footer-info dl dd {
		font-size: 12px;
	}
}