@charset "UTF-8";

@font-face {
    font-family: 'ROKAF Sans Medium';
	src: url('../../fonts/ROKAF Sans Medium.woff2') format('woff2');
	font-display: swap;
}

/* ** Document ** */
html,
body {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    font-size: 16px;
    color: #222222;
}

* {
    box-sizing: border-box;
    font-family: 'ROKAF Sans Medium', sans-serif !important;
}

a {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

/* ** Common classes ** */
.container {
    position: relative;
    /* max-width: 1200px; */
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;    
    padding: 0;
}

.blind {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    border: 0;
    padding: 0;
    font-size:0;
    line-height:0;
    overflow: hidden;
    outline: none;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/* diagonal CSS*/
.diagonal {
	background-image:
			linear-gradient(to right bottom, transparent calc(50% - 1px), #d2d2d2, transparent calc(50% + 1px)),
			linear-gradient(to left bottom, transparent calc(50% - 1px), #d2d2d2, transparent calc(50% + 1px));
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* ** Header ** */
header {
	min-width: 1400px;
    height: 115px;  
    overflow: hidden;
    z-index: 1000;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
    background-color: #224F79;
    color: #ffffff;
    /* border-bottom: 1px solid rgba(255,255,255,0.3); */
    -webkit-transition: height 0.2s, padding-top 0.2s, background-color 0.2s;
    -moz-transition: height 0.2s, padding-top 0.2s, background-color 0.2s;
    -o-transition: height 0.2s, padding-top 0.2s, background-color 0.2s;
    transition: height 0.2s, padding-top 0.2s, background-color 0.2s;
}

/* top-popup */
.top-popup {
	display: none;
	position: relative;
	min-width: 1400px;
	height: 115px;
	padding: 15px 0;
	font-size: 12px;
	font-weight: 500;
	background: url(../../images/esvc/main/popup_bg.jpg) center no-repeat;
	background-color: #4093C7;
	color: #ffffff;
}

.top-popup .popup-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.top-popup .popup-wrap .content-wrap {
	position: relative;
	/* width: 82%;
	padding-left: 200px; */
	width: 65%;
	height: 100%;
    padding-top: 23px;
	margin-left: 200px;
	overflow: hidden;
}

.top-popup .popup-wrap .content-wrap .tit {
	font-size: 18px;
	margin-bottom: 12px;
}

.top-popup .popup-wrap .content-wrap .cont {
	width: 80%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.top-popup .popup-wrap .content-wrap .btn-detail {
	position: absolute;
	top: 0;
	right: 0;
	width: 115px;
	height: 32px;
	color: #ffffff;
	background: url(../../images/esvc/main/ic_arrow_p.png) 90% center no-repeat;
	background-color: #0C5987;
	border-radius: 20px;
	padding-right: 32px;
	font-size: 11px;
}

.top-popup .popup-wrap .day-close {
	letter-spacing: -0.5px;
}

.top-popup .popup-wrap .day-close input[type='checkbox'] {
	width: 15px;
    height: 15px;
	vertical-align: middle;
}

.top-popup .popup-wrap .popup-close {
	
}

.top-popup .popup-wrap .popup-close button {
	width: 22px;
	height: 22px;
	background: url(../../images/esvc/main/ic_p_close.png) center no-repeat;
}

/* top-nav */
.top-nav {
	position: relative;
	height: 60px;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	overflow: hidden;
}

.top-nav .logo {
	float: left;
	height: 100%;
}

.top-nav .logo > a {
	display: flex;
    align-items: center;
    width: 250px;
    height: 100%;
}

.top-nav .logo > a > img {
	max-width: 100%;
	height: auto;
}

.top-nav .etc {
	float: right;
	height: 100%;
}

.top-nav .etc ul {
	display: flex;
	align-items: center;
	list-style: none;
	height: 100%;
}

.top-nav .etc ul li {
	margin-left: 10px;
}

.top-nav .etc ul li:first-child {
	margin-left: 0;
}

.top-nav .etc ul li.lang::before {
    background: url(../../images/ic_language.png) no-repeat;
}

.top-nav .etc ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
	background-color: #224F79;
	padding: 5px 12px;
	border-radius: 15px;
	cursor: pointer;
}

.top-nav .etc ul li a#sel-lang {
    color: #222222;
    background: url(../../images/ic_language.png) left center no-repeat;
    padding-left: 22px;
    font-size: 12px;
}

.top-nav .etc ul li a.login {
	background-color: #0F5FA8;
}

/* menu-wrap */
.menu-wrap {
	position: relative;
	height: 55px;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;	
}

.menu-wrap .gnb {
	height: 100%;		
}

.menu-wrap .gnb ul {
	display: flex;
    justify-content: space-between;
	list-style: none;
	height: 100%;
}

.menu-wrap .gnb ul li {
	height: 100%;
}

.menu-wrap .gnb ul li:not(.btn-hambuger) a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0 18px;
	/* padding: 0 18px; */
	text-decoration: none;
	color: #ffffff;
	letter-spacing: -1px;
	cursor: pointer;
}

.menu-wrap .gnb ul li:not(.btn-hambuger) a:hover::after,
.menu-wrap .gnb ul li:not(.btn-hambuger) a:focus::after,
.menu-wrap .gnb ul li:not(.btn-hambuger) a:active::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border-bottom: 4px solid #23BEFE;
}

/* 햄버거 메뉴 */
.menu-trigger {
	
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 16px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger:hover span:nth-of-type(1) {
  width: 26px;
}

.menu-trigger:hover span:nth-of-type(2) {
  width: 16px;
}

.menu-trigger:hover span:nth-of-type(3) {
  width: 6px;
}

/* new 2depth menu */
header .menu-box {	
    position: absolute;
    top: 115px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

header .menu-box .sub-menu {
	display: flex;
	width: 100%;
	padding: 30px 0;
}

header .menu-box .sub-menu .sub-title {
	width: 15%;
	color: #0461A4;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.05rem;
	text-align: left;
	padding-top: 15px;
}

header .menu-box .sub-menu .sub-menu-list {
	width: 85%;
}

header .menu-box .sub-menu .sub-menu-list ul {
	list-style: none;
}

header .menu-box .sub-menu .sub-menu-list ul li {
	position: relative;
	float: left;
	letter-spacing: -0.03rem;
	padding: 17px;
}

header .menu-box .sub-menu .sub-menu-list ul li::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #139ED7;
    transition: width 0.3s ease;
}

header .menu-box .sub-menu .sub-menu-list ul li:hover::after,
header .menu-box .sub-menu .sub-menu-list ul li:focus::after,
header .menu-box .sub-menu .sub-menu-list ul li:active::after {
	width: 100%;
}

header .menu-box .sub-menu .sub-menu-list ul li a {
	text-decoration: none;
	vertical-align: middle;
	color: #222222;
}

header .menu-box .sub-menu .sub-menu-list ul li:hover a,
header .menu-box .sub-menu .sub-menu-list ul li:focus a,
header .menu-box .sub-menu .sub-menu-list ul li:active a {
	color: #23BEFE;
}

header .lnb #button-open-all-menu {
    display: none;
    position: relative;
    width: 2.25rem;
    height: 2.75rem;
    border: 0;
    z-index: 1010;
    overflow: hidden;
    background: none;
    cursor: pointer;
}

header .lnb #button-open-all-menu:before,
header .lnb #button-open-all-menu:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0.25rem;
    background: #808080;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .lnb #button-open-all-menu:before {
    top: 0.5rem;
}

header .lnb #button-open-all-menu:after {
    bottom: 0.5rem;
}

