/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*.body {
  color:#a6acb9;
}*/
/*
body {
  font-family:dotum;
}*/
input[type="text"],select {
  border:1px solid #fff;
}
.login h1 a {
background-image: none, url(/images/moranlogo64x64.jpg);  
}
.wp-block-spacer {
  display:none;
}

.tui-pagination .tui-page-btn {
  color:#a6acb9;
}
.tui-pagination .tui-ico-first {
  color:#a6acb9 !important;
}
.tui-pagination .tui-ico-next {
  color:#a6acb9 !important;
}
/* jQuery ui 수정 */
.ui-widget-header {
  /*
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
  */
  border: 1px solid #1c1e21;
}
.ui-widget-content {
  /*
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
  */
  border: 1px solid #1c1e21;
  background: #1c1e21;
}
.ui-widget-overlay {
  background-color: #000;
  opacity:0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}
.ui-dialog .ui-dialog-content {
  /*
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;*/
  background-color: #1c1e21;
  color:#a6acb9;  
}

.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;
  position: relative;*/
  background-color: #1c1e21;
  color:#a6acb9;
}
.ui-dialog .ui-dialog-buttonpane {
  /*
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
  */
  background-color: #1c1e21;
  color:#a6acb9;  
}
/* jQuery ui 수정 끝*/
.mrc_dialog_body {
  background-color: #000 !important;
  color: #a6acb9;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #000;
    color: #fff;
}

.mrc_input,.mrc_tmpinput {
  background-color: transparent;
  color:#a6acb9;
  height:24px;
  font-size:16px;
  border:1px solid #fff;
}

.mrc_input_textarea,.mrc_tmpinput_textarea {
  background-color: transparent;
  color:#a6acb9;
  font-size:16px;
  border:1px solid #fff;
}

.mrc_input_select {
/*  background-color: transparent;
  color:#fff;*/
}

.wp-block-space {
  height:10px;
}

.mrc_box_container {
  width:100%;
  background-color: #1c1e21;
  color:#a6acb9;
  border-radius: 10px;
}

.mrc_text_title_span_h30 {
  width:120px;
  height:30px;
  text-align: center;
  background-color: #263045;
  color:#fff;
}
.mrc_text_title_span {
  width:120px;
  height:40px;
  text-align: center;
  background-color: #263045;
  color:#fff;
}

.mrc_td_title {
  width:120px;
  height:30px;
  text-align: center;
  background-color: #263045;
  color:#fff;
}

.mrc_td_title_cust {
  width:60px;
  height:30px;
  text-align: center;
  background-color: #263045;
  color:#fff;
}

.mrc_text_title {
  position: relative;
  float: left;
  width:120px;
  height:30px;
  text-align: center;
  background-color: #263045;
  color:#fff;
}
.mrc_input_area {
  position: relative;
  float: left;
  text-align: left;
  padding-left:0px;
}

.mrc_container {
	position: relative;
	width:100%;
	text-align: center;
	/*background-color: #fff;*/
	margin-bottom:20px;
}

.mrc_item_container_left {
	position: relative;
	float: left;
	text-align: left;
	/*background-color: #000;*/
	/*
	width: 200px;
	height: 300px;	
	

	margin:4px;	
	padding:4px;
	*/	
}

.mrc_item_container_right {
	position: relative;
	float: right;
	text-align: right;
	background-color: #000;
}

.mrc_item_image {
	position: relative;
	width:98%;
	height:80%;
	padding:2px;
	background-color: yellow;	
}

.mrc_item_caption {
	position: relative;
	width:98%;
	height:18%;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	background-color: red;
	font-size: ;
}

.mrc_notice_flower {
	width:90%;
	margin:auto;
	font-size: 1.6em;
}
.mrc_clear {
	clear: both;
}

.mrc_flex_row {

}

.mrc_flex_container {
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap; /*한 줄에 아이템이 너무 많을 경우 아이템을 다른 줄로 줄 바꿈을 할지 아님 아이템 사이즈를 축소시켜서 한 줄에 표시할지를 결정한다.*/
	justify-content: center;
}


.mrc_data_container {
	position:relative;
	width:100%;
	/*background-color: yellow;*/
	padding: 2px;

}

.mrc_btn_napbu {
	cursor: pointer;
}

/* 반응형 테이블 시작*/
.mrc_resp_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.mrc_resp_thtd {
  text-align: left;
  padding: 8px;
  background-color: black;
  color: #fff;
}