header .lnb #button-open-all-menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.25rem;
    background: #808080;
    right: 0;
    top: 1.25rem;
    font-size: 0;
    text-indent: -9999px;
    line-height: 9999px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .lnb #button-open-all-menu:focus:before,
header .lnb #button-open-all-menu:hover:before {
    background-color: #222222;
    animation: move-run 0.3s ease-in-out 0s
}

header .lnb #button-open-all-menu:focus span,
header .lnb #button-open-all-menu:hover span {
    background-color: #222222;
    animation: move-run 0.3s ease-in-out 0.1s
}

header .lnb #button-open-all-menu:focus:after,
header .lnb #button-open-all-menu:hover:after {
    background-color: #222222;
    animation: move-run 0.3s ease-in-out 0.2s
}

@keyframes move-run {
    50% {
        right: 2.75rem;
    }
    51% {
        right: -2.75rem;
    }
    100% {
        right: 0;
    }
}

/* ** Body ** */
#body {
	min-width: 1400px;
    /* min-height: calc(100% - 285px); */
    min-height: calc(100% - 304px);
    height: auto;
    padding: 50px 0;
}

/* ** Footer ** */
footer {
    min-width: 1400px;
    background-color: #595F6B;
    color: #ffffff;
}

footer > .f-etc-wrap {
	width: 100%;
	height: 64px;
	background-color: #464C58;
}

footer > .f-etc-wrap .left {
	float: left;
	display: flex;
	align-items: center;
	gap: 20px;
	height: 100%;
    font-size: 12px;
}

footer > .f-etc-wrap .left a {
	color: #ffffff;
	text-decoration: none;
}

footer > .f-etc-wrap .left a.privacy::after {
	content: '';
    padding-left: 20px;
    border-right: 1px solid rgba(255,255,255,0.3);
}

footer > .f-etc-wrap .right {
	float: right;
	height: 100%;
}

footer > .f-etc-wrap .right select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    background-color: transparent;
    border: none;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    font-size: 12px;
    padding: 0 25px;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}

footer > .f-etc-wrap .right select option {
	background-color: #464C58;
}

footer > .f-address-wrap {
	padding: 20px 0;
}

footer > .f-address-wrap address {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    line-height: 160%;
}

/* 로딩스피너 관련 */
.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 0%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
}

.loading .spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* common-modal */
.common-modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    z-index: 9999;
}

.common-modal .content-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 350px;
    min-height: 200px;
    background-color: #F1F5F8;
    color: #555555;
    border-radius: 5px;
    margin: 0 auto;    
    overflow: hidden;
}

.common-modal#pti-apply-modal .content-wrap {
    width: 950px;
}

.common-modal#baplie-submit-modal .content-wrap {
    width: 506px;
}

.common-modal#mtRtrnPopup .content-wrap {
	width: 450px;
}

.common-modal#cntr-modal .content-wrap {
	width: 400px;
}

.common-modal#dmg-input-modal .content-wrap {
    max-width: 1200px;
}

/* 본선작업현황 - Bay별 작업량 modal */
.common-modal.bay-modal .content-wrap .content {
	position: relative;
	min-height: 125px;
	margin-bottom: 20px;
}

.common-modal.bay-modal .content-wrap .content #VslBayInfoTable {
	height: auto;
}

.common-modal.bay-modal .content-wrap .content #VslBayInfoTable table#bayWork {
	border-collapse: collapse;
	box-sizing: border-box;
}

.common-modal.bay-modal .content-wrap .content #VslBayInfoTable table#bayWork th,
.common-modal.bay-modal .content-wrap .content #VslBayInfoTable table#bayWork td {
	/* height: 25px; */
	padding: 8px 12px;
	border: 1px solid #d2d2d2;
}


.common-modal .content-wrap .title {
    font-size: 16px;
    padding: 16px 20px;
    background-color: #224F79;
    color: #ffffff;
}

.common-modal .content-wrap .content {
	padding: 20px;
}

.common-modal .content-wrap .content input,
.common-modal .content-wrap .content textarea {
	height: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 3px 8px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    color: #555555;
}

.common-modal .content-wrap .content textarea {
	height: 50px;
	resize: none;
}

.common-modal .content-wrap .content input#inputOPR {
	background: url(../../images/esvc/ic_down_arrow.png) 95% center no-repeat;
    background-color: #ffffff;
}

.common-modal .content-wrap .content button.btn-select {
	font-size: 12px;
    font-weight: 500;
    background-color: #1099E1;
    color: #ffffff;
    height: 27px;
    border-radius: 5px;
    padding: 0 10px;
}