.mrc_resp_tr:nth-child(even){background-color: #f2f2f2}
/* 반응형 테이블 끝*/

/* 미납 SMS 보내기 */
.mrc_minap {
	cursor:pointer;
	padding:4px;
}
/* 미납 SMS 보내기 끝 */
.mrc_data_table_title {
	width:150px;
}

.mrc_flex_item {
	/*width:200px;*/
	flex-grow: 1;
}

.mrc_flex_item_alin_center {
	/*width:200px;*/
	flex-grow: 1;
	text-align: center;
  margin-bottom:20px;
}

.mrc_margin_top_4 {
	margin-top: 4px;
}

.mrc_align_center {
	text-align: center;
}

.mrc_align_left {
	text-align: left;
}

.mrc_cursor_pointer {
	cursor: pointer;
}


.mrc_tr_underline {
	
}

.mrc_display_none {
	display:none;
}


/* CSS */
.button-9 {
  appearance: button;
  backface-visibility: hidden;
  background-color: #405cf5;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-9:disabled {
  cursor: default;
}

.button-9:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}


/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

/* CSS */
.button-19 {
  appearance: button;
  background-color: #1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.button-19:after {
  background-clip: padding-box;
  background-color: #1CB0F6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19,
.button-19:focus {
  user-select: auto;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 4px 0 0;
  background: none;
}


.mrc_center_midlle{
    max-width: 390px;
    position: relative;
    width: 100%;
    padding: 10px;
    /*top: 50%;*/ /* 전체 높이 위에서부터 절반 */
    /*left: 50%;*/ /* 전체 넓이 왼쪽에서부터 절반 */
    /*transform: translate(-50%, -50%);*/ /* 해당 요소의 높이, 넓이의 절반만큼 돌아가기 */
  }

.mrc_input_title{
  font-size: 18px;
  font-weight: bolder;
  color:#ffea00;
}


/* 모달 폼 시작 */
.mrc_modal_back{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  min-height:"100vh";
  justify-content: center;
  text-align: center;
  background-color: yellow;
  opacity:1;
  background: "none";
  color:black;

}
.mrc_modal_body{
            position:absolute;
            top:50%; //모달을 화면가운데 놓기위함. 
        

            width:400px;  //모달의 가로크기 
            height:600px; //모달의 세로크기 

            padding:40px;  

            text-align: center;

            background-color: rgb(255,255,255); //모달창 배경색 흰색
            border-radius:10px; //테두리 
            box-shadow:0 2px 3px 0 rgba(34,36,38,0.15); //테두리 그림자 

            transform:translateY(-50%); //모듈창열었을때 위치설정 가운데로 
        }


.psw-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: black;
  opacity:1;
}

/* Modal Content */
.psw-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.psw-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.psw-close:hover,
.psw-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}        
/* 모달 폼 끝 */

/* 툴바 ul */

.mrc_toolbar {
  position: relative;
  float: left;
  width:100%;
  text-align:center;
}
.mrc_toolbar div {margin:0px;width:100%;text-align:center;background-color: #1c1e21;padding-top:4px;padding-bottom:4px;}

.mrc_toolbar div.tx_toolbar {margin-left:0px; margin-right:2px;margin-bottom:5px; height:40px;text-align:center; color:#fff;}
.mrc_toolbar div.tx_toolbar ul {list-style:none;margin:0px;}
.mrc_toolbar div.tx_toolbar li {float:left; display: block; padding-right:3px; padding-left:2px;background-color: #1c1e21;border-radius: 22px;margin-right:8px;}
.mrc_toolbar div.tx_toolbar li a { color:#fff; display: block; padding-top:4px; padding-bottom:2px; padding-right:5px; text-decoration: none;outline: none;}
.mrc_toolbar div.tx_toolbar li a:hover { background:#48a3fd; border:1px solid #ffe5ad;  display: block;border-radius: 22px;}
.mrc_toolbar div.tx_toolbar li a img {margin-left:5px;margin-right:5px;}
/*
.mrc_toolbar div.tx_toolbar a { color:#000000; }
.mrc_toolbar div.tx_toolbar a:hover { color:#000000; background:#ffe5ad; border:1px solid #ffb552;border-radius: 22px;}
*/
/*
.mrc_toolbar ul,li {
  float: left;
  list-style: none;
}
.mrc_toolbar li {
  margin-right:20px;
}
*/
/* 툴바 ul 끝*/

.mrc_button_1 {
  -moz-box-shadow: 0px 10px 14px -7px #3e7327;
  -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
  box-shadow: 0px 10px 14px -7px #3e7327;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
  background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
  background-color:#77b55a;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border:1px solid #4b8f29;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  padding:6px 30px;
  text-decoration:none;
  text-shadow:3px 3px 0px #5b8a3c;
}
.mrc_button_1:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
  background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
  background-color:#72b352;
}
.mrc_button_1:active {
  position:relative;
  top:1px;
}

.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  border-bottom: 4px solid #179e43;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #19d256;
}

.original-button:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}






.mrc_button_2 {
  -moz-box-shadow: 0px 10px 14px -7px #3e7327;
  -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
  box-shadow: 0px 10px 14px -7px #3e7327;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
  background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
  background-color:#77b55a;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border:1px solid #4b8f29;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  padding:3px 12px;
  text-decoration:none;
  text-shadow:0px 1px 0px #5b8a3c;
}
.mrc_button_2:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
  background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
  background-color:#72b352;
}
.mrc_button_2:active {
  position:relative;
  top:1px;
}



.mrc_button_3 {
  -moz-box-shadow: 0px 10px 14px -7px #276873;
  -webkit-box-shadow: 0px 10px 14px -7px #276873;
  box-shadow: 0px 10px 14px -7px #276873;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
  background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
  background-color:#599bb3;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:20px;
  font-weight:bold;
  padding:13px 32px;
  text-decoration:none;
  text-shadow:0px 1px 0px #3d768a;
}
.mrc_button_3:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
  background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
  background-color:#408c99;
}
.mrc_button_3:active {
  position:relative;
  top:1px;
}

        