.common-modal .content-wrap .btn-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}

.common-modal .content-wrap .btn-wrap button {
    font-size: 14px;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    color: #555555; 
    border-radius: 5px;  
}

.common-modal .content-wrap .btn-wrap button#btnExcel {
    background-color: #163E62;
    color: #ffffff;     
}

.common-modal .content-wrap .btn-wrap button#btn-save,
.common-modal .content-wrap .btn-wrap button#btn-seal,
.common-modal .content-wrap .btn-wrap button#btn-hold,
.common-modal .content-wrap .btn-wrap button#btn-release {
    background-color: #0F5EA9;
   	border: 1px solid #0F5EA9;
    color: #ffffff;     
}

.common-modal .content-wrap .table-wrap {
    max-height: 700px;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 0;
	margin-bottom: 21px;
	padding-top: 30px;
}

.common-modal .content-wrap .table-wrap table.common-table tr th,
.common-modal .content-wrap .table-wrap table.common-table tr td {
    padding: 5px 15px;
}

.common-modal .content-wrap .table-wrap table.common-table tr th.blue-sky {
    background-color: #E6F0F9;
}

.common-modal .content-wrap .table-wrap table.common-table tr th .wfull,
.common-modal .content-wrap .table-wrap table.common-table tr td .wfull {
    width: 100%;
}
.common-modal .content-wrap .table-wrap table.common-table tr td .tel {
	width: 75px;
}

.common-modal .content-wrap .table-wrap table.common-table tr th.w20 {
    width: 20px !important;
}

.common-modal .content-wrap .table-wrap table.common-table tr th.w100 {
    width: 100px !important;
}

.common-modal .content-wrap .table-wrap table.common-table tr td input[type="file"] {
    width: 100%;
}

.common-modal#pti-apply-modal .content-wrap .table-wrap table.common-table tr td .vent {
	margin-bottom: 5px;
}

.common-modal#pti-apply-modal .content-wrap .table-wrap table.common-table tr td .vent:last-child {
	margin-bottom: 0;
}

.common-modal#pti-apply-modal .content-wrap .table-wrap table.common-table tr td .vent > * {
	vertical-align: middle;
}

.common-modal#pti-apply-modal .content-wrap .table-wrap table.common-table tr td .vent label {
	width: 80px;
	margin-left: 10px;
}

.common-modal#pti-apply-modal .content-wrap .table-wrap table.common-table tr td .vent input[type="text"],
.common-modal#pti-apply-modal .content-wrap .table-wrap table.common-table tr td .vent select {
	width: 110px;
}

.common-modal#pti-apply-modal .content-wrap .table-wrap table.common-table tr td .vent span {
	font-size: 12px;
}

.common-modal .modal_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}


/* common window popup */
#commonPopup {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.commonPopup-wrap {
	width: 100%;
	height: 100%;
	
}

.commonPopup-wrap .title-wrap {
	width: 100%;
	height: 70px; 
	background-color: #025A9A;
	color: #ffffff;
	padding: 20px;
}

.commonPopup-wrap .title-wrap .title {
	font-size: 20px;
	font-weight: 500;
}

.commonPopup-wrap .table-wrap {
	width: 100%;
    padding: 0 20px;
    padding-top: 30px;
}

.commonPopup-wrap .table-wrap .dataTables_wrapper .dataTables_info {
	top: 0;
}

.commonPopup-wrap .table-wrap .dataTables_wrapper table {
	width: 100% !important;
}

.commonPopup-wrap .table-wrap .dataTables_wrapper table.common-table tr th,
.commonPopup-wrap .table-wrap .dataTables_wrapper table.common-table tr td {
	height: auto;
	padding: 5px 0;
	white-space: initial;
	word-wrap: break-word;
}

.inputCode{
	width : 100px;
}

.notification {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: red;
	text-align: center;
	line-height: 1.5; /* 텍스트 사이의 간격을 설정 (예: 1.5 배) */
}

.commonPopup-wrap.dmg-popup .title-wrap {
	height: 44px;
	padding: 10px;
}

.commonPopup-wrap.dmg-popup .title-wrap .title {
	font-size: 18px;
	text-align: center;
}

.commonPopup-wrap.dmg-popup .cntr-sheet-wrap {
	width: 100%;
}

.commonPopup-wrap.dmg-popup .cntr-sheet-wrap .cntr-sheet {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;   
}

.commonPopup-wrap.dmg-popup .cntr-sheet-wrap .cntr-sheet .title {
	width: 100%;
	height: 30px;
    line-height: 30px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;    
}

.commonPopup-wrap.dmg-popup .cntr-sheet-wrap .cntr-sheet .layout {
	position: relative;
	height: 220px;
	background: url('../../images/esvc/img_damage_sheet.jpg') center no-repeat;
	background-size: 100% 98%;
    background-color: #ffffff; 
}

.commonPopup-wrap.dmg-popup .cntr-sheet-wrap .cntr-sheet .layout #tmlOutDte {
	position: absolute;
	bottom: 15px;
	left: 55%;
	font-size: 12px;

}

.commonPopup-wrap.dmg-popup .table-wrap {
	padding: 10px;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table {
	white-space: unset;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: 500;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr th,
.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td {
	height: 25px;
	padding: 3px;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr th.h50 {
	height: 50px;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.h {
	color: #FF9942;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.p {
	color: #00FFFF;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.e {
	color: #FF0052;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.g {
	color: #0000FF;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.a {
	color: #00FF00;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.k {
	color: #264E9D;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.i {
	color: #9999B3;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.r {
	color: #A60000;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.s {
	color: #000000;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.v {
	color: #FF00FF;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.c {
	color: #CC66CE;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.b {
	color: #6600B0;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.m {
	color: #003100;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.t {
	color: #630000;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.z {
	color: #9C009C;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.y {
	color: #CE6300;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.l {
	color: #607B8B;
}

.commonPopup-wrap.dmg-popup .table-wrap .common-table tr td.d {
	color: #FF7B31;
}

.commonPopup-wrap.dmg-popup p {
	font-size: 11px;
	font-weight: 500;
	margin: 3px 0;
	color: #555555;
}

.commonPopup-wrap.dmg-popup .btm-wrap {
	width: 100%;
	padding: 10px;
	background: url('../../images/esvc/f_logo.png') 98% center no-repeat;
	background-size: 30%;
	background-color: #28323C;
}

.commonPopup-wrap.dmg-popup .btm-wrap p {
	font-size: 10px;
	color: #ffffff;
}

/* 검색어를 보여줄 select box의 스타일을 설정합니다. */
.custom-select {
	position: relative;
	display: inline-block;
	padding: 0;
	height: auto;
	width: auto;
	border: 0;
}

.custom-select input {
	border: 1px solid #ccc;
	padding: 5px;
	width: 100px;
}

.custom-select .select-options {
	position: absolute;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #ccc;
	max-height: 150px;
	overflow-y: auto;
	width: 100px;
	display: none;
	font-size: 12px;
	font-weight: 500;
}

.custom-select .select-options ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.custom-select .select-options ul li {
	padding: 5px;
	cursor: pointer;
}

.custom-select .select-options ul li:hover {
	background-color: #f2f2f2;
}

.DEVcomplete a {
	color: red !important;
}

.CSScomplete a {
	color: #0037ff !important;
}

.pointer {
	cursor: pointer;
}

.cont-ready {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 들여쓰기 */
.indentation{ text-indent: 0.9rem; }

/* 내어쓰기 */
.indentationMirror{ text-indent: -1rem; }

/*정보조회 서비스 메인 화면 Empty 컨테이너 로딩 스피너*/
.spinner-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.banner-cont-box.bc4 .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}

/*정보조회 서비스 메인 화면 수리장 대기 컨테이너 현황 로딩 스피너*/
.spinner-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.banner-cont-box.bc5 .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}

.yardExcel{
	height: 30px;
}
.yardExcel button{
	min-width: 80px;
	height: 30px;
	font-size: 12px;
	font-weight: 500;
	background-color: #163E62;
	color: #ffffff;
	border-radius: 5px;
	float: right;
	margin-bottom: 10px;
}