.mrc_button_4 {
  -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
  box-shadow:inset 0px 1px 0px 0px #97c4fe;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
  background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
  background-color:#3d94f6;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  border:1px solid #337fed;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #1570cd;
}
.mrc_button_4:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
  background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
  background-color:#1e62d0;
}
.mrc_button_4:active {
  position:relative;
  top:1px;
}

.mrc_data_table {
  color:#cdcdcd;
}
.mrc_data_table td {
  border-top:1px solid #fff;
}
.mrc_data_table tr {
  height:44px;
}




/* CSS */
.tab-focus {
  background-color: #0095ff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.tab-focus:hover,
.tab-focus:focus {
  background-color: #07c;
}

.tab-focus:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.tab-focus:active {
  background-color: #0064bd;
  box-shadow: none;
}

.mrc_tab_button_div {
  margin-right:2px;
}
.mrc_tab_button {
  min-width:150px;
}
/* CSS */
.tab-normal {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.tab-normal:hover,
.tab-normal:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.tab-normal:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.tab-normal:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

/* 지로 발행 관련 css */
.giro-col {
  width:100%;
  text-align:center;
  font-size:15px;
  padding-right:4px;
  color:#a6acb9;
}
.giro-col-right {
  width:98%;
  text-align:right;
  padding-right:2px;
  color:#a6acb9;
}
.giro-col-center {
  width:98%;
  text-align:center;
  padding-right:2px;
  color:#a6acb9;
}

.tui-grid-cell-has-input .tui-grid-cell-content {
  color:#a6acb9;
}
.tui-grid-cell-row-header {
  background-color:#263045 !important ;
  color:#a6acb9 !important;
}

.morantoolbar ul {
  display:block;
  list-style-type: none;
  margin: 0;
  padding: 0;

}
.morantoolbar li:before {
  display:inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
}
.morantoolbar li{
  float:left;
  height:44px;
  background-color: #333;
  border-right: 1px solid #fff;
  /*min-width: 80px;*/
  font-size:14px;
  padding-right: 15px;
  padding-left: 15px;
}


/*.morantoolbar li img{
  margin-top:10px;
}*/
.morantoolbar li:hover{ background-color:#008CBA;cursor: pointer;}
.morantoolbar a { vertical-align: middle; color:#fff; text-decoration: none; width:100%;height:100%; outline: none;}
.morantoolbar a:hover {  }
.morantoolbar a img {vertical-align: middle; margin-left:5px;margin-right:5px;}

.toptoolbar li:hover{ background-color:#004e89;cursor: pointer;}

.moranmenu li:hover{ background-color:#e83d78;cursor: pointer;}

.texttoolbar ul {
  display:block;
  list-style-type: none;
  margin: 0;
  padding: 0;

}
.texttoolbar li:before {
  display:inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
}
.texttoolbar li{
  float:left;
  height:44px;
  background-color: #333;
  border-right: 1px solid #fff;
  /*min-width: 80px;*/
  font-size:14px;
  padding-right: 15px;
  padding-left: 15px;
}


/* 지로 발행 관련 css 끝*/

/*
날짜관련 콘트롤
*/

.pws-date-ctrl {
  width:86px;
}

.pws-date-ctrl-move-month {
  background-color: green;
  color:#fff;
  paddin-left:20px;
  paddin-right:20px;
  cursor: pointer;
}
.pws-date-ctrl-move-day {
  background-color: yellow;
  paddin-left:20px;
  paddin-right:20px;
  cursor: pointer;
  color:black;
}